Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinburke/2013
Flat UI website redesign
https://github.com/kevinburke/2013
Last synced: 23 days ago
JSON representation
Flat UI website redesign
- Host: GitHub
- URL: https://github.com/kevinburke/2013
- Owner: kevinburke
- Created: 2013-03-31T02:33:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T20:31:30.000Z (about 3 years ago)
- Last Synced: 2024-12-01T15:26:18.721Z (3 months ago)
- Language: HTML
- Size: 9.77 MB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2013
It's been 2 years since I redesigned my site. Trying out some new ideas.
## Compiled Files
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.## Generated files
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)## Serving Locally
1) Clone Wordpress
2) Symlink the theme into the wp-content folder.
```
ln -s ~/src/github.com/kevinburke/2013 ~/src/github.com/Wordpress/Wordpress/wp-content/themes
```3) start mysql:
```
brew services start mysql
```4) point the MAMP app at ~/src/github.com/Wordpress/Wordpress
5) go to this URL http://localhost:8888/phpMyAdmin/server_databases.php?db=&lang=en&collation_connection=utf8mb4_unicode_ci&token=dce2ae8a8b0da282ac42d72b310895a9
6) create a database (kevinburke)
7) create a user with privileges on that database (kevin) - check 1Password for
db password8) use warthog password to login on localhost:8888