Hugo Themes
Astatine
Another Hugo minimal theme - for academics
- Author: Hugo Cisneros
- Minimum Hugo Version: 0.57.0
- GitHub Stars: 1
- Updated: 2022-02-14
- License: MIT
- Tags: Blog Minimal Personal Responsive
Hugo Another Minimalist Theme
A simple responsive blog theme for Hugo designed for academics - based on Natrium.
See the example site in action.
Screenshots
Light mode


Dark mode


Features
- Blog
- Academics
- Responsive
- Privacy (no Google)
- Taxonomies
- Syntax highlighting
- Microdata
Installation
Run the following inside your Hugo site folder:
$ mkdir themes
$ cd themes
$ git clone https://github.com/hugcis/hugo-astatine-theme
Configuration
Take a look at the sample config.toml file located in the exampleSite folder.
Content Types
Post
Used for blog posts. Blog posts are listed on the posts page.
Run hugo new post/<post-name>.md to create a post.
Syntax highlighting
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.
License
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).