Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkuthan/mkuthan.github.io

Blog, presentations and other public content published on https://mkuthan.github.io
https://github.com/mkuthan/mkuthan.github.io

Last synced: about 12 hours ago
JSON representation

Blog, presentations and other public content published on https://mkuthan.github.io

Awesome Lists containing this project

README

        

# Personal blog

This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].

[![CC BY 4.0][cc-by-image]][cc-by]

[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png

## Building

1. Install `bundle install` or update `bundle update` dependencies
2. Run `bundle exec jekyll serve --livereload --future`

## Markdownlint

1. Check markdown `markdownlint file_to_check.md`

## Vale

1. Install or update `vale sync` dictionaries
2. Check the spelling `vale file_to_check.md`

See: [Microsoft Style Guide](https://docs.microsoft.com/en-us/style-guide) and
[proselint](https://github.com/amperser/proselint/) for rules explanation and examples.