updated styling readme
All checks were successful
On_Push / build (push) Successful in 37s

This commit is contained in:
PeaceNira 2025-02-12 17:37:38 +00:00
parent 45183853a7
commit 22a249341c

View file

@ -1,14 +1,40 @@
Follow steps for setting up remote keys here:
https://forgejo.skynet.ie/Skynet/deploy_user
Once done, install Hugo by following the steps here:
https://gohugo.io/installation/
---
Clone this repo:
# 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](https://forgejo.skynet.ie/Skynet/deploy_user)
---
## **2. Install Hugo**
Install Hugo by following the official guide:
🔗 [Hugo Installation Instructions](https://gohugo.io/installation/)
---
## **3. Clone the Repository**
Run the following command to clone the repository:
```sh
git clone <repo>
```
if you want to continue using PaperMod, you may find the info on editing it here:
https://github.com/adityatelange/hugo-PaperMod/wiki/
Replace `<repo>` with the actual repository URL.
Otherwise you may change themes to any of the ones here (keep in mind, this is a YAML project while most themes use TOML):
https://themes.gohugo.io/
---
## **4. Choose & Configure a Theme**
### **If you want to continue using PaperMod**
You can find customization and usage details here:
🔗 [PaperMod Wiki](https://github.com/adityatelange/hugo-PaperMod/wiki/)
### **If you want to switch themes**
Browse other Hugo themes here:
🔗 [Hugo Themes](https://themes.gohugo.io/)
**Note:** This project uses **YAML** for configuration, while many Hugo themes use **TOML**. Adjust the settings accordingly.
---