mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:25:07 +03:00
accept readme change
This commit is contained in:
parent
574d4d16f7
commit
397deedc64
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -31,12 +31,19 @@ hugo serve --watch --buildDrafts --source src
|
|||
|
||||
## Dependencies
|
||||
|
||||
Install hugo yourself or use tea: `sh <(curl tea.xyz) hugo`.
|
||||
|
||||
| Project | Version |
|
||||
|------------|---------|
|
||||
| gohugo.io | >=0.99 |
|
||||
|
||||
Install them yourself or use tea:
|
||||
|
||||
```
|
||||
$ sh <(curl tea.xyz)
|
||||
$ tea +git-scm.org git clone https://github.com/teaxyz/www tea-www
|
||||
$ cd tea-www
|
||||
$ tea .
|
||||
```
|
||||
|
||||
# Build
|
||||
|
||||
Builds a static, deployable version of the website.
|
||||
|
|
Loading…
Reference in a new issue