mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Fix config.yml: add homepage setting for correct landing page
This commit is contained in:
parent
d905683da1
commit
7168a93651
4 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||||
sitename: Foundations of Modern Philosophy
|
sitename: Foundations of Modern Philosophy
|
||||||
sitedescription: A Systematic Introduction by Prof. James Okafor
|
sitedescription: A Systematic Introduction by Prof. James Okafor
|
||||||
|
homepage: pages/preface.md
|
||||||
navigation: sidebar
|
navigation: sidebar
|
||||||
nav-position: left
|
nav-position: left
|
||||||
search: true
|
search: true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||||
sitename: NeuralDB
|
sitename: NeuralDB
|
||||||
sitedescription: AI-native database with vector and relational capabilities
|
sitedescription: AI-native database with vector and relational capabilities
|
||||||
|
homepage: pages/index.md
|
||||||
navigation: sidebar
|
navigation: sidebar
|
||||||
search: true
|
search: true
|
||||||
footer: "© 2026 NeuralDB, Inc. Documentation licensed under CC BY 4.0."
|
footer: "© 2026 NeuralDB, Inc. Documentation licensed under CC BY 4.0."
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||||
sitename: Velox Framework
|
sitename: Velox Framework
|
||||||
sitedescription: The high-performance TypeScript web framework
|
sitedescription: The high-performance TypeScript web framework
|
||||||
|
homepage: pages/index.md
|
||||||
navigation: sidebar
|
navigation: sidebar
|
||||||
nav-position: left
|
nav-position: left
|
||||||
search: true
|
search: true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||||
sitename: The Wandering Algorithm
|
sitename: The Wandering Algorithm
|
||||||
sitedescription: A novel by Elena Marchetti
|
sitedescription: A novel by Elena Marchetti
|
||||||
|
homepage: pages/about.md
|
||||||
navigation: sidebar
|
navigation: sidebar
|
||||||
nav-position: left
|
nav-position: left
|
||||||
search: true
|
search: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue