https://github.com/cloud8421/claudio-ortolina.org
My personal site and blog.
https://github.com/cloud8421/claudio-ortolina.org
Last synced: 10 months ago
JSON representation
My personal site and blog.
- Host: GitHub
- URL: https://github.com/cloud8421/claudio-ortolina.org
- Owner: cloud8421
- License: other
- Created: 2012-07-22T10:36:00.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:59:05.000Z (over 1 year ago)
- Last Synced: 2025-07-11T04:41:05.630Z (11 months ago)
- Language: Nix
- Homepage: https://claudio-ortolina.org
- Size: 5.17 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello
I'm Claudio Ortolina and this is the source code for [my website](https://claudio-ortolina.org), an old-fashioned blog where I post about all sorts of topics.
Deployed via CloudFlare Pages.
# Setup
The website is built with [Hugo](https://gohugo.io) and it uses the [Hello Friend](https://hugo-hello-friend.now.sh) theme without any customization.
Assuming you have [Hugo installed](https://gohugo.io/getting-started/installing/), it's just a matter of:
1. Cloning this repository
2. Run `git submodule init` and `git submodule update` to pull theme files
3. Run `hugo server` to build for development with live reload