A personal blog built with Hugo using the Hextra theme. Content is primarily in Portuguese (pt-BR).
Contributions are welcome! Here's how you can help:
# Clone the repository
git clone https://github.com/thec6rpse/thec6rpse.github.io.git
cd thec6rpse.github.io
# Install Hugo and dependencies
hugo mod tidy
# Start local development server
hugo server -DThe -D flag includes draft content. Preview at http://localhost:1313.
# Production build
hugo --gc --minifyOutput goes to public/ (gitignored).
| Path | Description |
|---|---|
content/post/ |
Blog posts |
content/writings/ |
Longer-form articles |
content/about.md |
About page |
content/categories.md |
Categories page |
assets/css/custom.css |
Custom styles |
static/images/ |
Post images |
hugo.yaml |
Site configuration |
Create a new file in content/post/ or content/writings/:
---
title: "Your Title"
date: YYYY-MM-DD
draft: true
categories: ["category"]
tags: ["tag1", "tag2"]
---Important:
- Write content in Portuguese
- Set
draft: falseto publish - Images go in
static/images/your-post-name/
All site settings are in hugo.yaml:
- Site metadata and author info
- Navigation menu
- Comments (Giscus)
- Social links
- HARNESS.md - Complete project reference
- TASKS.md - Common task definitions
- AGENT.md - AI agent instructions
| Tool | Version |
|---|---|
| Hugo | 1.26.1 |
| Hextra | 0.12.1 |
GitHub Actions automatically builds and deploys to GitHub Pages on push to master.
- Author: c6rpse
- Email: 42@c6rpse.slmail.me
- GitHub: @thec6rpse
- X/Twitter: @thec6rpse
© 2025 C6rpse