The official repo for Fipamo https://fipamo.blog
Find a file
ro 1e37580869
added front end scripting to recreate API
dropped in js from the old site to begin the process of wiring up the
API, but this time around, scripts will be served directly in browswer
rather than being transpiled through NPM/Babel, eliminating the need for
NPM.

also scripting will new modularized and served specifically for the
requirements of the page loading it. no more front loading everything.
only script that is needed for that page will be retrieved. if no
scripting is needed, none will be loaded.

The only casualty so far has been syntax highlighting due to prismjs
still being a common js module, but either this will be replaced with
another library or a custom syntax enginge will be created at a later
date
2024-03-06 11:53:40 -06:00
app added theme service class 2024-03-06 10:27:41 -06:00
bootstrap The Big Flip 2024-02-29 11:09:17 -06:00
config added page repository and interface 2024-03-05 13:27:27 -06:00
content/themes/fipamo-default Added fipamo content, set up basic routes for test 2024-02-29 13:00:59 -06:00
database The Big Flip 2024-02-29 11:09:17 -06:00
public added front end scripting to recreate API 2024-03-06 11:53:40 -06:00
resources added front end scripting to recreate API 2024-03-06 11:53:40 -06:00
routes page editor template rebuilt 2024-03-05 15:49:30 -06:00
storage The Big Flip 2024-02-29 11:09:17 -06:00
tests The Big Flip 2024-02-29 11:09:17 -06:00
.babelrc added assets compiling scripts, added syntax highlighting for text editor, fix for #73 2021-12-27 16:42:10 -08:00
.editorconfig The Big Flip 2024-02-29 11:09:17 -06:00
.env.example The Big Flip 2024-02-29 11:09:17 -06:00
.eslintrc started implementation of multiple file uploads and sorting 2022-02-12 18:35:09 +00:00
.gitattributes The Big Flip 2024-02-29 11:09:17 -06:00
.gitignore added front end scripting to recreate API 2024-03-06 11:53:40 -06:00
.php-cs-fixer.php PHP Linting Tweaks 2022-10-10 11:49:04 -07:00
.prettierignore started implementation of multiple file uploads and sorting 2022-02-12 18:35:09 +00:00
.prettierrc I swapped out sass for scss file for styling because scss is a bit more 2022-05-10 14:13:31 -07:00
.stylelintrc CSS Overhaul Part 1 2023-03-23 13:55:34 -07:00
artisan The Big Flip 2024-02-29 11:09:17 -06:00
composer.json filled out auth service class 2024-03-06 09:50:09 -06:00
composer.lock filled out auth service class 2024-03-06 09:50:09 -06:00
package.json The Big Flip 2024-02-29 11:09:17 -06:00
phpunit.xml The Big Flip 2024-02-29 11:09:17 -06:00
README.md Taiga Intergration Test 2 2023-08-05 11:16:46 -07:00
vite.config.js The Big Flip 2024-02-29 11:09:17 -06:00

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.

Check the (WIP) Docs to get you started.

Getting Started