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

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsiegerts <stephen.siegert@gmail.com>2019-02-11 01:23:06 +0300
committersiegerts <stephen.siegert@gmail.com>2019-02-11 01:23:06 +0300
commit88dd2549371754a2abcd3f6314016dec9ea8585b (patch)
tree24ce53eb75de915713d65f0e72b1db88b55cacac
parentd4cbdc6808346a7974abf17f66f7f2070343959d (diff)
update exampleSite
-rw-r--r--archetypes/blog.md10
-rw-r--r--archetypes/default.md12
-rw-r--r--archetypes/project.md6
-rw-r--r--exampleSite/config.toml (renamed from config.toml)19
-rwxr-xr-xexampleSite/content/blog/creating-a-new-theme.md (renamed from exampleSite/content/posts/creating-a-new-theme.md)0
-rwxr-xr-xexampleSite/content/blog/goisforlovers.md (renamed from exampleSite/content/posts/goisforlovers.md)0
-rwxr-xr-xexampleSite/content/blog/hugoisforlovers.md (renamed from exampleSite/content/posts/hugoisforlovers.md)0
-rwxr-xr-xexampleSite/content/blog/migrate-from-jekyll.md (renamed from exampleSite/content/posts/migrate-from-jekyll.md)0
-rwxr-xr-xexampleSite/content/blog/post-with-featured-image.md (renamed from exampleSite/content/posts/post-with-featured-image.md)0
-rwxr-xr-xexampleSite/content/blog/the-figure-shortcode.md (renamed from exampleSite/content/posts/the-figure-shortcode.md)0
-rwxr-xr-xexampleSite/content/blog/typography.md (renamed from exampleSite/content/posts/typography.md)0
-rwxr-xr-xexampleSite/content/page/about-hugo.md (renamed from exampleSite/content/about-hugo.md)0
-rw-r--r--exampleSite/content/project/hugo.md13
13 files changed, 36 insertions, 24 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
index 65f7e2c..2493181 100644
--- a/archetypes/blog.md
+++ b/archetypes/blog.md
@@ -1,13 +1,7 @@
+++
title = ""
description = ""
-tags = [
-
- "development",
-]
-topics = [
- "Development",
-
-]
+tags = ["development"]
+topics = ["Development"]
date = {{ .Date }}
+++
diff --git a/archetypes/default.md b/archetypes/default.md
index 65f7e2c..4c896c0 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,13 +1,7 @@
+++
-title = ""
+title = {{ replace .Name "-" " " | title }}
description = ""
-tags = [
-
- "development",
-]
-topics = [
- "Development",
-
-]
+tags = ["development"]
+topics = ["Development"]
date = {{ .Date }}
+++
diff --git a/archetypes/project.md b/archetypes/project.md
index cb745f7..8f08084 100644
--- a/archetypes/project.md
+++ b/archetypes/project.md
@@ -1,10 +1,10 @@
+++
-Title = ""
-Date = "2019-01-07"
+Title = "{{ replace .Name "-" " " | title }}"
+Date = {{ .Date }}
Description = ""
Tags = ["Development", ""]
Topics = ["Development", ""]
-download_url = "http://github.com/siegerts/PROJECTNAME"
+download_url = "http://github.com/USERNAME/PROJECTNAME"
project_description = "DESC"
project_name = "PROJECTNAME"
project_url = "URL"
diff --git a/config.toml b/exampleSite/config.toml
index 71c32d2..cded920 100644
--- a/config.toml
+++ b/exampleSite/config.toml
@@ -1,16 +1,27 @@
-baseurl = ""
-title = ""
+baseurl = "www.example.com"
+title = "Example"
theme ="hugo-theme-basic"
languageCode = "en-us"
googleAnalytics = ""
-copyright = ""
+copyright = "© 2016-19 Example"
[params]
- twitter = ""
+ titleEmoji = "🎉"
+ twitter = "exampleHandle"
[Permalinks]
post = "post/:slug"
+[[params.menu]]
+ name = "blog"
+ url = "blog/"
+
+
+[[params.menu]]
+ name = "about"
+ url = "page/about"
+
+
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
diff --git a/exampleSite/content/posts/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md
index c003815..c003815 100755
--- a/exampleSite/content/posts/creating-a-new-theme.md
+++ b/exampleSite/content/blog/creating-a-new-theme.md
diff --git a/exampleSite/content/posts/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md
index 41079d5..41079d5 100755
--- a/exampleSite/content/posts/goisforlovers.md
+++ b/exampleSite/content/blog/goisforlovers.md
diff --git a/exampleSite/content/posts/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md
index 747ab41..747ab41 100755
--- a/exampleSite/content/posts/hugoisforlovers.md
+++ b/exampleSite/content/blog/hugoisforlovers.md
diff --git a/exampleSite/content/posts/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md
index d5b2f54..d5b2f54 100755
--- a/exampleSite/content/posts/migrate-from-jekyll.md
+++ b/exampleSite/content/blog/migrate-from-jekyll.md
diff --git a/exampleSite/content/posts/post-with-featured-image.md b/exampleSite/content/blog/post-with-featured-image.md
index c42ff5c..c42ff5c 100755
--- a/exampleSite/content/posts/post-with-featured-image.md
+++ b/exampleSite/content/blog/post-with-featured-image.md
diff --git a/exampleSite/content/posts/the-figure-shortcode.md b/exampleSite/content/blog/the-figure-shortcode.md
index bfbe7e8..bfbe7e8 100755
--- a/exampleSite/content/posts/the-figure-shortcode.md
+++ b/exampleSite/content/blog/the-figure-shortcode.md
diff --git a/exampleSite/content/posts/typography.md b/exampleSite/content/blog/typography.md
index 94f469b..94f469b 100755
--- a/exampleSite/content/posts/typography.md
+++ b/exampleSite/content/blog/typography.md
diff --git a/exampleSite/content/about-hugo.md b/exampleSite/content/page/about-hugo.md
index b188b2a..b188b2a 100755
--- a/exampleSite/content/about-hugo.md
+++ b/exampleSite/content/page/about-hugo.md
diff --git a/exampleSite/content/project/hugo.md b/exampleSite/content/project/hugo.md
new file mode 100644
index 0000000..a75c569
--- /dev/null
+++ b/exampleSite/content/project/hugo.md
@@ -0,0 +1,13 @@
++++
+Title = "Hugo"
+Date = 2019-02-10T16:53:06-05:00
+Description = ""
+Tags = ["Development", ""]
+Topics = ["Development", ""]
+download_url = "http://github.com/USERNAME/PROJECTNAME"
+project_description = "DESC"
+project_name = "PROJECTNAME"
+project_url = "URL"
+release_date = "DATE"
+version = "0.0"
++++