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.
- Host: GitHub
- URL: https://github.com/aakashjhawar/aakashjhawar.github.io
- Owner: aakashjhawar
- License: mit
- Created: 2019-02-20T06:15:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T17:24:24.000Z (9 months ago)
- Last Synced: 2025-02-03T18:18:52.018Z (8 months ago)
- Topics: github-page, jalpc, jalpc-theme
- Language: HTML
- Homepage: https://aakashjhawar.github.io/
- Size: 13.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 postTo 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.