This is the source code and content for rayprogramming.com, a personal blog and project site.
content/
- Blog posts and site content (Markdown)layouts/
- Hugo templates and partialsarchetypes/
- Archetype templates for new contentstatic/
- Static assets (CSS, JS, images)resources/
- Generated resources (e.g., compiled CSS)themes/
- Hugo themes (if any)
This site is built with Hugo.
To run locally:
hugo server
To build the site:
hugo
Contributions are welcome via pull requests.
See individual files for license information.