Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```
-