Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vinitkumar/vinitkumar.github.com
- Owner: vinitkumar
- License: mit
- Created: 2013-06-01T17:07:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T21:41:12.000Z (about 1 month ago)
- Last Synced: 2024-10-12T12:08:39.786Z (about 1 month ago)
- Language: CSS
- Homepage: https://vinitkumar.github.io
- Size: 13.3 MB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```