Update theme (#6)

This commit is contained in:
Alejandro Angulo 2020-07-25 19:16:37 -07:00 committed by GitHub
parent eb96a295a0
commit 10fb92d5b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

11
archetypes/posts.md Normal file
View file

@ -0,0 +1,11 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
author = ""
authorTwitter = "" #do not include @
cover = ""
tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
+++

View 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