Welcome to my blog: https://aakashjhawar.github.io/
It is built with Jekyll, GitHub Pages, and the Jalpc Theme (Check out Jalpc for more instructions).
git clone this repository locally to my pc.
Make sure git repository has the appropriate remote:
Create a new blog post:
- Got to
/_posts
- Create a markdown file with a name like this:
yyyy-mm-dd-hello-this-is-my-title.md
- Create a meta block at the top (so called "front matters"). I usually just copy and paste from older posts and tweak.
- Write the post in markdown syntax
- Save post
To run server:
jekyll server
This will serve the blog post locally at http://127.0.0.1:4000/
Ready to push to https://aakashjhawar.github.io/?
Easy, just do push master to origin:
git push origin master
(or just git push
). The actual GitHub pages [https://aakashjhawar.github.io/] may take a few seconds to build / update.
Again, please check out the Jalpc Theme - it has all the instructions on how to download the base repository and tweak. This is how I got started.