Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 834 Bytes

data.tomhummel.com

Build Status

what? why?

This repo is the code and content behind data.tomhummel.com. This blog exists to publish data of and adjacent to Tom Hummel. And more generally, it exists to publish techniques for exfiltrating and analyzing personal data.

setup

  1. download Hugo 0.34
  2. expand the downloaded tar.gz
  3. move it to a directory in your $PATH
git clone git@github.com:tphummel/data.tomhummel.com.git

dev

hugo server -D -w

publish

rm -rf public/
hugo
aws s3 sync --delete public/ s3://my-bucket/