Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Remove code duplicated from minima #125

Merged
merged 2 commits into from
Jun 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ google_analytics: UA-99695987-1
markdown: kramdown
theme: minima

header_pages:
- documentation.md
- examples.md
- implementations.md

collections:
docs:
output: true
Expand Down
35 changes: 0 additions & 35 deletions _includes/header.html

This file was deleted.

52 changes: 0 additions & 52 deletions _sass/minima.scss

This file was deleted.

5 changes: 5 additions & 0 deletions _sass/minima/_syntax-highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ cyan #2aa198 strings, numbers
green #859900 operators, other keywords
*/

.highlight{
.highlighter-rouge & {
background: #fdf6e3;
}
}
.highlight { background-color: #fdf6e3; color: #586e75 }
.highlight .c { color: #93a1a1 } /* Comment */
.highlight .err { color: #586e75 } /* Error */
Expand Down
3 changes: 2 additions & 1 deletion assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

// Import partials from the `minima` theme.
@import "minima";
@import "minima/syntax-highlighting";

// Import navigation partial for Software page
@import "intra-navigation";

// _base.scss overrides
pre,
code {
background-color: inherit;
background-color: unset;
}

.wrapper {
Expand Down