https://github.com/timendus/blog
My personal website and blog
https://github.com/timendus/blog
Last synced: 11 months ago
JSON representation
My personal website and blog
- Host: GitHub
- URL: https://github.com/timendus/blog
- Owner: Timendus
- Created: 2023-11-15T12:41:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T16:11:50.000Z (over 2 years ago)
- Last Synced: 2025-03-24T07:34:48.480Z (about 1 year ago)
- Language: CSS
- Homepage: https://timfranssen.nl
- Size: 18.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
My personal webpresence site slash blog.
## Tools
This blog is statically generated using [Jekyll](https://jekyllrb.com/). Hosting
is done by [Github Pages](https://pages.github.com/).
## Local development
Depends on Ruby and Bundler.
```bash
git clone git@github.com:timendus/blog.git
cd blog
bundle install
bundle exec jekyll serve
```
Open [http://localhost:4000/](http://localhost:4000/)