Welcome to my personal blog! This repository contains the source code and content for my static site, powered by Hugo.
This is a static blog site built with Hugo. It features posts about programming, technology, and my personal interests.
-
Clone the repository:
git clone https://github.com/coltin/coltin-blog.git cd coltin-blog -
Install Hugo if you haven't already.
-
Run the development server:
hugo server -D
The site will be available at
http://localhost:1313/.
- Content files are in
/content. - Configuration is in
config.toml. - Themes are in
/themes. - Static assets (images, etc.) are in
/static.
To add a new post:
hugo new posts/my-new-post.mdThen edit the new file under content/posts/.
This site can be deployed to any static hosting provider (e.g., GitHub Pages, Netlify, Vercel, Cloudflare Pages).
Recommended steps:
-
Build the site:
hugo --minify
-
The static files are in
public/. Deploy this folder to your hosting provider.
You can automate deployments using GitHub Actions or your preferred CI/CD tool.
/archetypes: Archetype templates for new content/content: Blog posts and pages/static: Static files (images, CSS, JS)/themes: Hugo themesconfig.toml: Site configuration
Contributions, suggestions, or corrections are welcome!
Feel free to submit issues or pull requests.
Built with love and Hugo. Thanks for visiting!