mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56: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.
|
||||||
|
BIN
images/screenshot.png
Normal file
BIN
images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 203 KiB |
BIN
images/tn.png
Normal file
BIN
images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
@@ -8,4 +8,3 @@ process.argv.slice(2).forEach(function(file) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
name = "Cocoa"
|
name = "Cocoa"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
licenselink = "https://github.com/nishanths/cocoa-hugo-theme/blob/master/LICENSE.md"
|
||||||
description = "Clear typography and disturbance-free reading"
|
description = "Clear typography and disturbance-free reading"
|
||||||
homepage = "https://github.com/nishanths"
|
homepage = "https://github.com/nishanths"
|
||||||
tags = ["proxima-nova", "minimal", "clear"]
|
tags = ["proxima-nova", "minimal", "clear"]
|
||||||
|
Reference in New Issue
Block a user