My personal website
SCSS 32.4%
Pug 25.6%
JavaScript 20.3%
HTML 9.9%
Nix 5.8%
TypeScript 2.9%
CSS 2.7%
Shell 0.1%
Other 0.4%
861 3 0

Clone this repository

https://tangled.org/scrumplex.net/website https://tangled.org/did:plc:cryskse2nxtwd4feybx3vhcq/website
git@knot.tangled.wizardry.systems:scrumplex.net/website git@knot.tangled.wizardry.systems:did:plc:cryskse2nxtwd4feybx3vhcq/website

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Scrumplex Website#

Personal website of Sefa Eyeoglu. Hosted at scrumplex.net.

Deployment#

Docker#

$ docker build -t website:latest .
$ docker run -p 80:80 website:latest

Buildah + Podman#

$ buildah bud -t website:latest .
$ podman run -p 80:80 website:latest

Traditional#

$ git clone https://git.sr.ht/~scrumplex/website
$ cd website
$ pnpm install --frozen-lockfile
$ pnpm build

# host static content
$ cd dist
$ python -m http.server

License#

This project is licensed under the GNU General Public License v3. You can read the full license in the LICENSE file.