The Official Fipamo Repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Ro cc1e709358 current theme assets are moved to public when rendering pages 4 years ago
brain current theme assets are moved to public when rendering pages 4 years ago
public finally added a damn favicon 4 years ago
site/init removed comment 4 years ago
src current theme assets are moved to public when rendering pages 4 years ago
.babelrc initial commit in new repo 6 years ago
.eslintrc cleaned up libraries file, polished page updating, added page creation 5 years ago
.gitignore finally added a damn favicon 4 years ago
.prettierignore cleaded up settings display. ignoring json in prettier 5 years ago
.prettierrc plugged in prettier and eslint, deep cleaned code base 6 years ago
README.md Starting getting the README together for the beta 4 years ago
init.js moved admin views to brain, seperated front end code and styles to seperate src folder 5 years ago
package-lock.json added parcel to dev dependencies after removed globally 4 years ago
package.json found weird stylus source map error. just turned off source mapping for now 4 years ago

README.md

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.