The official repo for Fipamo https://fipamo.blog
Find a file
2020-07-20 13:38:57 -07:00
brain merged tag render fix from beta branch 2020-07-20 13:38:57 -07:00
public finally added a damn favicon 2020-07-09 15:15:00 -07:00
site/init removed comment 2020-07-02 14:06:57 -07:00
src tweaked init form style, redirects to login when set up complete 2020-07-14 13:39:51 -07:00
.babelrc initial commit in new repo 2018-10-31 12:00:31 -04:00
.eslintrc cleaned up libraries file, polished page updating, added page creation 2019-11-25 13:58:34 -08:00
.gitignore finally added a damn favicon 2020-07-09 15:15:00 -07:00
.prettierignore cleaded up settings display. ignoring json in prettier 2019-11-28 17:17:59 -08:00
.prettierrc plugged in prettier and eslint, deep cleaned code base 2019-02-27 11:17:51 -05:00
init.js moved admin views to brain, seperated front end code and styles to seperate src folder 2019-11-21 22:36:18 -08:00
package-lock.json added parcel to dev dependencies after removed globally 2020-06-24 12:19:36 -07:00
package.json found weird stylus source map error. just turned off source mapping for now 2020-07-12 14:42:18 -07:00
README.md Starting getting the README together for the beta 2020-07-01 14:40:03 -07:00

This is Fipamo

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 dependecies. Just write and publish.

Because nobody has time for all that.

So here's what you need to use Fipamo

You'll need at least Node 10.16.0 and PM2 is you want to use Fipamo to serve your html, css and js files. If you want to contribute to the project, you're gonna need nodemon for you dev environment.

Once you have all of that taken care of, run npm install and go to https://yourdomain/@/dashboard start your set up. Yup. That's it.