Table of Contents (TOC) Page is a minimal, single-page theme for Hugo.
- Run from the root of your Hugo site
git clone https://github.com/madhuakula/toc-page-hugo-theme.git themes/toc-page
Alternatively, you can include this repository as a git submodule. This makes it easier to update this theme if you have your Hugo site in git as well
git submodule add https://github.com/madhuakula/toc-page-hugo-theme.git themes/toc-page
- toc-page theme ships with an fully configured example site. For a quick preview, run the following commands
cd themes/toc-page/exampleSite/
hugo serve --themesDir ../..
- Then visit
http://localhost:1313/
in your browser to view the example site
- The following explains how to add content to your Hugo site. You can find sample content in the
exampleSite/
folder
- From
exampleSite/
, copyconfig.toml
to the root folder of your Hugo site and change the fields as you like
If you have a question, please open an issue for help and to help those who come after you. The more information you can provide, the better!
Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.
Licensed under MIT