https://github.com/stackotter/stackotter-website
Source code for my personal website
https://github.com/stackotter/stackotter-website
Last synced: 28 days ago
JSON representation
Source code for my personal website
- Host: GitHub
- URL: https://github.com/stackotter/stackotter-website
- Owner: stackotter
- License: gpl-3.0
- Created: 2021-05-03T10:31:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T04:37:02.000Z (2 months ago)
- Last Synced: 2026-01-13T06:49:59.500Z (2 months ago)
- Language: HTML
- Homepage: https://stackotter.dev
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website
Source code for my personal website. The site is created with Scute (my custom static site generation tool) and hosted on GitHub pages.
## Prerequisites
Building and previewing the site requires [scute](https://github.com/stackotter/scute) to be installed.
```sh
mint install stackotter/scute
```
## Running
```sh
scute preview
```
## Building
```sh
# Builds the site to `./out`.
scute build
```
-