yang-cx / hugo-astatine-theme

An minimalist Hugo theme for Academics

Home Page:https://hugcis.github.io/hugo-astatine-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Another Minimalist Theme

Build example site

A simple responsive blog theme for Hugo designed for academics - based on Natrium.

See the example site in action.

Screenshots

Light mode

Post list screenshot

Post screenshot

Dark mode

Post list dark screenshot

Post dark screenshot

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).

About

An minimalist Hugo theme for Academics

https://hugcis.github.io/hugo-astatine-theme/

License:MIT License


Languages

Language:CSS 53.7%Language:HTML 43.2%Language:JavaScript 3.1%