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
|
||||
sitename: Foundations of Modern Philosophy
|
||||
sitedescription: A Systematic Introduction by Prof. James Okafor
|
||||
homepage: pages/preface.md
|
||||
navigation: sidebar
|
||||
nav-position: left
|
||||
search: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||
sitename: NeuralDB
|
||||
sitedescription: AI-native database with vector and relational capabilities
|
||||
homepage: pages/index.md
|
||||
navigation: sidebar
|
||||
search: true
|
||||
footer: "© 2026 NeuralDB, Inc. Documentation licensed under CC BY 4.0."
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||
sitename: Velox Framework
|
||||
sitedescription: The high-performance TypeScript web framework
|
||||
homepage: pages/index.md
|
||||
navigation: sidebar
|
||||
nav-position: left
|
||||
search: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# mdcms v0.3 | DO NOT REMOVE THIS COMMENT
|
||||
sitename: The Wandering Algorithm
|
||||
sitedescription: A novel by Elena Marchetti
|
||||
homepage: pages/about.md
|
||||
navigation: sidebar
|
||||
nav-position: left
|
||||
search: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue