Add page content (home, about) and demo references
Made-with: Cursor
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -5,13 +5,17 @@ Cargo.lock
|
||||
*.db
|
||||
content.db
|
||||
|
||||
# Content: ignore all except demo entry and demo asset
|
||||
# Content: ignore all except demo entry, page entries (for demo refs), and demo asset
|
||||
content/*
|
||||
!content/de/
|
||||
content/de/*
|
||||
!content/de/demo/
|
||||
content/de/demo/*
|
||||
!content/de/demo/demo-welcome.json5
|
||||
!content/de/page/
|
||||
content/de/page/*
|
||||
!content/de/page/home.json5
|
||||
!content/de/page/about.json5
|
||||
!content/assets/
|
||||
content/assets/*
|
||||
!content/assets/mountains-w300.webp
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
],
|
||||
"publishedAt": "",
|
||||
"quantity": null,
|
||||
"relatedPage": "",
|
||||
"relatedPages": [],
|
||||
"relatedPage": "home",
|
||||
"relatedPages": ["home", "about"],
|
||||
"scores": [],
|
||||
"singleSelect": "",
|
||||
"summary": "",
|
||||
|
||||
5
content/de/page/about.json5
Normal file
5
content/de/page/about.json5
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"_status": "published",
|
||||
"title": "About",
|
||||
"slug": "about",
|
||||
}
|
||||
5
content/de/page/home.json5
Normal file
5
content/de/page/home.json5
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"_status": "published",
|
||||
"title": "Home",
|
||||
"slug": "home",
|
||||
}
|
||||
Reference in New Issue
Block a user