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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2018-09-10 10:13:58 +0300
committerDerek Severin <severinderek@gmail.com>2018-09-10 10:13:58 +0300
commitea6fa8bbc08508cd145b618fa0fe75823805e0e6 (patch)
treee63ada6e970df8d9b86041c4c22cc33c6a6b3390 /archetypes
parent4dc67cffa49f060841d1e72f59a799883d0a6bba (diff)
First commit
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md27
-rw-r--r--archetypes/section.md12
-rw-r--r--archetypes/subsection.md19
3 files changed, 58 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..e8eb876
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,27 @@
+---
+# Template for projects.
+title: "<PROJECT_NAME>"
+subtitle: "<CATCH_PHRASE>"
+#image: "<IMAGE_FILE>"
+#small_image: "<IMAGE_FILE>"
+#small_url: "<URL>"
+categories: [ "" ]
+tags: [ "" ]
+#resources:
+##For each "logo" image file:
+#- src: "logos/<IMAGE_FILE>"
+# title: "<TOOLTIP>"
+##For each "image" image file:
+#- src: "images/<IMAGE_FILE>"
+# title: "<TOOLTIP>"
+# params:
+# copyright: "<TEXT>"
+---
+
+<b>CLIENT:</b> ...
+
+<b>DESCRIPTION:</b><br>
+...
+
+<b>ROLE:</b><br>
+...
diff --git a/archetypes/section.md b/archetypes/section.md
new file mode 100644
index 0000000..56d6d50
--- /dev/null
+++ b/archetypes/section.md
@@ -0,0 +1,12 @@
+---
+title: "<SECTION_NAME>"
+#showsections: <BOOL> #default: true
+sections_title: "<SUBSECTIONS_TYPE>"
+#sections_order: "<METADATA_FIELD>" #default: "title"
+#sections_order_reverse: <BOOL> #default: false
+#showposts: <BOOL> #default: true
+posts_title: "<POSTS_TYPE>"
+#posts_order: "<METADATA_FIELD>" #default: "date"
+#posts_order_reverse: <BOOL> #default: true
+#showbrothers: <BOOL> #default: true
+---
diff --git a/archetypes/subsection.md b/archetypes/subsection.md
new file mode 100644
index 0000000..bc01622
--- /dev/null
+++ b/archetypes/subsection.md
@@ -0,0 +1,19 @@
+---
+# Template for subsections, such as a company or a category.
+title: "<COMPANY_NAME>"
+subtitle: "<POSITION>"
+#startDate: "YYYY-MM-DD"
+#endDate: "YYYY-MM-DD"
+#image: "<IMAGE_FILE>"
+#image_copyright: "<TEXT>"
+#small_image: "<IMAGE_FILE>"
+#small_url: "<URL>"
+#showposts: <BOOL> #default: true
+posts_title: "<POSTS_TYPE>"
+#posts_order: "<METADATA_FIELD>" #default: "date"
+#posts_order_reverse: <BOOL> #default: true
+#showbrothers: <BOOL> #default: true
+---
+
+Description:<br>
+...