Personal Website / Homepage built with Hugo
  • CSS 65.8%
  • HTML 31.2%
  • Dockerfile 3%
Find a file
Carlos Sousa 306ea30ad4
All checks were successful
ci/woodpecker/push/main Pipeline was successful
ci/woodpecker/push/develop Pipeline was successful
ci/woodpecker/manual/main Pipeline was successful
Add Chroma Squad Review, fix typos (#9)
Reviewed-on: #9
Co-authored-by: Carlos Sousa <me@carlossousa.tech>
Co-committed-by: Carlos Sousa <me@carlossousa.tech>
2026-04-16 21:26:59 +00:00
.woodpecker initial cicd for main 2026-03-01 16:36:16 +01:00
src Add Chroma Squad Review, fix typos (#9) 2026-04-16 21:26:59 +00: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