0.1.1 • Published 6 years ago

peco-theme-tom v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

peco-theme-tom

A Peco theme which is ported from the blog of Jekyll's author Tom Preston-Werner

Installation

yarn add peco-theme-tom stylus stylus-loader

We write CSS in Stylus so stylus and stylus-loader are required here.

Usage

In your Peco config:

theme: tom

👉 Preview the theme online: https://peco-theme-tom.netlify.com/

Recommended config

title: Your Site
description: Describe your site
email: email@you.com
# Generate RSS feed
feed: true
url: https://your-website.com

theme: tom
themeConfig:
  github: username
  twitter: username
  # Links in navbar
  nav:
    - title: home
      link: /
    - title: somewhere
      link: https://example.com

License

MIT © EGOIST