https://github.com/giuppep/giuppep.github.io
My personal website
https://github.com/giuppep/giuppep.github.io
Last synced: 3 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/giuppep/giuppep.github.io
- Owner: giuppep
- License: other
- Created: 2018-02-24T13:29:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T18:07:55.000Z (6 months ago)
- Last Synced: 2025-01-24T09:14:09.259Z (4 months ago)
- Language: Sass
- Homepage: https://giuppep.github.io/
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# giuppep.github.io
This is the source code for my website, which is published here: https://giuppep.github.io
## Development
The script `serve.sh` will start a [Jekyll](https://jekyllrb.com/) server locally on
port `4000` (requires [Docker](https://www.docker.com/)).To test the website on other devices without publishing it, it's possible to use
[Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/local/)
to temporarily expose the locally served site on the public internet.
This can be easily done using Docker:```bash
docker run --network="host" --rm cloudflare/cloudflared:latest tunnel --url http://127.0.0.1:4000/
```