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

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2017-12-29 16:45:44 +0300
committerPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2017-12-29 16:45:44 +0300
commit07ec0fb5b8e79926bc27455517870773e1797c69 (patch)
tree2cdd877643c8deaec60465f3fad8d530dcfac4a3 /exampleSite
parent1ff2a9264c9842f25b787c41c6c8a25558ea7b00 (diff)
Better pages examples.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml12
-rw-r--r--exampleSite/content/photos.md9
-rw-r--r--exampleSite/content/projects.md13
3 files changed, 28 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eb67740..6c35ba7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,12 +27,12 @@ title = "Simplicity - Hugo theme"
taxonomy = ["HTML", "RSS"]
taxonomyTerm = ["HTML"]
[[menu.pages]]
- name = "My projects"
+ name = "Projects"
weight = -100
- identifier = "my-projects"
- url = "/my-projects/"
+ identifier = "projects"
+ url = "/projects/"
[[menu.pages]]
- name = "My photos"
+ name = "Photos"
weight = -90
- identifier = "my-photos"
- url = "/my-photos/"
+ identifier = "photos"
+ url = "/photos/"
diff --git a/exampleSite/content/photos.md b/exampleSite/content/photos.md
new file mode 100644
index 0000000..61e3128
--- /dev/null
+++ b/exampleSite/content/photos.md
@@ -0,0 +1,9 @@
+---
+title: Photos
+language: en
+slug: photos
+---
+
+{{< figure src="/images/image-1.jpg" title="Photo by Ales Krivec on Unsplash" lightbox="true" >}}
+
+{{< figure src="/images/image-1.jpg" title="Photo by Ales Krivec on Unsplash" >}}
diff --git a/exampleSite/content/projects.md b/exampleSite/content/projects.md
new file mode 100644
index 0000000..d71fba6
--- /dev/null
+++ b/exampleSite/content/projects.md
@@ -0,0 +1,13 @@
+---
+title: Projects
+language: en
+slug: projects
+---
+
+# Projects.
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur condimentum lectus ornare ornare ultrices. Vivamus suscipit fringilla interdum. Nullam nisl dui, semper a sollicitudin vel, euismod eu risus. Pellentesque dignissim vel nunc nec condimentum. Nunc molestie ligula nec molestie faucibus. Aenean tincidunt sit amet leo quis cursus. Cras convallis lectus tincidunt pharetra condimentum. Aenean cursus consectetur massa sit amet volutpat. Aenean at arcu eget ligula dapibus volutpat in a sapien. Integer sed ex ex.
+
+1. Project 1.
+2. Project 2.
+3. Project 3.