peco-theme-tom
v0.1.1
Published
A [Peco](https://github.com/egojump/peco) theme which is ported from the blog of Jekyll's author [Tom Preston-Werner](http://tom.preston-werner.com/)
Downloads
3
Readme
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 protected]
# 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