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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-25 16:03:18 +0300
committerHanzei <hanzei@mailbox.org>2018-06-25 16:03:18 +0300
commit8269d33fa2f256b6378bcf3473006fcf9ccf051e (patch)
tree447be8c0b41a3ef2223ff65f9f3ed54d76e580f0 /exampleSite
parent8afcd8365c56a6fe91753804db8613d38cd5eaa2 (diff)
Cleanup code
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/blog/_index.md6
-rw-r--r--exampleSite/content/projects/_index.md6
3 files changed, 12 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index aef4ace..9c242cc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,8 +27,6 @@ enforce_ssl = false
fadeIn = true # Turn on/off the fade-in effect
customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"]
- showBlog = true # Show Blog section on home page
- showProjects = true # Show Projects section on home page
projectColumns = "3" # Choose "2" or "3" columns for projects section
placeHolderimg = "/img/workday.jpg" # For Projects without image
showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page
diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md
new file mode 100644
index 0000000..8703de6
--- /dev/null
+++ b/exampleSite/content/blog/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Blog"
+date: 2017-03-09T13:19:25+08:00
+---
+
+Here is some introduction text for my blog
diff --git a/exampleSite/content/projects/_index.md b/exampleSite/content/projects/_index.md
new file mode 100644
index 0000000..953a147
--- /dev/null
+++ b/exampleSite/content/projects/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Projects"
+date: 2017-03-09T13:19:25+08:00
+---
+
+Here is some introduction text for my projects