mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Update exampleSite
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
baseurl = "https://you.github.io/"
|
baseurl = "your-base-url"
|
||||||
builddrafts = false
|
theme = "cocoa-eh-hugo-theme"
|
||||||
|
builddrafts = true
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
contentdir = "content"
|
contentdir = "content"
|
||||||
languageCode = "en-US"
|
languageCode = "en-US"
|
||||||
layoutdir = "layouts"
|
layoutdir = "layouts"
|
||||||
publishdir = "public"
|
publishdir = "public"
|
||||||
author = "Arthur Dent"
|
author = ""
|
||||||
title = "Arthur Dent"
|
title = "Cocoa-EH"
|
||||||
pygmentsuseclasses = true
|
pygmentsuseclasses = true
|
||||||
disqusshortname = "cocoaexamplesite" # Comment out to disable Disqus.
|
disqusshortname = ""
|
||||||
pluralizelisttitles = false
|
pluralizelisttitles = false
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
@@ -16,22 +17,16 @@ fixed = ":title/"
|
|||||||
blog = "blog/:slug/"
|
blog = "blog/:slug/"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Arthur Dent"
|
author = ""
|
||||||
# gravatar = "" # do not use in the same time as Avatar
|
cachebuster = true
|
||||||
# avatar = "" # path to image in static dir e.g img/avatar.png (do not use in the same time as Gravatar)
|
|
||||||
# cachebuster = false # FIXME: See issue #32.
|
|
||||||
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 = "Don't panic"
|
description = ""
|
||||||
email = "you@example.space"
|
logofile = "images/logo.png"
|
||||||
faviconfile = "img/leaf.ico"
|
faviconfile = "images/logo.png"
|
||||||
gatracker = "XYZ"
|
|
||||||
github = "//github.com/you"
|
|
||||||
highlightjs = true
|
highlightjs = true
|
||||||
# highlightjslanguages = ["go"] # additional languages not included in the "common" set
|
|
||||||
initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0.
|
|
||||||
lang = "en"
|
lang = "en"
|
||||||
linkedin = "//linkedin.com/in/you"
|
github = ""
|
||||||
twitter = "//twitter.com/you"
|
email = ""
|
||||||
|
linkedin = ""
|
||||||
extracssfiles = [ "/css/override.css" ] # In your `static/css`, add/remove files as necessary.
|
twitter = ""
|
@@ -1,8 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel="canonical" href="/colophon"/>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
||||||
<meta http-equiv="refresh" content="0;url=/colophon"/>
|
|
||||||
</head>
|
|
||||||
</html>
|
|
@@ -1,15 +0,0 @@
|
|||||||
+++
|
|
||||||
date = "2015-08-22T06:28:26-07:00"
|
|
||||||
draft = false
|
|
||||||
title = "colophon"
|
|
||||||
heading = "About This Site"
|
|
||||||
|
|
||||||
+++
|
|
||||||
|
|
||||||
This website is a personal homepage.
|
|
||||||
|
|
||||||
The site is built with <a target="_blank" href="//gohugo.io">Hugo</a>—a static site generator made with Go. The website [source code](/) is available on GitHub. It uses the <a target="_blank" href="//github.com/nishanths/cocoa-hugo-theme">cocoa</a> theme. The posts are written in Markdown.
|
|
||||||
|
|
||||||
The primary font face is Open Sans and the monospace font face is Ubuntu Mono. The social icons are from the Ionicons font set. CSS classes for code syntax highlighting are inserted during compile-time by Hugo using Pygments.
|
|
||||||
|
|
||||||
If you find errors, [please let me know](/).
|
|
@@ -1,7 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
date = "2015-08-19T20:29:37-07:00"
|
date = "2015-08-19T20:29:37-07:00"
|
||||||
draft = false
|
draft = false
|
||||||
title = "Code"
|
title = "Projects"
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
|
@@ -1,8 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel="canonical" href="/blog"/>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
||||||
<meta http-equiv="refresh" content="0;url=/blog"/>
|
|
||||||
</head>
|
|
||||||
</html>
|
|
@@ -1,8 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel="canonical" href="/posts"/>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
||||||
<meta http-equiv="refresh" content="0;url=/posts"/>
|
|
||||||
</head>
|
|
||||||
</html>
|
|
@@ -1 +0,0 @@
|
|||||||
/* override css styles of the main theme here */
|
|
Binary file not shown.
Before Width: | Height: | Size: 361 KiB |
BIN
exampleSite/static/img/logo.png
Normal file
BIN
exampleSite/static/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user