7
0
Fork 1
forked from Skynet/deploy_user
Template repo to allow users to easily deploy to their hugo site on Skynet
Find a file Use this template
2025-02-14 00:38:12 +00:00
.forgejo/workflows Merging in changes 2025-02-14 00:38:12 +00:00
archetypes added files 2025-02-14 00:32:38 +00:00
content Merging in changes 2025-02-14 00:38:12 +00:00
resources doc: added readme and rough overview 2024-09-22 23:12:24 +01:00
themes added files 2025-02-14 00:32:38 +00:00
.gitattributes feat: base files for the repo 2024-09-22 23:07:55 +01:00
.gitignore feat: initial setup for hugo 2025-02-13 13:54:56 +00:00
.gitmodules added files 2025-02-14 00:32:38 +00:00
.hugo_build.lock added files 2025-02-14 00:32:38 +00:00
flake.lock feat: initial setup for hugo 2025-02-13 13:54:56 +00:00
flake.nix feat: initial setup for hugo 2025-02-13 13:54:56 +00:00
hugo.toml test: pipeline 2025-02-13 14:10:22 +00:00
hugo.yaml added files 2025-02-14 00:32:38 +00:00
LICENSE feat: add license 2024-09-23 20:07:54 +00:00
README.md read me 2025-02-14 00:33:03 +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

Nix

If you are using Nix or NixOS you can use nix develop to enable a local shell which contains Hugo.


3. Clone the Repository

Run the following command to clone the repository:

git clone <repo>

# Update the submodules
git submodule update --init --recursive

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.