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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2019-03-04 22:59:18 +0300
committerFabien <vaga@users.noreply.github.com>2019-03-04 23:21:23 +0300
commit386c375ab9990326eb7b0454cf09090686f8eba3 (patch)
tree1bc6c97d979763f7844bff616872e85f55f1341b /exampleSite
parent6377a1c909140bd120d94391a00cf7e5bda3409d (diff)
Add pagination
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/content/posts/test-1.md7
-rw-r--r--exampleSite/content/posts/test-2.md7
-rw-r--r--exampleSite/content/posts/test-3.md7
-rw-r--r--exampleSite/content/posts/test-4.md7
-rw-r--r--exampleSite/content/posts/test-5.md7
-rw-r--r--exampleSite/content/posts/test-6.md7
-rw-r--r--exampleSite/content/posts/test-7.md7
-rw-r--r--exampleSite/content/posts/test-8.md7
-rw-r--r--exampleSite/content/posts/test-9.md7
10 files changed, 64 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 31ab880..774dcba 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,7 @@ baseURL = "https://example.com"
title = "Your title"
themesDir = "../.."
theme = "m10c"
+paginate = 5
[params]
author = "John Doe"
diff --git a/exampleSite/content/posts/test-1.md b/exampleSite/content/posts/test-1.md
new file mode 100644
index 0000000..076b555
--- /dev/null
+++ b/exampleSite/content/posts/test-1.md
@@ -0,0 +1,7 @@
++++
+title = "Test 1"
+tags = ["test"]
+date = "1012-01-01"
++++
+
+Test 1
diff --git a/exampleSite/content/posts/test-2.md b/exampleSite/content/posts/test-2.md
new file mode 100644
index 0000000..a23643a
--- /dev/null
+++ b/exampleSite/content/posts/test-2.md
@@ -0,0 +1,7 @@
++++
+title = "Test 2"
+tags = ["test"]
+date = "1012-01-02"
++++
+
+Test 2
diff --git a/exampleSite/content/posts/test-3.md b/exampleSite/content/posts/test-3.md
new file mode 100644
index 0000000..51ae401
--- /dev/null
+++ b/exampleSite/content/posts/test-3.md
@@ -0,0 +1,7 @@
++++
+title = "Test 3"
+tags = ["test"]
+date = "1012-01-03"
++++
+
+Test 3
diff --git a/exampleSite/content/posts/test-4.md b/exampleSite/content/posts/test-4.md
new file mode 100644
index 0000000..40194fb
--- /dev/null
+++ b/exampleSite/content/posts/test-4.md
@@ -0,0 +1,7 @@
++++
+title = "Test 4"
+tags = ["test"]
+date = "1012-01-04"
++++
+
+Test 4
diff --git a/exampleSite/content/posts/test-5.md b/exampleSite/content/posts/test-5.md
new file mode 100644
index 0000000..3feaec8
--- /dev/null
+++ b/exampleSite/content/posts/test-5.md
@@ -0,0 +1,7 @@
++++
+title = "Test 5"
+tags = ["test"]
+date = "1012-01-05"
++++
+
+Test 5
diff --git a/exampleSite/content/posts/test-6.md b/exampleSite/content/posts/test-6.md
new file mode 100644
index 0000000..919731e
--- /dev/null
+++ b/exampleSite/content/posts/test-6.md
@@ -0,0 +1,7 @@
++++
+title = "Test 6"
+tags = ["test"]
+date = "1012-01-06"
++++
+
+Test 6
diff --git a/exampleSite/content/posts/test-7.md b/exampleSite/content/posts/test-7.md
new file mode 100644
index 0000000..edb9fb7
--- /dev/null
+++ b/exampleSite/content/posts/test-7.md
@@ -0,0 +1,7 @@
++++
+title = "Test 7"
+tags = ["test"]
+date = "1012-01-07"
++++
+
+Test 7
diff --git a/exampleSite/content/posts/test-8.md b/exampleSite/content/posts/test-8.md
new file mode 100644
index 0000000..9a37235
--- /dev/null
+++ b/exampleSite/content/posts/test-8.md
@@ -0,0 +1,7 @@
++++
+title = "Test 8"
+tags = ["test"]
+date = "1012-01-08"
++++
+
+Test 8
diff --git a/exampleSite/content/posts/test-9.md b/exampleSite/content/posts/test-9.md
new file mode 100644
index 0000000..a7711a2
--- /dev/null
+++ b/exampleSite/content/posts/test-9.md
@@ -0,0 +1,7 @@
++++
+title = "Test 9"
+tags = ["test"]
+date = "1012-01-09"
++++
+
+Test 9