Skip to content

tphummel/data.tomhummel.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/