-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
The site is a bit jumbled, let's have a look and "clean things up a little," shall we?
How would folks like to take a tour of the site?
- As a live website?
- Looking at the tree below?
- On the GitHub view of the repo?
- The current layout of our site:
.
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── _config.yml
├── _includes
│ ├── head.html
│ └── info.html
├── _layouts
│ └── default.html
├── _sass
│ ├── base
│ │ ├── _base.scss
│ │ ├── _buttons.scss
│ │ ├── _forms.scss
│ │ ├── _grid-settings.scss
│ │ ├── _lists.scss
│ │ ├── _tables.scss
│ │ ├── _typography.scss
│ │ └── _variables.scss
│ ├── bourbon
│ │ ├── <installed libraries you don't need to mess with!>
│ ├── neat
│ │ ├── <ditto - nothing to see here>
├── _site
│ ├── <contains the *compiled* version of our site - **don't edit these files!**>
├── about.md
├── css
│ └── dlab.scss
├── index.md
├── jekyll.md
├── jobs.md
├── js
│ ├── jquery-2.1.4.min.js
│ └── nav.coffee
└── learning.md