Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemmy/blog
My blog.
https://github.com/clemmy/blog
Last synced: 23 days ago
JSON representation
My blog.
- Host: GitHub
- URL: https://github.com/clemmy/blog
- Owner: clemmy
- Created: 2014-10-16T13:49:27.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-04-26T06:35:56.000Z (over 3 years ago)
- Last Synced: 2024-06-14T21:01:56.480Z (7 months ago)
- Language: SCSS
- Homepage: http://blog.clementhoang.net
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My blog.
## Running it locally
Clone this repository with:
```shell
git clone https://github.com/Clemmy/clemmy.github.io.git
```Install dependences with:
```shell
bundle install
```Then, run build and run it on localhost:4000 with:
```shell
bundle exec jekyll serve
```