Go to file
luto c4f5e4ade9 feat: add support for hiding "Recent posts" block 2018-11-02 21:34:10 +01:00
archetypes feat(): add support for listing, tags, categories and most recent articles 2016-02-04 22:29:46 +01:00
data/translations Create italian translation 2018-11-02 21:29:28 +01:00
exampleSite chore: adds example site 2017-02-13 20:45:18 +01:00
images doc: moves the example site preview images to a new location 2017-02-13 21:18:38 +01:00
layouts feat: add support for hiding "Recent posts" block 2018-11-02 21:34:10 +01:00
static fix: broken build 2018-03-18 11:33:09 +01:00
.gitignore fix(): add fonts in index 2016-02-07 12:52:56 +01:00
CHANGELOG.md chore(release): 1.1.0 2016-02-07 13:48:50 +01:00
CONTRIBUTING.md doc(): add contributing guidelines 2016-02-06 18:30:14 +01:00
LICENSE.md refactor(): change folder structure to be an actual hugo theme 2016-02-02 21:02:27 +01:00
README.md feat: add support for hiding "Recent posts" block 2018-11-02 21:34:10 +01:00
gulpfile.js chore(): add npm scripts for automatic releases 2016-02-06 18:14:41 +01:00
package.json chore(release): 1.1.0 2016-02-07 13:48:50 +01:00
release.js chore(): add npm scripts for automatic releases 2016-02-06 18:14:41 +01:00
theme.toml refactor(): change folder structure to be an actual hugo theme 2016-02-02 21:02:27 +01:00

README.md

What is it ?

A theme for Hugo, inspired by Atom editor.

Theme preview

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.

In addition to the required settings, you can customize this theme using the following keys within [params]:

  • codeeditor_menu_mostrecentposts, defaults to true, whether to show the "Most recent posts" section within the menu

Contributing

Contributions are welcome. Please refer to the contributions guidelines for more information.