Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamchong/williamchong.github.io
William Chong's blog for sharing small technical tips and tricks, as well as random rants.
https://github.com/williamchong/williamchong.github.io
blog jekyll
Last synced: 9 days ago
JSON representation
William Chong's blog for sharing small technical tips and tricks, as well as random rants.
- Host: GitHub
- URL: https://github.com/williamchong/williamchong.github.io
- Owner: williamchong
- Created: 2023-10-12T18:50:57.000Z (about 1 year ago)
- Default Branch: gh-pages
- Last Pushed: 2024-06-28T01:32:50.000Z (5 months ago)
- Last Synced: 2024-06-28T02:40:02.807Z (5 months ago)
- Topics: blog, jekyll
- Language: Ruby
- Homepage: https://blog.williamchong.cloud/
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# William Chong's blog
[https://blog.williamchong.cloud](https://blog.williamchong.cloud)## Description
William Chong's blog for sharing small technical tips and tricks, as well as random rants. Built using Jekyll.
## Getting Started
### Dependencies
- ruby
- gem
- bundlr### Installing
```
bundle install
```### Run locally
```
bundle exec jekyll serve
```