Today's Update (part one)
by Oliver Ayers
TODO:
- figure out basic layouts and configuration
- add contact/about page and image (branch: about)
- update: still needs image to actually DISPLAY though (branch: about)
- start blog (branch: blog/master)
- add projects page (branch: projects)
- design and upload favicon/logo
- upload placeholder logo
What I did:
- figured out the Very Basic Basics of layouts and configuration (for the Slate theme at least)
- added title, description, show_downloads (false), google_analytics (left blank) to _config
- added default.html to _layouts directory (copied directly from slate theme)
- created index.md to replace index.html
- added assets directory, with stylesheet and images (from slate theme)
- put ‘_site’ into the .gitignore