soul9 / hugo-code-editor-theme

A theme for Hugo, inspired by Atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A theme for Hugo, inspired by Atom editor

License:MIT License


Languages

Language:CSS 83.3%Language:JavaScript 9.5%Language:HTML 7.3%