Add README.md
This commit is contained in:
parent
d7bf66d3ea
commit
6d7b0b2e69
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# StarOpenSource's webbsite
|
||||
This repository contains the source code for StarOpenSource's website.
|
||||
We use [Hugo](https://gohugo.io) for our website in combination
|
||||
with the [Terminal](https://github.com/panr/hugo-theme-terminal) theme.
|
||||
|
||||
## Commands
|
||||
You can run a test server using:
|
||||
```bash
|
||||
hugo serve -M
|
||||
```
|
||||
|
||||
To build this site statically, invoke:
|
||||
```bash
|
||||
hugo
|
||||
```
|
||||
You'll find Hugo's output in the `out/` directory
|
Loading…
Add table
Reference in a new issue