diff options
Diffstat (limited to 'content/_pages/home-content.md')
-rw-r--r-- | content/_pages/home-content.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/content/_pages/home-content.md b/content/_pages/home-content.md new file mode 100644 index 0000000..b5b8189 --- /dev/null +++ b/content/_pages/home-content.md @@ -0,0 +1,21 @@ +# A Single File Blog + +PHPetite (/p/h/pəˈtēt/) is a single file, static blog generated from PHP. Based off the very minimal and awesome <a target="_blank" href="https://github.com/cadars/portable-php">portable-php</a> + +## Key Features + +- Entire blog is rendered in a single HTML file +- Inline, compressed CSS +- All images converted into base64 encoding +- Minimal requirements / no heavy build tools + +--- + +Feel free to look through the documentation found posted on this site or directly in the github repo. + +## Getting Started + +- [Requirements](#requirements) +- [Generating This Blog](#generating-this-blog) +- [Structuring Blog Posts](#structure) +- [Adding Custom Pages](#adding-pages) |