Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wdullaer/wdullaer.github.io
My blog
https://github.com/wdullaer/wdullaer.github.io
Last synced: about 1 month ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/wdullaer/wdullaer.github.io
- Owner: wdullaer
- License: mit
- Created: 2015-01-08T20:06:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T12:47:12.000Z (over 8 years ago)
- Last Synced: 2024-05-02T00:55:47.245Z (7 months ago)
- Language: HTML
- Size: 20.4 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wdullaer.com blog
> Deprecated: I'm no longer using Github Pages for my blog. The new content can be found at https://gitlab.com/wdullaer/wdullaer.com/
This is the repository that is powering my personal scratchpad / blog.
The theme is based on [Thinny](http://github.com/camporez/Thinny.git), but I might switch to [Mediator](https://github.com/dirkfabisch/mediator) in the future.
If you want to run the blog locally (because it is that awesome), you can run any of the following:
1. Using `ruby` and `bundler`
```bash
bundle exec jekyll serve
```
2. Using [docker](https://docker.com) and [docker-compose](https://github.com/docker/compose)```bash
docker-compose up
```More information on how to use Jekyll with github pages can be found on this [github help page](https://help.github.com/articles/using-jekyll-with-pages/)