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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-10-21 11:56:56 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-21 11:56:56 +0300
commit2275de9e5b546a5afc02a49b7459d46d015000af (patch)
treed06374262e8f007164f52830233cfc7dba8ef2d0 /archetypes
parenteb9a42f4108d3421a9ebca8d6b0e51a471fd9c8f (diff)
chore: update archetypes
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/authors/_index.md3
-rw-r--r--archetypes/docs.md10
-rw-r--r--archetypes/docs/_index.md4
3 files changed, 17 insertions, 0 deletions
diff --git a/archetypes/authors/_index.md b/archetypes/authors/_index.md
index 62c3124..a50a9e7 100644
--- a/archetypes/authors/_index.md
+++ b/archetypes/authors/_index.md
@@ -9,6 +9,9 @@ avatar = ""
name = ""
url = ""
+# Check the available icons on https://fontawesome.com/.
+# You can get similar results like this <i class="fab fa-github"></i> after searching.
+# Then icon is github and icon_pack is fab for this case.
[[social]]
icon = ""
icon_pack = ""
diff --git a/archetypes/docs.md b/archetypes/docs.md
new file mode 100644
index 0000000..cd9e8b8
--- /dev/null
+++ b/archetypes/docs.md
@@ -0,0 +1,10 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+description = ""
+toc = true
+authors = []
+date = "{{ .Date }}"
+lastmod = "{{ .Date }}"
+draft = false
+weight = 1
++++ \ No newline at end of file
diff --git a/archetypes/docs/_index.md b/archetypes/docs/_index.md
new file mode 100644
index 0000000..0b3d6bd
--- /dev/null
+++ b/archetypes/docs/_index.md
@@ -0,0 +1,4 @@
++++
+title = "Docs"
+layout = "doc_list" #Do not modify
++++ \ No newline at end of file