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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpavel <pavel.post@deutschebahn.com>2020-04-08 23:48:38 +0300
committerpavel <pavel.post@deutschebahn.com>2020-04-08 23:48:38 +0300
commitff10f02d955de4beac261347b021ceb542593d09 (patch)
tree9a95cb16e0c1d535df6bd31844234b948b6a6cbe /exampleSite
parent328762da566636d17d49c80f745440321c3e2271 (diff)
initial commit
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml76
-rw-r--r--exampleSite/content/about.md1
-rw-r--r--exampleSite/content/creating-a-new-theme.md (renamed from exampleSite/content/post/creating-a-new-theme.md)3
-rw-r--r--exampleSite/content/goisforlovers.md (renamed from exampleSite/content/post/goisforlovers.md)3
-rw-r--r--exampleSite/content/hugoisforlovers.md (renamed from exampleSite/content/post/hugoisforlovers.md)3
-rw-r--r--exampleSite/content/markdown-syntax.md148
-rw-r--r--exampleSite/content/migrate-from-jekyll.md (renamed from exampleSite/content/post/migrate-from-jekyll.md)3
-rw-r--r--exampleSite/content/placeholder-text.md59
8 files changed, 246 insertions, 50 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 178b63e..a8331c3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,64 +1,48 @@
baseurl = "https://example.com"
languageCode = "en"
-title = "Hugo Kiss theme"
-theme = "kiss"
-copyright = "&copy; <a href=\"https://github.com/ribice\">Emir Ribic</a> 2017"
-disqusShortname = "shortname"
-googleAnalytics = ""
+theme = "kiss-em"
Paginate = 5 # Number of posts per page
enableRobotsTXT = true
+defaultContentLanguage = "en"
-[params.rss] # Adding this tag enables RSS feed
-includeContent = true # Includes whole content in rss
-authorName = "Emir Ribic" # Author full name
-authorEmail = "ribice@gmail.com" # Author email
+[languages]
+ [languages.de]
+ title = "Das ist Kiss'Em!"
+ weight = 2
+ [languages.en]
+ title = "Kiss'Em!"
+ weight = 1
+
+[params.microblog]
+enable = true
+number = 2
[params.assets]
customCSS = ["css/custom.css"]
-[params.info]
-adsense = "" # Adsense ID (ID only, without ca-pub-)
-enableSocial = true # Adds OpenGraph and Twitter cards
-homeTitle = "" # Title for home page
-poweredby = true # Adds powered by hugo and kiss below Copyright
-related = true # Includes related articles at the bottom of the article
-codeCopy = true # Add copy button above code blocks
-taxonomiesCount = true # Add taxonomies count
-
-[params.features]
-disqusOnDemand = true # Load Disqus comments on click
-
-
-[params.opengraph.facebook]
-admins = [] # array of Facebook IDs
-appID = ""
-pageID = ""
+[params.rss]
+enable = true
+includeContent = true
+authorName = "Pavel Pi"
+authorEmail = "info@pavel-pi.de"
-[params.opengraph.twitter]
-page = "" # Twitter Page username. If not set, params.social.twitter will be used.
+[params.info]
+poweredby = true
+related = true
+copyright = "© <a href=\"https://github.com/pavel-pi\">Pavel Pi</a> 2020"
[params.social]
-twitter = "ribicemir"
-github = "ribice"
-email = "ribice@gmail.com"
-linkedin = "ribice"
-facebook = "ribice"
-instagram = ""
-codepen = ""
-rss = "index.xml" # Add this to show RSS button in social.
+about = "about"
+twitter = "@_pavel_pi_"
+github = "pavel-pi"
+email = "info@pavel-pi.de"
+rss = "index.xml"
+# Define the order of the icons:
[params.social.config]
-platforms = ["github","facebook","twitter","instagram","email","codepen","linkedin"]
-
-[params.matomoAnalytics]
-siteID = 1
-rootURL = "//matomo.example.com/"
-
-[params.fathomAnalytics]
-rootURL = "//fathom.example.com/"
+platforms = ["about", "email", "github", "twitter", "xing", "rss"]
[taxonomies]
tag ="tags"
-[blackfriday]
-hrefTargetBlank = true \ No newline at end of file
+
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index 47f9698..a048a9a 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -2,6 +2,7 @@
title = "About Hugo"
date = "2014-04-09"
menu = "main"
+type = "page"
+++
Hugo is a static site engine written in Go.
diff --git a/exampleSite/content/post/creating-a-new-theme.md b/exampleSite/content/creating-a-new-theme.md
index b18f812..896aabf 100644
--- a/exampleSite/content/post/creating-a-new-theme.md
+++ b/exampleSite/content/creating-a-new-theme.md
@@ -1,6 +1,6 @@
---
author: "Michael Henderson"
-date: 2014-09-28
+date: 2014-09-28T13:22:19+02:00
linktitle: Creating a New Theme
menu:
main:
@@ -9,6 +9,7 @@ next: /tutorials/github-pages-blog
prev: /tutorials/automated-deployments
title: Creating a New Theme
weight: 10
+type: article
---
diff --git a/exampleSite/content/post/goisforlovers.md b/exampleSite/content/goisforlovers.md
index 103d282..9bf74cf 100644
--- a/exampleSite/content/post/goisforlovers.md
+++ b/exampleSite/content/goisforlovers.md
@@ -8,12 +8,13 @@ tags = [
"themes",
"development",
]
-date = "2014-04-02"
+date = "2014-04-02T15:12:02+02:00"
categories = [
"Development",
"golang",
]
menu = "main"
+type = "article"
+++
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
diff --git a/exampleSite/content/post/hugoisforlovers.md b/exampleSite/content/hugoisforlovers.md
index f84224a..f426cb5 100644
--- a/exampleSite/content/post/hugoisforlovers.md
+++ b/exampleSite/content/hugoisforlovers.md
@@ -7,12 +7,13 @@ tags = [
"hugo",
"development",
]
-date = "2014-04-02"
+date = "2014-04-02T22:06:23+02:00"
categories = [
"Development",
"golang",
]
menu = "main"
+type = "article"
+++
## Step 1. Install Hugo
diff --git a/exampleSite/content/markdown-syntax.md b/exampleSite/content/markdown-syntax.md
new file mode 100644
index 0000000..9db19e0
--- /dev/null
+++ b/exampleSite/content/markdown-syntax.md
@@ -0,0 +1,148 @@
++++
+author = "Hugo Authors"
+title = "Markdown Syntax Guide"
+date = "2019-03-11T10:48:01"
+description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
+tags = [
+ "markdown",
+ "css",
+ "html",
+ "themes",
+]
+categories = [
+ "themes",
+ "syntax",
+]
+series = ["Themes Guide"]
+aliases = ["migrate-from-jekyl"]
+type = "micro"
++++
+
+This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
+<!--more-->
+
+## Headings
+
+The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
+
+# H1
+## H2
+### H3
+#### H4
+##### H5
+###### H6
+
+## Paragraph
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Blockquotes
+
+The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+
+#### Blockquote without attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Note** that you can use *Markdown syntax* within a blockquote.
+
+#### Blockquote with attribution
+
+> Don't communicate by sharing memory, share memory by communicating.</p>
+> — <cite>Rob Pike[^1]</cite>
+
+
+[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+
+ Name | Age
+--------|------
+ Bob | 27
+ Alice | 23
+
+#### Inline Markdown within tables
+
+| Inline&nbsp;&nbsp;&nbsp; | Markdown&nbsp;&nbsp;&nbsp; | In&nbsp;&nbsp;&nbsp; | Table |
+| ---------- | --------- | ----------------- | ---------- |
+| *italics* | **bold** | ~~strikethrough~~&nbsp;&nbsp;&nbsp; | `code` |
+
+## Code Blocks
+
+#### Code block with backticks
+
+```
+html
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+```
+#### Code block indented with four spaces
+
+ <!DOCTYPE html>
+ <html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title>Example HTML5 Document</title>
+ </head>
+ <body>
+ <p>Test</p>
+ </body>
+ </html>
+
+#### Code block with Hugo's internal highlight shortcode
+{{< highlight html >}}
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+{{< /highlight >}}
+
+## List Types
+
+#### Ordered List
+
+1. First item
+2. Second item
+3. Third item
+
+#### Unordered List
+
+* List item
+* Another item
+* And another item
+
+#### Nested list
+
+* Item
+1. First Sub-item
+2. Second Sub-item
+
+## Other Elements — abbr, sub, sup, kbd, mark
+
+<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
+
+H<sub>2</sub>O
+
+X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
+
+Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
+
+Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
+
diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/migrate-from-jekyll.md
index 75f9558..fc1fed5 100644
--- a/exampleSite/content/post/migrate-from-jekyll.md
+++ b/exampleSite/content/migrate-from-jekyll.md
@@ -1,5 +1,5 @@
---
-date: 2014-03-10
+date: 2019-03-10T19:56:53+02:00
linktitle: Migrating from Jekyll
menu:
main:
@@ -7,6 +7,7 @@ menu:
prev: /tutorials/mathjax
title: Migrate to Hugo from Jekyll
weight: 10
+type: article
---
## Move static content to `static`
diff --git a/exampleSite/content/placeholder-text.md b/exampleSite/content/placeholder-text.md
new file mode 100644
index 0000000..65b9b3f
--- /dev/null
+++ b/exampleSite/content/placeholder-text.md
@@ -0,0 +1,59 @@
++++
+author = "Hugo Authors"
+title = "Placeholder Text"
+date = "2019-01-09T20:24:11"
+description = "Lorem Ipsum Dolor Si Amet"
+tags = [
+ "markdown",
+ "text",
+]
+type = "micro"
++++
+
+Lorem est tota propiore conpellat pectoribus de
+pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice
+subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc
+caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis
+lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
+
+1. Exierant elisi ambit vivere dedere
+2. Duce pollice
+3. Eris modo
+4. Spargitque ferrea quos palude
+
+Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus
+silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria
+tractus malis.
+
+1. Comas hunc haec pietate fetum procerum dixit
+2. Post torum vates letum Tiresia
+3. Flumen querellas
+4. Arcanaque montibus omnes
+5. Quidem et
+
+# Vagus elidunt
+
+<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg>
+
+[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
+
+## Mane refeci capiebant unda mulcebat
+
+Victa caducifer, malo vulnere contra
+dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere
+furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
+
+Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli
+Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare
+Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert
+ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae
+vulnus haerentia iuste et exercebat, sui et.
+
+Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem
+Propoetides **parte**.
+
+{{< css.inline >}}
+<style>
+.canon { background: white; width: 100%; height: auto;}
+</style>
+{{< /css.inline >}}