Skip to content

All my nontech articles that were published on Wix are reposted here. Now onwards, non-tech articles will be published under this website.

License

Notifications You must be signed in to change notification settings

kaustubhgupta/blog

Repository files navigation

blog

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

Local Run

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/<image-name-with-extension>
comments: true/false
---

Gallery

img1

img1

License

MIT Licence

About

All my nontech articles that were published on Wix are reposted here. Now onwards, non-tech articles will be published under this website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages