Update README.md
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 3s
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 3s
This commit is contained in:
parent
40a27b79a0
commit
827b3afc31
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
This repository contains the source code for the HackInPovo website, built using [Hugo](https://gohugo.io/), a fast and flexible static site generator.
|
||||
|
||||
## Repository clone
|
||||
|
||||
When cloning, pay close attention to clone recursively to import the theme repository.
|
||||
```bash
|
||||
git clone --recursive <repo>
|
||||
```
|
||||
|
||||
|
||||
## Run the Website Locally
|
||||
|
||||
To run the HackInPovo website locally, use the following commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue