Remove default content files and add new example content
Remove default content files and add new example content, including about pages, blog posts with mixed content formats, and updated front page content.
This commit is contained in:
parent
fde5cc4d0e
commit
74672b2d04
64 changed files with 114 additions and 1069 deletions
|
|
@ -0,0 +1,6 @@
|
|||
title = "First Post"
|
||||
summary = "A simple blog post demonstrating date extraction and metadata"
|
||||
|
||||
[no]
|
||||
title = "Første innlegg"
|
||||
summary = "Et enkelt blogginnlegg som viser datouttrekk og metadata"
|
||||
5
app/default/content/blog/2025-01-15-first-post/post.md
Normal file
5
app/default/content/blog/2025-01-15-first-post/post.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# First Post
|
||||
|
||||
This is a blog post. The date `2025-01-15` is extracted from the folder name for sorting and display.
|
||||
|
||||
You can set a custom URL slug in `metadata.ini` to shorten the URL.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
# Første innlegg
|
||||
|
||||
Dette er et blogginnlegg. Datoen `2025-01-15` hentes fra mappenavnet for sortering og visning.
|
||||
|
||||
Du kan sette en egendefinert URL-slug i `metadata.ini` for å forkorte URL-en.
|
||||
Loading…
Add table
Add a link
Reference in a new issue