forked from Skynet/deploy_user
Merge branch 'silver-main'
This commit is contained in:
commit
d9a6ff8b85
128 changed files with 154 additions and 5950 deletions
19
README.md
19
README.md
|
@ -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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue