Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dottorblaster/dottorblaster.github.io
My blog. 🚀
https://github.com/dottorblaster/dottorblaster.github.io
blog
Last synced: about 2 months ago
JSON representation
My blog. 🚀
- Host: GitHub
- URL: https://github.com/dottorblaster/dottorblaster.github.io
- Owner: dottorblaster
- License: other
- Created: 2014-05-23T16:08:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T20:38:36.000Z (2 months ago)
- Last Synced: 2024-10-21T01:11:00.700Z (2 months ago)
- Topics: blog
- Language: CSS
- Homepage: https://dottorblaster.it
- Size: 9.25 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Grab The Blaster 🚀
## Alessio Biancalana's italian weblogWell well, I finally made all my blog available under Jekyll.
## Technologies I'm using
- [Jekyll](http://jekyllrb.com/)
- [Poole](https://github.com/poole/poole)
- [GitHub Pages](https://pages.github.com/)
- [Thor](http://whatisthor.com/)
- [lunr.js](http://lunrjs.com/)## Run, debug, study my shit
Just download this repository, and serve the content using the Jekyll built-in webserver. You can use Thor's `serve` task.```bash
$ git clone [email protected]:dottorblaster/dottorblaster.github.io.git
$ cd dottorblaster.github.io
$ bundle install
$ bundle exec thor serve
```