mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add images
* Remove unused files * Fix missing theme.toml keys
This commit is contained in:
39
README.md
39
README.md
@@ -0,0 +1,39 @@
|
||||
# Cocoa
|
||||
|
||||
A [Hugo](http://gohugo.io) theme with clear typograhy for easy, disturbance-free reading.
|
||||
|
||||
[](Cocoa theme screen shot)
|
||||
|
||||
# Setup
|
||||
|
||||
From the root of your Hugo site, run:
|
||||
|
||||
````bash
|
||||
$ mkdir themes
|
||||
$ cd themes
|
||||
$ git clone https://github.com/nishanths/cocoa-hugo-theme cocoa
|
||||
````
|
||||
to get the theme.
|
||||
|
||||
Then, to generate content using the theme, run:
|
||||
|
||||
````bash
|
||||
hugo -t cocoa
|
||||
````
|
||||
|
||||
# Theme
|
||||
|
||||
TODO
|
||||
|
||||
# Example sites
|
||||
|
||||
* [http://nishanths.me](http://nishanths.me) • [source](https://github.com/nishanths/)
|
||||
* [Add yours...](https://github.com/nishanths/cooca-hugo-theme/compare)
|
||||
|
||||
# Contributing
|
||||
|
||||
Pull requests are welcome!
|
||||
|
||||
# License
|
||||
|
||||
Licensed under the MIT License. See the LICENSE file for more details.
|
||||
|
Reference in New Issue
Block a user