Personal Website / Homepage built with Hugo
|
|
||
|---|---|---|
| .woodpecker | ||
| src | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| nginx.conf | ||
| README.md | ||
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
-
Install HUGO locally via your package manager
-
Start the development server, showing Drafts
-DFand avoiding HTTP Caches--noHTTPCache
hugo server -DF --noHTTPCache