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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-26 16:39:10 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-26 19:36:34 +0300
commita94ed843c1eaff36bf535f0e6a90ca1f31cef03d (patch)
treece399127d42123242b7ffce0384a84da8b70b544 /exampleSite
parent6de3b9dbf8e4b1ab933d2e0189fd561fa03b86b0 (diff)
add default params and sections archetype
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/_index.md2
-rw-r--r--exampleSite/content/sections/dracula.md2
-rw-r--r--exampleSite/content/sections/why_hugo.md9
4 files changed, 14 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 35765d4..77be02d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "/"
+baseurl = "/"
title = "Piercer"
author = "Daniel Zaragoza (Danielkvist)"
googleAnalytics = ""
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index bccc5c2..bc57237 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,4 +1,6 @@
---
+title: "Index"
+images: []
---
# Piercer
diff --git a/exampleSite/content/sections/dracula.md b/exampleSite/content/sections/dracula.md
index 9405e9c..d63aed8 100644
--- a/exampleSite/content/sections/dracula.md
+++ b/exampleSite/content/sections/dracula.md
@@ -2,6 +2,8 @@
title: "Dracula"
draft: false
weight: 1
+images: []
+borderColor: "yellow"
---
Dolore dolore proident incididunt magna Lorem eu dolore commodo et. Fugiat nisi incididunt irure Lorem elit aliqua. Tempor nulla aliqua ad proident ea labore duis nisi ullamco voluptate culpa magna est. \ No newline at end of file
diff --git a/exampleSite/content/sections/why_hugo.md b/exampleSite/content/sections/why_hugo.md
new file mode 100644
index 0000000..53071e9
--- /dev/null
+++ b/exampleSite/content/sections/why_hugo.md
@@ -0,0 +1,9 @@
+---
+title: "Why Hugo?"
+draft: false
+weight: 3
+images: []
+borderColor: "cyan"
+---
+
+Nisi sint reprehenderit occaecat veniam consequat elit sit proident do occaecat culpa dolore. Est labore do sit cupidatat enim nulla dolore in et sint eu sunt. Adipisicing laborum labore aute anim esse non deserunt elit aliquip incididunt excepteur. Culpa qui laborum est mollit magna. Reprehenderit aute et et irure aliqua aliqua magna magna. Eiusmod elit ullamco occaecat do voluptate ex duis consectetur esse pariatur labore quis quis eiusmod. Nulla ad deserunt ullamco non aliqua aliquip excepteur magna. \ No newline at end of file