No description
Find a file
flamez 84adc673d7
All checks were successful
On_Push / build (push) Successful in 32s
Update hugo.yaml
2025-02-12 19:33:06 +00:00
.forgejo/workflows Initial commit 2025-02-12 19:11:30 +00:00
archetypes Initial commit 2025-02-12 19:11:30 +00:00
content Initial commit 2025-02-12 19:11:30 +00:00
public Initial commit 2025-02-12 19:11:30 +00:00
resources Initial commit 2025-02-12 19:11:30 +00:00
src Initial commit 2025-02-12 19:11:30 +00:00
themes/PaperMod Initial commit 2025-02-12 19:11:30 +00:00
.gitattributes Initial commit 2025-02-12 19:11:30 +00:00
.gitignore Initial commit 2025-02-12 19:11:30 +00:00
.gitmodules Initial commit 2025-02-12 19:11:30 +00:00
.hugo_build.lock Initial commit 2025-02-12 19:11:30 +00:00
hugo.yaml Update hugo.yaml 2025-02-12 19:33:06 +00:00
LICENSE Initial commit 2025-02-12 19:11:30 +00:00
README.md Initial commit 2025-02-12 19:11:30 +00:00


Hugo Site Setup Guide

1. Set Up Remote Keys

Follow the steps in the link below to configure your remote keys:
🔗 Remote Key Setup Instructions


2. Install Hugo

Install Hugo by following the official guide:
🔗 Hugo Installation Instructions


3. Clone the Repository

Run the following command to clone the repository:

git clone <repo>

Replace <repo> with the actual repository URL.


4. Choose & Configure a Theme

If you want to continue using PaperMod

You can find customization and usage details here:
🔗 PaperMod Wiki

If you want to switch themes

Browse other Hugo themes here:
🔗 Hugo Themes

Note: This project uses YAML for configuration, while many Hugo themes use TOML. Adjust the settings accordingly.