Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaustubhgupta/blog
All my nontech articles that were published on Wix are reposted here. Now onwards, non-tech articles will be published under this website.
https://github.com/kaustubhgupta/blog
blog jekyll jekyll-blog jekyll-theme markdown ruby
Last synced: about 1 month ago
JSON representation
All my nontech articles that were published on Wix are reposted here. Now onwards, non-tech articles will be published under this website.
- Host: GitHub
- URL: https://github.com/kaustubhgupta/blog
- Owner: kaustubhgupta
- License: mit
- Created: 2021-07-03T15:21:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T07:42:09.000Z (over 2 years ago)
- Last Synced: 2024-10-15T06:36:46.337Z (3 months ago)
- Topics: blog, jekyll, jekyll-blog, jekyll-theme, markdown, ruby
- Language: SCSS
- Homepage: https://kaustubhgupta.github.io/blog/
- Size: 24.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![blog](https://socialify.git.ci/kaustubhgupta/blog/image?description=1&descriptionEditable=All%20my%20nontech%20articles%20that%20were%20published%20on%20Wix%20are%20reposted%20here.%20Now%20onwards%2C%20non-tech%20articles%20will%20be%20published%20under%20this%20website.&forks=1&issues=1&language=1&owner=1&pulls=1&stargazers=1&theme=Light)
# [blog.kaustubhgupta.me](https://blog.kaustubhgupta.me/)
A Jekyll-themed blog website powered by Ruby and GitHub Pages. The website is configurable via `config.yml`. All my nontech articles that were published on Wix are reposted here. Now onwards, non-tech articles will be published under this website.
![image](./assets/images/screenshot.png)
## Local Run
```bash
jekyll serve
```## Adding New Author
All the relevant details with respect to the Author can be added in the `config.yml` file under the `Authors` section.
## Adding New Blog Post
- `_posts` folder holds all the blogpost content
- Each file has to be named as `YY-MM-DD-title-in-.md`
- Every post markdown file should have the following configuration table at the top:```
---
layout: post
title: "Title"
author: author-name
categories: [cat1, cat2, ...]
image: assets/thumbnails/
comments: true/false
---
```## Gallery
![img1](./assets/readmeImages/1.png)
![img1](./assets/readmeImages/2.png)
## License
[![MIT Licence](https://img.shields.io/github/license/kaustubhgupta/blog)](https://choosealicense.com/licenses/mit/)