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.
 
 
 
root 362baca757 add fonts, css, scripts, remove share buttons, another minor fixes 5 years ago
archetypes feat(): add support for listing, tags, categories and most recent articles 8 years ago
data/translations Create italian translation 5 years ago
exampleSite Add theme field in config.toml 5 years ago
images doc: moves the example site preview images to a new location 7 years ago
layouts add fonts, css, scripts, remove share buttons, another minor fixes 5 years ago
static add fonts, css, scripts, remove share buttons, another minor fixes 5 years ago
.gitignore fix(): add fonts in index 8 years ago
CHANGELOG.md chore(release): 1.1.0 8 years ago
CONTRIBUTING.md doc(): add contributing guidelines 8 years ago
LICENSE.md refactor(): change folder structure to be an actual hugo theme 8 years ago
README.md feat: add support for hiding "Recent posts" block 5 years ago
gulpfile.js chore(): add npm scripts for automatic releases 8 years ago
package.json chore(release): 1.1.0 8 years ago
release.js chore(): add npm scripts for automatic releases 8 years ago
theme.toml refactor(): change folder structure to be an actual hugo theme 8 years ago

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.