mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-03-13 13:28:21 +00:00
Add section "Building from source" to the README
Add section "Building from source" to the README. This should avoid confusion/questions on how to reproduce the source files based.cooking uses (especially useful when testing/debugging on a local machine). Cheers
This commit is contained in:
parent
f25483872a
commit
ea2707a0e0
11
README.md
11
README.md
@ -62,6 +62,17 @@ they should be numbered with two digits like: `pix/chicken-parmesan-01.webp`, et
|
||||
Note also that images should have links beginning with a slash in this use
|
||||
case, i.e. `/pix/...`.
|
||||
|
||||
## Building from source
|
||||
If you need to build this project from source, e.g. for debugging purposes, run the following:
|
||||
```sh
|
||||
git clone https://github.com/LukeSmithxyz/based.cooking.git
|
||||
git clone https://github.com/LukeSmithxyz/lugo.git based.cooking/themes/lugo
|
||||
|
||||
cd based.cooking
|
||||
hugo server -D
|
||||
```
|
||||
For more information on how to work with Hugo, please refer to [their official documentation](https://gohugo.io/documentation/).
|
||||
|
||||
## License
|
||||
|
||||
This website and all its content is in the public domain.
|
||||
|
Loading…
x
Reference in New Issue
Block a user