mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2026-01-14 04:22:48 +01:00
b28392d6d9422a2a2d8aaa3835029de2a16499de
Cocoa
A consistent Hugo theme with clear typograhy and colors.
Table of Contents
Getting Started
From the root of your Hugo site, clone the theme into themes/cocoa by running:
git clone https://github.com/nishanths/cocoa-hugo-theme.git themes/cocoa
Then, generate your site's files by running:
hugo -t cocoa
Usage
This section describes how to create content that works well with this theme.
Example site
An example site is available under the exampleSite/ directory.
Creating Content
- Posts should go under a
content/postsdirectory. Typically you would run:
hugo new posts/new-post.md
- Fixed pages such as an About page should preferably go under a
content/fixedor be present at the root of thecontentsdirectory.
$ hugo new fixed/about.md
Site variables
Please see the sample config.toml under the exampleSite/ directory.
Screenshots
See this Imgur album or the images/ directory!
Contributing
Pull requests are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request on GitHub
License
Licensed under the MIT License. See the LICENSE file for more details.
Languages
HTML
50.3%
CSS
49.7%