mirror of
https://github.com/dialect-app/website.git
synced 2025-06-18 20:36:25 +00:00
Add README
This commit is contained in:
parent
e1910ef197
commit
ee6a567842
1 changed files with 32 additions and 0 deletions
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Dialect's Website
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
The only dependency to build the website is the [Hugo](https://gohugo.io/) static site generator extension edition.
|
||||
|
||||
See the [installation instructions](https://gohugo.io/installation/).
|
||||
|
||||
```sh
|
||||
sudo dnf install hugo # Fedora
|
||||
```
|
||||
|
||||
To start the hugo live server run:
|
||||
|
||||
```sh
|
||||
hugo server
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
To build a copy of the website to the `/public` folder run:
|
||||
|
||||
```sh
|
||||
hugo -D
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
The code of this website is licensed under the [MIT license](https://github.com/dialect-app/website/blob/main/LICENSE).
|
||||
|
||||
The content of the website is licensed under the [CC BY-SA 4.0 license](http://creativecommons.org/licenses/by-sa/4.0/).
|
Loading…
Add table
Reference in a new issue