Find a file
2022-12-02 07:45:29 -05:00
exampleSite config: add animateStyle parameter 2021-01-06 12:42:16 +01:00
images home page: add home page with the latest posts and photos 2020-05-03 11:38:44 +02:00
layouts header: allow for custom CSS 2022-12-02 07:45:29 -05:00
static/hugo-theme-console css: add terminal.css and animate.css 2022-02-20 17:20:45 +01:00
.gitignore example site: fix link to preview image (screenshot -> preview) 2020-04-30 22:23:02 +02:00
LICENSE big bang 2020-04-30 22:02:40 +02:00
makefile makefile: add --cleanDestinationDir 2020-06-28 20:27:00 +02:00
netlify.toml hugo: bump version to 0.81.0 2021-03-09 13:52:04 +01:00
README.md fix invocation of make (#36) 2022-03-30 13:56:10 +02:00
theme.toml hugo: bump version to 0.81.0 2021-03-09 13:52:04 +01:00

Hugo Theme: Console

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

Console

Live demo

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:

make hugo-server

Start page

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

License

Copyright © 2021 Marcin Mierzejewski

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