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
5
app/default/content/about/about.md
Normal file
5
app/default/content/about/about.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# About
|
||||
|
||||
This is a simple page. It lives in `content/about/about.md` and renders at `/about/`.
|
||||
|
||||
Any folder with only files (no subdirectories) renders as a page.
|
||||
5
app/default/content/about/about.no.md
Normal file
5
app/default/content/about/about.no.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Om
|
||||
|
||||
Dette er en enkel side. Den ligger i `content/about/about.no.md` og vises på `/no/about/`.
|
||||
|
||||
Mapper som bare inneholder filer (ingen undermapper) vises som en side.
|
||||
Loading…
Add table
Add a link
Reference in a new issue