Go to file
soul9 09f743f976 fix(menu): show only "real" posts and not "dynamic" pages in most recent posts
When there are few pages in the site, .Site.Pages will show also some dynamically generated taxonomy pages in the most recent posts section of the menu (along with some entirely broken links). .Site.RegularPages will only display the regular pages instead of displaying all pages in the site.
2017-04-02 18:14:19 +02:00
archetypes feat(): add support for listing, tags, categories and most recent articles 2016-02-04 22:29:46 +01:00
data/translations feat(): add a custom 404 page 2016-02-06 16:58:34 +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 fix(menu): show only "real" posts and not "dynamic" pages in most recent posts 2017-04-02 18:14:19 +02:00
static doc: moves the example site preview images to a new location 2017-02-13 21:18:38 +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 doc: uses absolute path for the screenshot in the README 2017-02-20 10:45:51 +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"

Contributing

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