mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fix screenshot path in README and logo path in exampleSite
This commit is contained in:
@@ -22,7 +22,7 @@ This theme is less minimalist than the original Cocoa, with some new features :
|
|||||||
* The font size in articles is higher, the text justified and lines are more spaced.
|
* The font size in articles is higher, the text justified and lines are more spaced.
|
||||||
* On mobile : display the date next to article's titles.
|
* On mobile : display the date next to article's titles.
|
||||||
|
|
||||||
<img src="https://github.com/fuegowolf/cocoa-eh-hugo-theme/blob/master/images/screenshot.png" width="800">
|
<img src="https://raw.githubusercontent.com/fuegowolf/cocoa-eh-hugo-theme/master/images/screenshot.png" width="800">
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
|
@@ -22,8 +22,8 @@ cachebuster = true
|
|||||||
dateform = "Jan 2, 2006"
|
dateform = "Jan 2, 2006"
|
||||||
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
||||||
description = "Example blog"
|
description = "Example blog"
|
||||||
logofile = "images/logo.png"
|
logofile = "img/logo.png"
|
||||||
faviconfile = "images/logo.png"
|
faviconfile = "img/logo.png"
|
||||||
highlightjs = true
|
highlightjs = true
|
||||||
lang = "en"
|
lang = "en"
|
||||||
github = "https://github.com/example"
|
github = "https://github.com/example"
|
||||||
|
Reference in New Issue
Block a user