Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackotter/stackotter-website
Source code for my personal website
https://github.com/stackotter/stackotter-website
Last synced: 20 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T09:43:03.000Z (7 months ago)
- Last Synced: 2024-10-04T22:06:31.888Z (about 1 month ago)
- Language: HTML
- Homepage: https://stackotter.dev
- Size: 1.45 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
```
-