An open API service indexing awesome lists of open source software.

https://github.com/aakashjhawar/aakashjhawar.github.io

My github page based on the Jalpc template.
https://github.com/aakashjhawar/aakashjhawar.github.io

github-page jalpc jalpc-theme

Last synced: 7 months ago
JSON representation

My github page based on the Jalpc template.

Awesome Lists containing this project

README

          

Welcome to my blog: [https://aakashjhawar.github.io/](https://aakashjhawar.github.io/)

It is built with Jekyll, GitHub Pages, and the [Jalpc Theme](https://github.com/jarrekk/Jalpc)
(Check out Jalpc for more instructions).

### How I publish post:

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/](http://127.0.0.1:4000/)

Ready to push to [https://aakashjhawar.github.io/](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.

### How you may create a blog like this:

Again, please check out the [Jalpc Theme](https://github.com/jarrekk/Jalpc) - it has all the instructions
on how to download the base repository and tweak. This is how I got started.