Update theme (#6)
This commit is contained in:
parent
eb96a295a0
commit
10fb92d5b2
11
archetypes/posts.md
Normal file
11
archetypes/posts.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
author = ""
|
||||
authorTwitter = "" #do not include @
|
||||
cover = ""
|
||||
tags = ["", ""]
|
||||
keywords = ["", ""]
|
||||
description = ""
|
||||
showFullContent = false
|
||||
+++
|
8
layouts/partials/comments.html
Normal file
8
layouts/partials/comments.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script src="https://utteranc.es/client.js"
|
||||
repo="mscipio/mscipio.github.io"
|
||||
issue-term="pathname"
|
||||
label="Comment"
|
||||
theme="dark-blue"
|
||||
crossorigin="anonymous"
|
||||
async>
|
||||
</script>
|
|
@ -1 +1 @@
|
|||
Subproject commit bc295415148b61663d627fa56b8406d725d5f3fa
|
||||
Subproject commit 6404a48fe385a70a8ca22e9da72839c9709665de
|
Loading…
Reference in a new issue