https://github.com/benscabbia/bens-blog
My personal blog!
https://github.com/benscabbia/bens-blog
blog blogger blogging clean-code csharp dotnet net solid
Last synced: 24 days ago
JSON representation
My personal blog!
- Host: GitHub
- URL: https://github.com/benscabbia/bens-blog
- Owner: benscabbia
- License: other
- Created: 2018-08-09T20:30:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T00:11:52.000Z (9 months ago)
- Last Synced: 2025-02-06T04:43:34.210Z (3 months ago)
- Topics: blog, blogger, blogging, clean-code, csharp, dotnet, net, solid
- Language: CSS
- Homepage: https://benscabbia.co.uk
- Size: 8.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to my personal blog, you can view here: https://benscabbia.co.uk.
If you find a mistake or I've said something that is wrong, please feel free to submit a pull request or raise an issue :).
## Development
There are two branches:
- `master` for development. **All pull requests should be to submitted against `master`.**
- `gh-pages` for the hosted siteYou can quickly setup your development environment via Docker. Simply navigate to the root project directory and run:
```
docker-compose up
```This will start the webserver and enable you to browse the site at: http://0.0.0.0:4000. You can then in another terminal run a second docker command to watch the directory, meaning it will detect changes and automatically recompile:
```
docker-compose exec site jekyll build --watch
```## Built with Jekyll > Lanyon
The blog is a fork of [Lanyon](https://github.com/poole/lanyon), a [Jekyll](http://jekyllrb.com) theme.> Lanyon - an unassuming [Jekyll](http://jekyllrb.com) theme that places content first by tucking away navigation in a hidden drawer. It's based on [Poole](http://getpoole.com), the Jekyll butler.
## License
Open sourced under the [MIT license](LICENSE.md).
<3