replace http with https

This commit is contained in:
2018-11-15 18:06:53 +08:00
parent 68c9a2260c
commit e46b67ade6
984 changed files with 321016 additions and 62 deletions

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
---

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...

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
themes/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
themes/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"
---

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"
---