Skip to content

Commit

Permalink
Default theme cleaned out and bootstrap files added.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolarouche committed Mar 30, 2015
1 parent 8a72366 commit fe15a75
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 404 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Site settings
title: Your awesome title
title: Meetings avec AA
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
url: "http:// meetingsavecaa.com" # the base hostname & protocol for your site
twitter_username: aabrunetnrj
timezone: America/Montreal

# Build settings
markdown: kramdown
94 changes: 0 additions & 94 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,46 +36,6 @@ ul, ol, dl, figure,
}



/**
* Images
*/
img {
max-width: 100%;
vertical-align: middle;
}



/**
* Figures
*/
figure > img {
display: block;
}

figcaption {
font-size: $small-font-size;
}



/**
* Lists
*/
ul, ol {
margin-left: $spacing-unit;
}

li {
> ul,
> ol {
margin-bottom: 0;
}
}



/**
* Headings
*/
Expand Down Expand Up @@ -120,58 +80,6 @@ blockquote {
}
}



/**
* Code formatting
*/
pre,
code {
font-size: 15px;
border: 1px solid $grey-color-light;
border-radius: 3px;
background-color: #eef;
}

code {
padding: 1px 5px;
}

pre {
padding: 8px 12px;
overflow-x: scroll;

> code {
border: 0;
padding-right: 0;
padding-left: 0;
}
}



/**
* Wrapper
*/
.wrapper {
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
margin-right: auto;
margin-left: auto;
padding-right: $spacing-unit;
padding-left: $spacing-unit;
@extend %clearfix;

@include media-query($on-laptop) {
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
max-width: calc(#{$content-width} - (#{$spacing-unit}));
padding-right: $spacing-unit / 2;
padding-left: $spacing-unit / 2;
}
}



/**
* Clearfix
*/
Expand All @@ -184,8 +92,6 @@ pre {
}
}



/**
* Icons
*/
Expand Down
236 changes: 0 additions & 236 deletions _sass/_layout.scss

This file was deleted.

Loading

0 comments on commit fe15a75

Please sign in to comment.