Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirtyhenry/tech-articles
Mick F’s technical blog
https://github.com/dirtyhenry/tech-articles
engineering-adventures hobbyist jekyll jekyll-blog
Last synced: 6 days ago
JSON representation
Mick F’s technical blog
- Host: GitHub
- URL: https://github.com/dirtyhenry/tech-articles
- Owner: dirtyhenry
- License: mit
- Created: 2012-09-16T14:24:31.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:12:50.000Z (10 days ago)
- Last Synced: 2024-11-05T19:24:37.954Z (10 days ago)
- Topics: engineering-adventures, hobbyist, jekyll, jekyll-blog
- Language: JavaScript
- Homepage: https://bootstragram.com/
- Size: 11.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Technical Articles
Hi, I'm Mick. I'm a developer from Paris. This is the home to my professional
and hobbyist software engineering adventures.I sometimes share it with [zertyuio](https://github.com/zertyuio), who was my
associate when we ran a company together, from 2014 to 2017.This repository contains [bootstragram.com][bootstragram]'s code.
It is about side-projects, iOS, Rails, JS, and whatever technical subject you
can meet when you're a developer.## Installation
This website is built with [Jekyll][jekyll]. To install and run it, just run
```bash
make install
make run
```The website is deployed via Netlify.
## Contributing
The website does not support comments, but pull requests & issues are welcome.
## License
[MIT](https://choosealicense.com/licenses/mit/)
[bootstragram]: https://bootstragram.com
[jekyll]:
https://jekyllrb.com
"Transform your plain text into static websites and blogs."