forked from projects/fipamo
The official repo for Fipamo
ro
cb99c44a33
html page rendering works, so the next step was to get dynamic page rendering up and running, meaning instead of pages being exported to html, they are instead rendered on the fly when the corresponding URL is hit. the StartController that handles page routing needs to be organized a bit better as there is some confusion between index and regular page files so it's clear where requests are going and what is the expected response |
||
---|---|---|
app | ||
bootstrap | ||
config | ||
content/themes/fipamo-default-v2 | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.babelrc | ||
.editorconfig | ||
.env.example | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.php-cs-fixer.php | ||
.prettierignore | ||
.prettierrc | ||
artisan | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
package.json | ||
phpunit.xml | ||
README.md | ||
vite.config.js |
Fipamo means to save
The Fipamo project was born from a need for a simple, easy to use no data blog platform that doesn't require much effort to set up and maintain. Fipamo uses Markdown to handle posts and renders them to flat html so you can serve them from anywhere. No complicated set ups. No long list of dependencies. Just set up and go.
Because it's the 21 century. This should be easy.