blogging platform on app engine.
Scribble is a light weight blogging platform build with Jekyll to deploy on Google Cloud Functions.
Its as simple as possible, with least dependencies and responsive to write in markdown (preferably using Obsidian).
It specifically uses free tier of Google Cloud Platform. So, till you reach a decent user base and traffic you mostly will pay nothing. Check tech stack below for detail.
Features in italics are coming soon. Check open pull requests and help by contributing.
git clone https://github.com/codervikash/scribble.git
.npm install
to install npm dependencies.gulp build
for prod buildgit clone https://github.com/codervikash/scribble.git
.npm install
to install npm dependencies.gulp watch
for dev build and watch for changes in front end assets.setup.py
and add your initial details like name, email, mobile no(optional). This is used for signing in.dev_appserver.py app.yaml
.Your contributions are always welcome, please fork thhe repo and send a PR.
To file bug raise a issue or directly contact me on my mail or reach on twitter @_vikashk
MIT