blob: b5b8189267876dfa2f1cbb2115d9b23ec7a1b99a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)
|