A simple responsive blog theme for Hugo designed for academics - based on Natrium.
See the example site in action.
- Blog
- Academics
- Responsive
- Privacy (no Google)
- Taxonomies
- Syntax highlighting
- Microdata
Run the following inside your Hugo site folder:
$ mkdir themes
$ cd themes
$ git clone https://github.com/hugcis/hugo-astatine-theme
Take a look at the sample config.toml file located in the exampleSite folder.
Used for blog posts. Blog posts are listed on the posts page.
Run hugo new post/<post-name>.md
to create a post.
Astatine is using Chroma and pygmentsStyle = "native"
by default. If you would like to use another style you have to adjust the colors in pre
in main.css.
The code is available under the MIT License.
The content of the example site was partially generated with Metamorphosum (Copyright © 2014 Kyle Stetz, MIT License).