longshorej / jasonlongshore.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jasonlongshore.com

This repository contains the source code to my personal website.

Setup

You'll need the following tools

To build the site each time you change a file:

fsw csi src target/dist --ext .html --ext .css

You can find the rendered files in target/dist.

To start a webserver at http://localhost:8000:

python -m http.server --directory target/dist --bind localhost 8000

Release / Deploy

Push a tag that starts with "v" and CircleCI will deploy it to the www.jasonlongshore.com repository. GitHub pages will then host the site at https://www.jasonlongshore.com/.

By convention, use today's date and a monotonic counter for tag names, e.g. "2049-04-30.1"

License

This repository is provided under the MIT License.

About

License:MIT License


Languages

Language:HTML 62.8%Language:CSS 37.2%