Anubis2 is a simple but elegant theme for Hugo blog engine
Go to file
Sam Smith ce1b32b427
Fixed broken link on tags with spaces
Clicking the link to tag with a space would 404, this adds a hyphen
which links to the correct page.
2020-03-08 17:10:05 +00:00
archetypes initial commit 2020-01-12 09:51:51 +03:00
exampleSite add exampleSite 2020-02-16 13:13:41 +03:00
i18n Fix #3: add categories support 2020-01-27 22:38:45 +03:00
images add screenshots by right way 2020-02-16 13:02:57 +03:00
layouts Fixed broken link on tags with spaces 2020-03-08 17:10:05 +00:00
static/css add screenshots by right way 2020-02-16 13:02:57 +03:00
LICENSE initial commit 2020-01-12 09:51:51 +03:00
README.md update features in README 2020-02-16 13:07:56 +03:00
theme.toml change theme config from yaml to toml 2020-02-16 20:43:53 +03:00

Anubis Theme for Hugo

Anubis is a simple minimalist theme for Hugo blog engine.

Anubis Screenshot

Features

  • Pagination
  • Tags/Categories support
  • Archive
  • Mobile support
  • Google Analytics
  • Disqus
  • RSS feeds

Installation

Inside the folder of your Hugo site run:

$ git submodule add https://github.com/mitrichius/hugo-theme-anubis.git themes/anubis

For more information read the official setup guide of Hugo.

Getting started

After installing the theme successfully it requires a just a few more steps to get your site running.

Update config file

Example:

languageCode: "en-us"
baseUrl = ""
title: "Anubis"
theme: "anubis"
paginate: 10
disqusShortname: yourdiscussshortname
googleAnalytics: UA-123-45

menu:
  main:
  - identifier: archive
    name: Archive
    title: Archive
    url: /posts/
    weight: 0

params:
  author: ""
  description: ""
  images:
    - images/og-featured.png

Check your site

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

$ hugo server

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

Contributing

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

TODO

See issues.

License

MIT

(c) Dmitry Kolosov 2020