Skip to content

How to Contribute

Chen Xianmin edited this page Nov 6, 2018 · 3 revisions

Contributing to Jane

There are many ways to contribute to the Jane theme: submitting pull requests, reporting issues, providing new translations, and creating suggestions.

Build and Run

If you want to understand how Jane works, you'll want to get the source, build it, and run locally.

Getting the sources

git clone https://github.com/xianmin/hugo-theme-jane.git

Prerequisites

You need install the Hugo_extended version to use Hugo Pipes.

Watch example Site

hugo server --contentDir='./exampleSite/content' --config='dev-config.toml'

Directory Structure

  • 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 to resources/ folder.
Clone this wiki locally