This is a personal website built with Hugo and the Winston theme.
To run the site locally:
hugo server -DThis will start a local development server at http://localhost:1313/
This site is automatically deployed to GitHub Pages using GitHub Actions. Any changes pushed to the main branch will trigger a new build and deployment.
The live site is available at: https://rclations.github.io/
- Blog posts are stored in the
content/posts/directory - Pages are stored in the
content/directory - Site configuration is in
hugo.toml - Author information is in
data/author.json