This is the source code for my personal website and blog — pdenya.com.
I built it with Hugo (Extended) and a customized version of the PaperMod theme.
- Hugo
- Node.js
# Install dependencies
yarn
# Start development server
yarn dev
# Build for production
hugo
# Build and deploy
yarn deploy && yarn invalidatehugo server -D- Development server with drafts (http://localhost:1313)hugo- Build site to./publichugo new content posts/post-name.md- Create new blog posthugo new content pages/page-name.md- Create new pageyarn deploy- Deploy to AWSyarn invalidate- Clear CloudFront cache
Site deploys to AWS S3/CloudFront.
The content on this site is copyright © Paul Denya.
You’re welcome to use the structure, theme customizations, and setup as inspiration for your own site. Please replace my content, credits, and license details with your own before publishing.