https://github.com/fbruzzesi/fbruzzesi.github.io
Personal Blog
https://github.com/fbruzzesi/fbruzzesi.github.io
Last synced: 6 months ago
JSON representation
Personal Blog
- Host: GitHub
- URL: https://github.com/fbruzzesi/fbruzzesi.github.io
- Owner: FBruzzesi
- License: mit
- Created: 2022-03-18T11:16:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T12:55:20.000Z (over 1 year ago)
- Last Synced: 2024-04-10T15:00:16.965Z (over 1 year ago)
- Language: Python
- Homepage: https://fbruzzesi.github.io/blog/
- Size: 1.16 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# One commit at a time - Personal Blog
This is the repository for my personal blog, which is hosted on [GitHub Pages][gh-page].
The blog is built using [mkdocs][mkdocs], [mkdocs-material][mkdocs-material] theme and the [blog plugin][blog-plugin].
## Why does this blog exist?
I wrote about it in my first post, [Hello World][hello-world]. In extreme synthesis, the TL;DR would go something like:
> I wanted to have a place to write about things I learn and experience, mostly regarding my work (programming) life.
[gh-page]: https://fbruzzesi.github.io/blog/
[mkdocs]: https://www.mkdocs.org/
[mkdocs-material]: https://squidfunk.github.io/mkdocs-material/
[blog-plugin]: https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/
[hello-world]: https://fbruzzesi.github.io/blog/2023/12/21/hello-world-/