/hugo-anya

A theme for Hugo.io - static website generator.

Primary LanguageJavaScriptMIT LicenseMIT

Hugo Theme Anya

A simple theme for bloggers.

Documentation

Demo

Example Blog

Requirements

It's necessary to use Hugo ≥ 0.78.0.

Use Hugo Extended version (recommended) if you want to:

  • Use the latest feature/fix from main branch
  • Edit SCSS files

Features

  • Responsive and Mobile-Friendly
  • Dark mode(It can switch automatically or manually)
  • Footnotes(Float on the right side)
  • Search with categories filter

Installation

cd into your site's root dir.

  1. Add hugo-anya theme as submodule.
git submodule add https://github.com/Limbend/hugo-anya themes/hugo-anya
  1. Add articles page with archives layout.
cat > content/articles.md <<EOF
---
title: Articles
subtitle: Posts, tutorials, snippets, musings, and everything else.
sectiontarget: post
layout: "archives"
---
EOF

Edit your site config following exampleSite/config.yaml.

Thanks to

License

MIT