https://github.com/stackotter/stackotter-website
Source code for my personal website
https://github.com/stackotter/stackotter-website
Last synced: 3 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T03:05:52.000Z (6 months ago)
- Last Synced: 2025-02-06T05:17:56.219Z (5 months ago)
- Language: HTML
- Homepage: https://stackotter.dev
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- 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
```
-