Aidan Nelson aefcdfc237 fix: broken build
Removed a call to @extend within a @media query which seems to throw an error as mentioned in issue #10.
2018-03-18 11:33:09 +01:00
2017-02-13 20:45:18 +01:00
2017-07-05 18:47:49 +02:00
2018-03-18 11:33:09 +01:00
2016-02-07 12:52:56 +01:00
2016-02-07 13:48:50 +01:00
2016-02-07 13:48:50 +01:00
2017-07-05 18:47:49 +02:00

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.

Contributing

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

Languages
CSS 85.2%
JavaScript 9.4%
HTML 5.4%