Skip to content

thec6rpse/thec6rpse.github.io

Repository files navigation

~/c6rpse

A personal blog built with Hugo using the Hextra theme. Content is primarily in Portuguese (pt-BR).

Contributing

Contributions are welcome! Here's how you can help:

Development Setup

# 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 -D

The -D flag includes draft content. Preview at http://localhost:1313.

Building

# Production build
hugo --gc --minify

Output goes to public/ (gitignored).

Project Structure

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

Adding Content

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: false to publish
  • Images go in static/images/your-post-name/

Configuration

All site settings are in hugo.yaml:

  • Site metadata and author info
  • Navigation menu
  • Comments (Giscus)
  • Social links

Resources

Tech Stack

Tool Version
Hugo 1.26.1
Hextra 0.12.1

CI/CD

GitHub Actions automatically builds and deploys to GitHub Pages on push to master.

Contact


© 2025 C6rpse

About

Blog pessoal sobre tudo que você não quer ouvir. Escrito em português.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors