-
Notifications
You must be signed in to change notification settings - Fork 289
How to Contribute
Chen Xianmin edited this page Nov 6, 2018
·
3 revisions
There are many ways to contribute to the Jane theme: submitting pull requests, reporting issues, providing new translations, and creating suggestions.
If you want to understand how Jane works, you'll want to get the source, build it, and run locally.
git clone https://github.com/xianmin/hugo-theme-jane.git
You need install the Hugo_extended
version to use Hugo Pipes.
hugo server --contentDir='./exampleSite/content' --config='dev-config.toml'
-
layouts/
Stores templates in the form of .html files that specify how views of your content will be rendered into a static website. -
assets/
stores all the scss & js source files,Hugo Pipes
will bundle them toresources/
folder.