Personal Website / Homepage built with Hugo
Find a file
CarlosSousa 9f44b2bde7
All checks were successful
ci/woodpecker/push/main Pipeline was successful
ci/woodpecker/push/develop Pipeline was successful
Merge pull request 'add lily58 to homepage' (#8) from develop into main
Reviewed-on: #8
2026-03-02 20:08:00 +00:00
.woodpecker initial cicd for main 2026-03-01 16:36:16 +01:00
src add lily58 to homepage 2026-03-02 21:07:13 +01:00
.gitignore improve styling and page setup 2026-02-09 23:34:59 +01:00
docker-compose.yml adding cicd to main (#1) 2026-03-01 12:03:42 +00:00
Dockerfile clean up dockerfile, add quotes 2026-02-14 16:24:30 +01:00
nginx.conf initial nginx.conf 2026-01-16 00:47:43 +01:00
README.md add lily58pro build guide post 2026-03-02 20:49:47 +01:00

Website - Hugo

Personal Website built with HUGO

Live Version can be seen at carlossousa.tech

Stack

  • HUGO for Static Website Generation

  • Woodpecker for the CI/CD pipelines

  • Docker(-compose) for Deployment

Development

  1. Install HUGO locally via your package manager

  2. Start the development server, showing Drafts -DF and avoiding HTTP Caches --noHTTPCache

  • hugo server -DF --noHTTPCache