Hugo Bilberry First commit to gitea@cowbay.org

This commit is contained in:
2018-11-09 16:23:58 +08:00
commit 16f4228909
1090 changed files with 399555 additions and 0 deletions

15
archetypes/audio.md Normal file
View File

@@ -0,0 +1,15 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
categories: []
tags: []
author: ""
# Set your audio url for
spotify: "" # (Spotify URI) spotify:track:43mGIUqxFoDQI4YiqbGmqd
soundcloud: "" # https://soundcloud.com/lightbooks/alchemist-08-new-world-order-snip
tunein: "" # t117894382
mixcloud: "" # scienceforthepeople/445-ai-ant-intelligence
---

18
archetypes/default.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
noSummary: false
featuredImage: "https://h.cowbay.org/images/post-default-11.jpg"
categories: []
tags: []
author: "Eric Chang"
---
SOME Text here
Breaks here
<!--more-->
Contents continues...

18
archetypes/gallery.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
imageSlider: true #set to false if you don't want to use the imageSlider but a featuredImage
categories: []
tags: []
author: ""
---
gallery: [
"https://example.org/images/gallery-image1.jpg",
"https://example.org/images/gallery-image2.jpg",
"https://example.org/images/gallery-image3.jpg"
]

11
archetypes/link.md Normal file
View File

@@ -0,0 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
categories: []
tags: []
# Set your external url
link: "https://github.com/Lednerb/bilberry-hugo-theme"
---

11
archetypes/page.md Normal file
View File

@@ -0,0 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
excludeFromTopNav: false
# set the link if you want to redirect the user.
link: ""
# set the html target parameter if you want to change default behavior
target: "_blank"
---

12
archetypes/video.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
categories: []
author: ""
# Set your video id for
youtube: "" # https://www.youtube.com/watch?v=M7IjJiZUutk -> "M7IjJiZUutk"
vimeo: "" # https://vimeo.com/239830182 -> "239830182"
---