Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2020-02-01 03:26:08 +0300
committerKarl <kc0bfv@gmail.com>2020-02-01 03:26:08 +0300
commit71b93fb760c17d5f7b22f47c1b8b50c2b57c2165 (patch)
treefbf8063f6c953a735bdd2f502b14b7f7029ecd47 /exampleSite
parentf9fb5b08eb3edd8469f3033381f96079624fee46 (diff)
Author fixes, add opengraph and twitter cards
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
-rw-r--r--exampleSite/config_for_github_pages.toml8
-rw-r--r--exampleSite/content/_index.md1
-rw-r--r--exampleSite/content/about.md7
-rw-r--r--exampleSite/content/emoji-support.md7
-rw-r--r--exampleSite/content/markdown-syntax.md8
-rw-r--r--exampleSite/content/math-typesetting.mmark7
-rw-r--r--exampleSite/content/rich-content.md7
-rw-r--r--exampleSite/static/favicon.icobin0 -> 15086 bytes
9 files changed, 30 insertions, 23 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 4a4548b..ace17d8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,9 +7,11 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
favicon = "favicon.ico"
- webmasterEmail = "kc0bfv@gmail.com"
description = "The demonstration page for the Hugo Ticky Tacky Dark theme."
- author = "kc0bfv@gmail.com"
- headerimages = ["img/header01.jpg", "img/header02.jpg"]
+ images = ["img/header01.jpg", "img/header02.jpg"]
#msvalidate = ""
#googlesiteverification = ""
+
+[Author]
+ name = "Karl Sickendick"
+ email = "kc0bfv@gmail.com"
diff --git a/exampleSite/config_for_github_pages.toml b/exampleSite/config_for_github_pages.toml
index d1d12dd..dd76d8d 100644
--- a/exampleSite/config_for_github_pages.toml
+++ b/exampleSite/config_for_github_pages.toml
@@ -7,9 +7,11 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
favicon = "favicon.ico"
- webmasterEmail = "kc0bfv@gmail.com"
description = "The demonstration page for the Hugo Ticky Tacky Dark theme."
- author = "kc0bfv@gmail.com"
- headerimages = ["img/header01.jpg", "img/header02.jpg"]
+ images = ["img/header01.jpg", "img/header02.jpg"]
#msvalidate = ""
#googlesiteverification = ""
+
+[Author]
+ name = "Karl Sickendick"
+ email = "kc0bfv@gmail.com"
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 0c2c0b6..5fdd3d6 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,6 +1,5 @@
---
title: "Main"
-author: "Hugo Authors"
date: 2019-12-08T00:00:00-00:00
draft: false
---
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index e46e1db..87c11f9 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -2,11 +2,12 @@
title: "About"
description: "Hugo, the world’s fastest framework for building websites"
aliases: ["about-us","about-hugo","contact"]
-author: "Hugo Authors"
+author:
+ name: "Hugo Authors"
date: 2019-12-08T00:00:00-00:00
buttonimage: "img/awebutton.jpg"
-sideimages: ["img/awesome01.jpg", "img/awesome02.jpg"]
-sideimagealt: "Awesome Page Image"
+images: ["img/awesome01.jpg", "img/awesome02.jpg"]
+imagealt: "Awesome Page Image"
draft: false
weight: 1
---
diff --git a/exampleSite/content/emoji-support.md b/exampleSite/content/emoji-support.md
index 9765e37..5a7858b 100644
--- a/exampleSite/content/emoji-support.md
+++ b/exampleSite/content/emoji-support.md
@@ -1,5 +1,6 @@
---
-author: "Hugo Authors"
+author:
+ name: "Hugo Authors"
title: "Emoji Support"
description: "Guide to emoji usage in Hugo"
tags: [
@@ -7,8 +8,8 @@ tags: [
]
date: 2019-12-08T00:00:00-00:00
buttonimage: "img/coolbutton.jpg"
-sideimages: ["img/cool01.jpg"]
-sideimagealt: "Cool Page Image"
+images: ["img/cool01.jpg"]
+imagealt: "Cool Page Image"
draft: false
weight: 4
---
diff --git a/exampleSite/content/markdown-syntax.md b/exampleSite/content/markdown-syntax.md
index 19ab708..ee170be 100644
--- a/exampleSite/content/markdown-syntax.md
+++ b/exampleSite/content/markdown-syntax.md
@@ -1,5 +1,6 @@
---
-author: "Hugo Authors"
+author:
+ name: "Hugo Authors"
title: "Markdown Syntax Guide"
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags: [
@@ -12,13 +13,12 @@ categories: [
"themes",
"syntax",
]
-series: ["Themes Guide"]
aliases: ["migrate-from-jekyl"]
date: 2019-12-08T00:00:00-00:00
buttonimage: "img/interestingbutton.jpg"
-sideimages: ["img/interesting01.jpg"]
-sideimagealt: "Interesting Page Image"
+images: ["img/interesting01.jpg"]
+imagealt: "Interesting Page Image"
draft: false
weight: 3
---
diff --git a/exampleSite/content/math-typesetting.mmark b/exampleSite/content/math-typesetting.mmark
index cb2adeb..5116af4 100644
--- a/exampleSite/content/math-typesetting.mmark
+++ b/exampleSite/content/math-typesetting.mmark
@@ -1,11 +1,12 @@
---
-author: Hugo Authors
+author:
+ name: Hugo Authors
title: Math Typesetting
date: 2019-03-08
description: A brief guide to setup KaTeX
buttonimage: "img/mathbutton.jpg"
-sideimages: ["img/math01.jpg"]
-sideimagealt: "A binary text wall covering from the computer history museum."
+images: ["img/math01.jpg"]
+imagealt: "A binary text wall covering from the computer history museum."
markup: mmark
math: true
weight: 6
diff --git a/exampleSite/content/rich-content.md b/exampleSite/content/rich-content.md
index 9530e9d..f67c4f9 100644
--- a/exampleSite/content/rich-content.md
+++ b/exampleSite/content/rich-content.md
@@ -1,5 +1,4 @@
+++
-author = "Hugo Authors"
title = "Rich Content"
description = "A brief description of Hugo Shortcodes"
tags = [
@@ -7,9 +6,11 @@ tags = [
"privacy",
]
buttonimage = "img/richbutton.jpg"
-sideimages = ["img/rich01.jpg"]
-sideimagealt = "Looking out on a pond at Capilano Suspension Bridge, Vancouver, BC"
+images = ["img/rich01.jpg"]
+imagealt = "Looking out on a pond at Capilano Suspension Bridge, Vancouver, BC"
weight = 5
+[author]
+ name = "Hugo Authors"
+++
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico
new file mode 100644
index 0000000..3669333
--- /dev/null
+++ b/exampleSite/static/favicon.ico
Binary files differ