Skip to content

High level considerations, and our first change (watch one) #5

@davclark

Description

@davclark

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?

.
├── 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions