Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkuthan/mkuthan.github.io
- Owner: mkuthan
- License: cc-by-4.0
- Created: 2014-05-16T18:50:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T17:03:26.000Z (about 2 months ago)
- Last Synced: 2024-09-13T06:11:01.564Z (about 2 months ago)
- Language: HTML
- Homepage: https://mkuthan.github.io
- Size: 35.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.