Inverted is a minimal dark theme for Hugo.
Currently under development.
- Create a new site from default template:
hugo new site yourAwesomeSite
- Change the directory:
cd yourAwesomeSite
- Create a new empty git repository:
git init
- Install the theme:
git submodule add https://github.com/trubitsyn/inverted themes/inverted
Example config.toml
:
baseURL = "https://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "inverted"
disqusShortname = "yourDisqusShortname"
- Start the server on localhost:1313
with
hugo server
- Ensure everything is working well
- Build the site with
hugo build
Apache License, Version 2.0