mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Initial migration to new theme
This commit is contained in:
parent
5ce643146c
commit
83e5d66863
27 changed files with 224 additions and 511 deletions
|
@ -1,6 +0,0 @@
|
|||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = false
|
||||
+++
|
||||
|
|
@ -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 }}
|
||||
+++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue