mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Update README with screenshot and my repo
This commit is contained in:
16
README.md
16
README.md
@@ -12,7 +12,7 @@ A [Demo](https://kodewolf.com) is available.
|
|||||||
* Built-in support for 404 pages
|
* Built-in support for 404 pages
|
||||||
* Syntax highlighting
|
* Syntax highlighting
|
||||||
|
|
||||||
<img src="http://i.imgur.com/jdstF9j.png" width="800">
|
<img src="/images/screenshot.png" width="800">
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
@@ -25,23 +25,23 @@ A [Demo](https://kodewolf.com) is available.
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
From the root of your Hugo site, clone the theme into `themes/cocoa` by running:
|
From the root of your Hugo site, clone the theme into `themes/cocoa-eh` by running:
|
||||||
|
|
||||||
````
|
````
|
||||||
git clone https://github.com/nishanths/cocoa-hugo-theme.git themes/cocoa
|
git clone https://github.com/fuegowolf/cocoa-eh-hugo-theme.git themes/cocoa-eh
|
||||||
````
|
````
|
||||||
|
|
||||||
Then, generate your site's files by running:
|
Then, generate your site's files by running:
|
||||||
|
|
||||||
````
|
````
|
||||||
hugo -t cocoa
|
hugo -t cocoa-eh
|
||||||
````
|
````
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
#### config.toml
|
#### config.toml
|
||||||
|
|
||||||
Please see the sample [`config.toml`](https://github.com/nishanths/cocoa-hugo-theme/blob/master/exampleSite/config.toml) in `exampleSite/`.
|
Please see the sample [`config.toml`](https://github.com/fuegowolf/cocoa-eh-hugo-theme/blob/master/exampleSite/config.toml) in `exampleSite/`.
|
||||||
|
|
||||||
Note that if you already use cocoa but have updated to Hugo 0.18, you must lowercase every params of your existing `config.toml`. (like in the sample)
|
Note that if you already use cocoa but have updated to Hugo 0.18, you must lowercase every params of your existing `config.toml`. (like in the sample)
|
||||||
|
|
||||||
@@ -65,10 +65,6 @@ $ hugo new fixed/about.md
|
|||||||
|
|
||||||
An example site is available in `exampleSite/`.
|
An example site is available in `exampleSite/`.
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||
See this [Imgur album](http://imgur.com/a/skabh) or the [`images/`](https://github.com/nishanths/cocoa-hugo-theme/tree/master/images) directory!
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
> v0.3.0
|
> v0.3.0
|
||||||
@@ -102,4 +98,4 @@ Pull requests, bug fixes, and new features are welcome!
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under the MIT License. See the [LICENSE](https://github.com/nishanths/cocoa-hugo-theme/blob/master/LICENSE.md) file for more details.
|
Licensed under the MIT License. See the [LICENSE](https://github.com/fuegowolf/cocoa-eh-hugo-theme/blob/master/LICENSE.md) file for more details.
|
||||||
|
Reference in New Issue
Block a user