Skip to content

This is a simple, responsive blog theme for Hugo based on Lithium. Hugo Natrium was created by Tim (mobybit). In September 2020, minor changes have been introduced to make this theme compatible with the latest Hugo versions (0.53 and newer).

License

neil-sabol/hugo-natrium-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Natrium

This is a simple, responsive blog theme for Hugo based on Lithium. Hugo Natrium was created by Tim (mobybit). This fork of the theme is actively maintained (for new Hugo version compatibility) by myself.

Changes

Changes have been introduced to make this theme compatible with the latest Hugo versions (0.53 and newer).

-These changes break the theme in older Hugo versions (0.52 and prior).

Upgrading to at least Hugo 0.53 is required to maintain functionality. The changes include:

  • Replace instances of .URL with .RelPermalink (fixes "WARN Page.URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink.")
  • Replace instances of .Hugo with hugo (fixes "WARN Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.")
  • Replace instances of .RSSLink with .OutputFormats.Get "RSS" (fixes: "WARN Page.RSSLink is deprecated and will be removed in a future release. Use the Output Format's link.")
  • Replace instances of .Data.Pages with .Site.RegularPages (fixes "Error <.Paginate>: error calling Paginate: cannot convert type page.PagesGroup to Pages")
-To use Natrium with older versions of Hugo (0.25 - 0.52),
-use the previous commit from mobybit

Commit: (c0906c9ec0878985af4cd86b0b083c5b8f1f78df)

Natrium includes: taxonomies (categories, tags), static footer, new fonts (Roboto Mono, Font Awesome), local fonts, comments (Disqus), syntax highlighting, better support for code, img and RSS, pagination, multiple design optimizations, i18n, 404.html...

Features

  • Blog
  • Disqus (comments)
  • Responsive
  • Privacy (no Google)
  • Taxonomies
  • Syntax highlighting
  • Pagination

Installation

Run the following inside your Hugo site folder:

$ mkdir themes
$ cd themes
$ git clone https://github.com/mobybit/hugo-natrium-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 homepage.

Run hugo new post/<post-name>.md to create a post.

Page

Used for site pages.

Run hugo new page/<page-name>.md to create a page.

Syntax highlighting

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

Integration testing

exampleSite\exampleSite.Tests.ps1 contains basic PowerShell Pester tests that I use to validate this theme as new Hugo versions are released. To run the tests, you will need Pester 5+:

Install-Module -Name Pester -Force -SkipPublisherCheck

Once installed, the Pester tests can be invoked as follows:

cd <path-to-theme>\exampleSite
invoke-pester -Output Detailed

License

The code is available under the MIT License.

Natrium is using Font Awesome by Dave Gandy (SIL OFL 1.1). Realated files (CSS, LESS, SCSS) are licensed under the MIT License.

Other used fonts are Merriweather by Sorkin Type (Copyright © 2016 The Merriweather Project, SIL OFL 1.1), Lato by Łukasz Dziedzic (Copyright © 2010-2014 by tyPoland Lukasz Dziedzic, SIL OFL 1.1) and Roboto Mono by Christian Robertson (Copyright © 2015 Google Inc., Apache License 2.0).

Special thanks to Artem Sidorenko (tag cloud).

The content of the example site is generated with Metamorphosum (Copyright © 2014 Kyle Stetz, MIT License).

About

This is a simple, responsive blog theme for Hugo based on Lithium. Hugo Natrium was created by Tim (mobybit). In September 2020, minor changes have been introduced to make this theme compatible with the latest Hugo versions (0.53 and newer).

Resources

License

Stars

Watchers

Forks

Languages

  • CSS 36.5%
  • PowerShell 34.3%
  • HTML 29.2%