replace http with https
This commit is contained in:
15
themes/archetypes/audio.md
Normal file
15
themes/archetypes/audio.md
Normal 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
themes/archetypes/default.md
Normal file
18
themes/archetypes/default.md
Normal 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
themes/archetypes/gallery.md
Normal file
18
themes/archetypes/gallery.md
Normal 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
themes/archetypes/link.md
Normal file
11
themes/archetypes/link.md
Normal 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
themes/archetypes/page.md
Normal file
11
themes/archetypes/page.md
Normal 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
themes/archetypes/video.md
Normal file
12
themes/archetypes/video.md
Normal 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"
|
||||
---
|
||||
Reference in New Issue
Block a user