Skip to content

Commit

Permalink
Add disqus integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 29, 2016
1 parent cd31557 commit 58d6107
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/assets/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,16 @@ html .toc-menu .-level-1:first-child>.title {
color: $black;
}

html a.link.title.link-index {
html a.link.title.link-index,
html a.link.title.-active.link-index {
font: 16px monospace !important;
text-transform: uppercase;
margin-bottom: 1rem;
display: flex;
background-color: $title-background-color;
font-size: 13px;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 1.5rem;
font-size: 16px;
justify-content: flex-end;
font-family: monospace;
justify-content: flex-start;
}

/*
Expand Down
5 changes: 5 additions & 0 deletions docs/docpress.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"googleAnalytics": {
"id": "UA-83295706-1",
"domain": "mythbusters.js.org"
},

"disqus": {
"shortname": "mythbusters-js-org",
"exclude": "index|bibliography|resources"
}
}

0 comments on commit 58d6107

Please sign in to comment.