diff options
Diffstat (limited to 'content/_pages/about.md')
-rw-r--r-- | content/_pages/about.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/_pages/about.md b/content/_pages/about.md new file mode 100644 index 0000000..f0846f9 --- /dev/null +++ b/content/_pages/about.md @@ -0,0 +1,19 @@ +# About PHPetite + +This entire website is a single HTML file. It was generated by [PHPetite](https://git.btxx.org/phpetite). + +If you notice any issues or want to help make this project even better, [check it out on cgit](https://git.btxx.org/phpetite). + +## Feature Wishlist + +☐ Implement a "watch" system for local development (auto-rebuilds) +☐ Detailed documentation for converting existing static sites to PHPetite +☐ More theme / styling options! +☐ Proper accessibility audit +☑ ~~Allow custom fonts to be set as Base64 strings~~ ([details here](#2021-02-27-converting-custom-fonts-to-base64-strings)) +☑ ~~Set images as inline Base64 strings~~ +☑ ~~Basic RSS feed~~ +☑ ~~Automatically add new pages to footer nav~~ +☑ ~~Compress inline CSS~~ + +*[HTML]: Hyper Text Markup Language
\ No newline at end of file |