It's been 2 years since I redesigned my site. Trying out some new ideas.
Run make watch
to watch SCSS files and compile them to their equivalents.
Note not all files are actually in this project, if you edit the color scheme,
the RDark file in the syntaxhighlighter project also changes.
This generates the following CSS files:
- style.css (styles across the site)
- css/home.css
- css/blog.css (styles for posts)
- css/twitter.css (the Twitter widget on the homepage)
-
Clone Wordpress
-
Symlink the theme into the wp-content folder.
ln -s ~/src/github.com/kevinburke/2013 ~/src/github.com/Wordpress/Wordpress/wp-content/themes
-
start mysql:
brew services start mysql
-
point the MAMP app at ~/src/github.com/Wordpress/Wordpress
-
create a database (kevinburke)
-
create a user with privileges on that database (kevin) - check 1Password for db password
-
use warthog password to login on localhost:8888