My personal website
TypeScript 52.3%
SCSS 22.2%
HTML 15.7%
Nix 6.4%
CSS 3.3%
Shell 0.1%
918 3 0

Clone this repository

https://tangled.org/scrumplex.net/website https://tangled.org/did:plc:cryskse2nxtwd4feybx3vhcq/website
git@tangled.org:scrumplex.net/website git@tangled.org: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.