Skip to content

Commit

Permalink
customizing GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Oct 7, 2018
1 parent c51d050 commit dae2db9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-architect
29 changes: 29 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
---

@import "{{ site.theme }}";


// Override the theme's two-column layout with a one-column layout
section#main-content {
float: none;
width: auto;
}

aside#sidebar {
display: block;
float: none;
clear: both;
width: 100%;
background: none;
border-top: solid 1px #2f74c2;
min-height: 0;
margin-top: 10em;
padding: 2em;
}


// Make the code samples look better
.highlight {
background-color: white;
}

0 comments on commit dae2db9

Please sign in to comment.