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

https://github.com/headblockhead/edwardh.dev

Professional facing website, written to be as minimal as reasonable.
https://github.com/headblockhead/edwardh.dev

css html minimal portfolio website

Last synced: 22 days ago
JSON representation

Professional facing website, written to be as minimal as reasonable.

Awesome Lists containing this project

README

          

# [edwardh.dev](https://edwardh.dev)

A handwriten HTML and CSS site to showcase my projects and achievements. Designed to load as fast as possible, use minimal styling, and be viewable on any browser.

Uses [Zas](https://github.com/darccio/zas) to template-in the header, footer, and meta tags (title, description, CSS).

Features a custom made SVG icon made in the GNOME appicon style, and uses GNOME theme colours.

## Tasks

### live

```bash
watch -n 1 "bash -c \"rm -r .zas/deploy/* && ~/go/bin/zas\""
```

### server
directory: ./.zas/deploy

```bash
nix run nixpkgs#python3 -- -m http.server 8080
```