hugo-code-editor-theme fork
https://github.com/aubm/hugo-code-editor-theme
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
archetypes | 6 years ago | |
data/translations | 4 years ago | |
exampleSite | 5 years ago | |
images | 5 years ago | |
layouts | 4 years ago | |
static | 4 years ago | |
.gitignore | 6 years ago | |
CHANGELOG.md | 6 years ago | |
CONTRIBUTING.md | 6 years ago | |
LICENSE.md | 6 years ago | |
README.md | 5 years ago | |
gulpfile.js | 6 years ago | |
package.json | 6 years ago | |
release.js | 6 years ago | |
theme.toml | 6 years ago |
README.md
What is it ?
A theme for Hugo, inspired by Atom editor.
Changelog
Changelog can be found here :)
Installation
Install using git clone https://github.com/aubm/hugo-code-editor-theme.git /path/to/your/site/themes/code-editor
.
For more information read the official setup guide of Hugo.
You will need to define the locale
parameter in order to use this theme.
Please have a look at this configuraton sample :
baseurl = "http://your-site.com"
languageCode = "en-US"
title = "Your site"
theme = "code-editor"
[params]
author = "John Doe"
locale = "en-US"
# rootlink = "/"
# rootlink specifies where Root in menu.html links to. If it's not set then baseurl will be used.
Contributing
Contributions are welcome. Please refer to the contributions guidelines for more information.