Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahwee/kahwee.github.io
https://github.com/kahwee/kahwee.github.io
blog javascript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kahwee/kahwee.github.io
- Owner: kahwee
- License: other
- Created: 2016-08-02T17:41:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T16:03:40.000Z (over 7 years ago)
- Last Synced: 2024-12-01T18:35:59.467Z (2 months ago)
- Topics: blog, javascript
- Language: CSS
- Homepage: https://javascript.sg/
- Size: 269 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# javascript.sg
This site powers [JavaScript.sg](https://javascript.sg)
If you want to blog a new item, make a pull request inside `_posts`.
## To serve
```
bundle exec jekyll serve
```## To build
```
bundle exec jekyll build
```