7
0
Fork 1
forked from Skynet/deploy_user
deploy_user_hugo/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2024-09-22 23:12:24 +01:00
---
2024-09-22 23:12:24 +01:00
# Hugo Site Setup Guide
2024-09-22 23:12:24 +01:00
## **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)
---
2024-09-22 23:12:24 +01:00
## **2. Install Hugo**
Install Hugo by following the official guide:
🔗 [Hugo Installation Instructions](https://gohugo.io/installation/)
2024-09-22 23:12:24 +01:00
### Nix
If you are using Nix or NixOS you can use ``nix develop`` to enable a local shell which contains Hugo.
---
2024-09-22 23:12:24 +01:00
## **3. Clone the Repository**
Run the following command to clone the repository:
```sh
git clone <repo>
```
2024-09-22 23:12:24 +01:00
Replace `<repo>` with the actual repository URL.
2024-09-22 23:12:24 +01:00
---
## **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.
---