mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add Stackbit Integration (#208)
* add stackbit.yaml * update field model for slug * add config model * update language config model * update menu model * katex should be a boolean value * add labelField to menu item model * math should be a boolean value * Add 1-click create with stackbit button
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
02630ed83c
commit
3cc2397944
@@ -81,25 +81,27 @@ disqusShortname = "yourdiscussshortname"
|
||||
[languages.en]
|
||||
languagename = "English"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "About"
|
||||
weight = 1
|
||||
url = "about/"
|
||||
[languages.en.menu]
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Blog"
|
||||
weight = 2
|
||||
url = "posts/"
|
||||
[[languages.en.menu.main]]
|
||||
name = "About"
|
||||
weight = 1
|
||||
url = "about/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Projects"
|
||||
weight = 3
|
||||
url = "projects/"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Blog"
|
||||
weight = 2
|
||||
url = "posts/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Contact me"
|
||||
weight = 5
|
||||
url = "contact/"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Projects"
|
||||
weight = 3
|
||||
url = "projects/"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
name = "Contact me"
|
||||
weight = 5
|
||||
url = "contact/"
|
||||
|
||||
|
||||
[languages.pt-br]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
date = "2019-03-20"
|
||||
title = "Render LaTeX using KaTeX"
|
||||
description = "Katex support demo"
|
||||
katex = "true"
|
||||
katex = true
|
||||
series = ["Theme", "Hugo"]
|
||||
+++
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ date = "2017-01-08"
|
||||
title = "Theme Demo"
|
||||
description = "The post demonstrates features of the coder theme."
|
||||
images = ["/images/N90.jpg"]
|
||||
math = "true"
|
||||
math = true
|
||||
series = ["Theme", "Hugo"]
|
||||
+++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user