You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kaushal Modi 0a6d6927c1 Leave canonifyURLs at its default value of false #sites 8 years ago
..
layouts Leave canonifyURLs at its default value of false #sites 8 years ago
static Show the ox-hugo doc site footer on narrow screens too 8 years ago
LICENSE.md Publish documentation using Hugo 9 years ago
README.md Publish documentation using Hugo 9 years ago
index.html Publish documentation using Hugo 9 years ago
theme.toml Publish documentation using Hugo 9 years ago

README.md

Alabaster

A documentation theme ported from Sphinx to Hugo.

Screenshot

Quick start

Install with git:

git clone git@github.com:digitalcraftsman/hugo-alabaster-theme.git themes/hugo-alabaster-theme

This theme uses the latest developement version of Hugo. Therefore, it doesn't work with the official releases. Look here if you want to know how to build Hugo from source.

Next, take a look in the exampleSite folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.

Copy at least the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

Hugo includes a development server, so you can view your changes as you go - very handy. Spin it up with the following command:

hugo server

Now you can go to localhost:1313 and the Alabaster theme should be visible.

For detailed installation instructions visit the demo.

Acknowledgements

Last but not I want to give a big shout-out to Jeff Forcier, Kenneth Reitz and Armin Ronacher. Their work and modifications on the original codebase made this port possible.

Furthermore, thanks to Steve Francia for creating Hugo and the awesome community around the project.

License

The theme is released under the BSD license. Read the license for more information.