aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8c1ffe7d6efcd13c1387d43a943b9d23b30c7ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# adast.xyz

My personal blog, built with [ssg](https://rgz.ee/ssg.html).

## Build

    git clone https://git.sr.ht/~adamski/adast.xyz
    cd adast.xyz
    ./ssg src/ dst/ adast.xyz "https://adast.xyz"

## Publish

(This part is only usable by me, but you might learn something)

I run the following to publish changes to my website.

    rsync -r dst/ adast.xyz:inet/adast.xyz

### Build & Publish

    ./ssg src/ dst/ adast.xyz "https://adast.xyz" && rsync -r dst/ adast.xyz:inet/adast.xyz