WordPress theme
Download the latest version of WordPress:
wget http://wordpress.org/latest.zip
Copy the files from wordpress/* to ./ and clean:
cp -R wordpress/* ./
rm -rif wordpress
rm -rif latest.zip
Run this command from the working directory:
php installer
This will install Composer. Next install the dependencies using Composer:
composer install
This theme uses Tufte CSS.