Go to file
kendo5731 373a869d4c fix(): add fonts in index 2016-02-07 12:52:56 +01: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
layouts feat(): add support for syntax hightlighting with highlight.js 2016-02-06 17:21:06 +01:00
static fix(): add fonts in index 2016-02-07 12:52:56 +01:00
.gitignore fix(): add fonts in index 2016-02-07 12:52:56 +01:00
CHANGELOG.md chore(release): 1.0.0 2016-02-06 18:15:14 +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(): create a section for changelog 2016-02-06 18:37:22 +01:00
gulpfile.js chore(): add npm scripts for automatic releases 2016-02-06 18:14:41 +01:00
package.json chore(release): 1.0.0 2016-02-06 18:15:14 +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]
    locale = "en-US"

Contributing

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