Skip to content

Anubis2 is a simple but elegant theme for Hugo blog engine

License

Notifications You must be signed in to change notification settings

Hanse00/hugo-theme-anubis2

 
 

Repository files navigation

Anubis2 Theme for Hugo License: MIT Netlify Status

Anubis2 is another simple minimalist theme for Hugo blog engine, check our Demo.

đź“ť Please note that anubis2 is under active maintenance, so please REMEMBER to keep your theme up to date!

image

Highlighted Features

  • Multilingual
  • Dark / Light mode (Automatic switch based on system settings)
  • Table of Contents
  • Comment Support (Giscus, Disque, ISSO, Utterances, GraphComment)
  • Analytics (Google, Umami)
  • RSS feeds
  • Mobile Support
  • Full Features

Installation

You need to install an extended version of Hugo to run this theme.

As Git Submodule

Inside the folder of your Hugo site, run:

git submodule add https://github.com/Junyi-99/hugo-theme-anubis2.git themes/anubis2

For more information read the official setup guide of Hugo.

Configure your site

Don't be panic, configure Anubis2 is really simple.

This is the minimum configuration:

baseURL = "https://hugo-theme-anubis2.netlify.app/"
languageCode = "en-us"
theme = "anubis2"
title = "Your Site's Name"

[author]
name = "Your Name"

[markup.goldmark.renderer]
unsafe = true # Enable unsafe mode to have a better experience

[markup.highlight]
style = 'base16-snazzy' # Highlight.js style

You are encouraged keeping other fields as defaults and fine-tune them when you have time! (see Full Configuration Examples)

Run your site

In order to see your site in action, run Hugo's built-in local server.

hugo server

Now enter http://localhost:1313 in the address bar of your browser.

Update to the latest version

In your Hugo site folder, run this command:

git submodule update --remote

Contributing

If you find a bug or have an idea for a feature, feel free to write an issue or make a PR.

License

MIT © Junyi, 2024

About

Anubis2 is a simple but elegant theme for Hugo blog engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.1%
  • CSS 31.8%
  • JavaScript 8.6%
  • SCSS 0.5%