mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Initial migration to new theme
This commit is contained in:
parent
5f87407232
commit
1c359e342a
27 changed files with 224 additions and 511 deletions
|
@ -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