Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinitkumar/vinitkumar.github.com

old blog
https://github.com/vinitkumar/vinitkumar.github.com

Last synced: 16 days ago
JSON representation

old blog

Awesome Lists containing this project

README

        

## Vinit's blog

Theme based on [White-Paper](https://github.com/vinitkumar/white-paper)

## Create blog posts

`jekyll-compose` gem is now installed with jekyll so now creating a new post is as easy as running this simple command

```
# ensure all the required bundles are installed
bundle install
bundle exec jekyll post "Tooling Considered Harmful"

Configuration file: /Users/vinitkumar/projects/vinitkumar.github.com/_config.yml
New post created at _posts/2019-03-06-tooling-considered-harmful.md

$ git status

Untracked files:
(use "git add ..." to include in what will be committed)

_posts/2019-03-06-tooling-considered-harmful.md
```