Ruben 7b57070c63 css: change font paths to relative
If the base site is on "username.github.io/some-repo/", the "some-repo"
path will be ignored by the font urls.

Co-authored-by: Ruben Straube <ruben.straube@tngtech.com>
2020-07-04 08:58:20 +02:00
2020-04-30 22:02:40 +02:00
2020-06-28 20:27:00 +02:00
2020-05-10 19:52:41 +02:00
2020-05-10 19:52:41 +02:00
2020-04-30 22:02:40 +02:00

Hugo Theme: Console

A minimal, responsive and light theme for Hugo inspired by Linux console.

Console

Live demo

https://mrmierzejewski.com

Installation

$ mkdir themes
$ cd themes
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console

See the Hugo documentation for more information.

Configuration

Set theme parameter in your config file:

theme = "hugo-theme-console"

Example Site

To run the example site, please type the following command:

makefile hugo-server

Start page

The default start page template is located at themes/hugo-theme-console/layouts/index.html. To change the page contect, you to need to copy this file to your website top-level layouts folder (layouts/index.html).

License

Copyright © 2020 Marcin Mierzejewski

The theme is released under the MIT License. Check the original theme license for additional licensing information.

Description
A minimal, responsive and light theme for Hugo inspired by Linux console.
Readme MIT 5.8 MiB
Languages
HTML 63.3%
CSS 34.1%
Makefile 2.6%