Personal Website / Homepage built with Hugo
  • CSS 65.8%
  • HTML 31.2%
  • Dockerfile 3%
Find a file
CarlosSousa 5bb5ded58a
All checks were successful
ci/woodpecker/push/main Pipeline was successful
reviewed one military camp
Reviewed-on: #11
2026-06-03 15:23:02 +00:00
.woodpecker initial cicd for main 2026-03-01 16:36:16 +01:00
src reviewed one military camp 2026-06-03 17:21:06 +02: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