This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installed the original theme and Disqus
1. Due to my poor knowledge in CSS, it took me long to discover `sass/custom/_styles.scss' caused the title of each post to be yellow. I actually installed the "classic" theme again and copied Zaadi's SCSS files for his Solarized theme for Octopress on GitHub from https://raw.githubusercontent.com/erikzaadi/solarized-octopress-theme/master/sass/custom/_colors.scss 2. Disqus has been embedded, after "resolving" some problems in the appearance of the resulting site. Simply following the description on erikzaadi/solarized-octopress-theme#1 doesn't work for me. Finally, I tested `sass/custom/_colors.scss' bit by bit and found out a way: add a zero to `$text-color: $base0;'.
- Loading branch information
1 parent
1c6acc5
commit 8374bf9
Showing
29 changed files
with
179 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
// This File is imported last, and will override other styles in the cascade | ||
// Add styles here to make changes without digging in too much | ||
html { | ||
background: $page-bg; | ||
} | ||
article { | ||
h1, h2, h3, h4, h5, h6 | ||
{ | ||
color : $sol_yellow; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
@import "sidebar/base"; | ||
@import "sidebar/twitter"; | ||
@import "sidebar/googleplus"; | ||
@import "sidebar/pinboard"; | ||
@import "sidebar/delicious"; |
Oops, something went wrong.