dbc3474 fix: workaround extensions hiding #privacypolicy
~scrumplex pushed to ~scrumplex/website git
Personal website of Sefa Eyeoglu. Hosted at scrumplex.net.
$ docker build -t website:latest .
$ docker run -p 80:80 website:latest
$ buildah bud -t website:latest .
$ podman run -p 80:80 website:latest
$ git clone https://git.sr.ht/~scrumplex/website
$ cd website
$ yarn
$ yarn run build
# host static content
$ cd dist
$ python -m http.server
This project is licensed under the GNU General Public License v3. You can read the full license in the LICENSE file.