Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
/ hugo-inverted Public archive

Inverted is a minimal dark theme for Hugo 📝

License

Notifications You must be signed in to change notification settings

trubitsyn/hugo-inverted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverted

Inverted is a minimal dark theme for Hugo.

Currently under development.

Getting started

  1. Create a new site from default template:
    hugo new site yourAwesomeSite
  2. Change the directory:
    cd yourAwesomeSite
  3. Create a new empty git repository:
    git init
  4. Install the theme:
    git submodule add https://github.com/trubitsyn/inverted themes/inverted

Site configuration

Example config.toml:

baseURL = "https://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "inverted"
disqusShortname = "yourDisqusShortname"

Build

  1. Start the server on localhost:1313 with hugo server
  2. Ensure everything is working well
  3. Build the site with hugo build

License

Apache License, Version 2.0