Merge branch 'silver-main'

This commit is contained in:
PeaceNira 2025-02-13 19:29:44 +00:00
commit d9a6ff8b85
128 changed files with 154 additions and 5950 deletions

View file

@ -13,6 +13,7 @@ Follow the steps in the link below to configure your remote keys:
Install Hugo by following the official guide:
🔗 [Hugo Installation Instructions](https://gohugo.io/installation/)
<<<<<<< HEAD
---
## **3. Clone the Repository**
@ -23,6 +24,24 @@ git clone <repo>
Replace `<repo>` with the actual repository URL.
=======
### 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:
```sh
git clone <repo>
# Update the submodules
git submodule update --init --recursive
```
Replace `<repo>` with the actual repository URL.
>>>>>>> silver-main
---
## **4. Choose & Configure a Theme**