Initial migration to new theme

This commit is contained in:
Salar Rahmanian 2020-09-06 22:07:03 -07:00
parent 5ce643146c
commit 83e5d66863
27 changed files with 224 additions and 511 deletions

View file

@ -1,6 +0,0 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
draft = false
+++

View file

@ -1,11 +1,18 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = false
keywords = []
description = ""
featured = false
draft = false
toc = false
featureImage = ""
thumbnail = ""
shareImage = ""
codeMaxLines = 10
codeLineNumbers = false
figurePositionShow = false
keywords = []
tags = []
categories = []
lastmod = {{ .Date }}
+++