Skip to content

Latest commit

 

History

History
107 lines (75 loc) · 2.86 KB

README.md

File metadata and controls

107 lines (75 loc) · 2.86 KB

Hacker

Live Demo

Installation

In your Hugo site themes directory, run:

git clone https://github.com/guneysus/gohugo-hacker themes/hacker

Next, open config.toml in the base of the Hugo site and ensure the theme option is set to hacker.

theme = "hacker"

And define a color scheme in params section

[params]
    colorScheme = "default"
  # colorScheme = "ubuntu"
  # colorScheme = "monochrome-dark"
  # colorScheme = "monochrome-light"
  # colorScheme = "xterm"
  # colorScheme = "ubuntu"
  # colorScheme = "alexpate-2"
  # colorScheme = "alexpate-3"
  # colorScheme = "alexpate-15"
  # colorScheme = "alexpate-20"
  # colorScheme = "alexpate-26"
  # colorScheme = "alexpate-31"
  # colorScheme = "alexpate-34"
  # colorScheme = "alexpate-42"
  # colorScheme = "alexpate-54"
  # colorScheme = "alexpate-65"
  # colorScheme = "alexpate-72"
  # colorScheme = "alexpate-91"
  # colorScheme = "alexpate-96"

Theme Previews

alexpate-15

alexpate-15

alexpate-2

alexpate-2

alexpate-20

alexpate-20

alexpate-26

alexpate-26

alexpate-3

alexpate-3

alexpate-31

alexpate-31

alexpate-34

alexpate-34

alexpate-42

alexpate-42

alexpate-54

alexpate-54

alexpate-65

alexpate-65

alexpate-72

alexpate-72

alexpate-91

alexpate-91

alexpate-96

alexpate-96

default

default

monochrome-dark

monochrome-dark

monochrome-light

monochrome-light

ubuntu

ubuntu

xterm

xterm

Contributing

Have you found a bug or got an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.

License

This theme is released under the MIT license.