17 lines
377 B
Markdown
17 lines
377 B
Markdown
|
![Tengu.Space](./site/.pub/img/logo.gif)
|
||
|
|
||
|
This is my server where I host a blog and a number of webservices for myself and friends.
|
||
|
|
||
|
## Building
|
||
|
|
||
|
### Prerequesites
|
||
|
[aya](https://aya.chaotic.ninja/)
|
||
|
|
||
|
### Instructions
|
||
|
```
|
||
|
$ git clone https://git.tengu.space/devioustengu/tengu-space
|
||
|
$ cd tengu-space/site
|
||
|
$ aya build
|
||
|
```
|
||
|
Generated HTML files are placed in /.pub.
|