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
11
app/default/content/front.md
Normal file
11
app/default/content/front.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Welcome to FolderWeb
|
||||
|
||||
This is the default content. Replace it by adding your own files to the `content/` directory.
|
||||
|
||||
Your folder structure becomes your site structure — create a folder, drop in a `.md`, `.html`, or `.php` file, and it's a page.
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Create a `content/` directory in your project root
|
||||
2. Copy `app/default/` to `custom/` to start customizing
|
||||
3. Add content files and refresh the browser
|
||||
Loading…
Add table
Add a link
Reference in a new issue