Skip to content

Commit

Permalink
Rename blogroll layout to home, Optimize light styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
b2a3e8 committed Apr 26, 2019
1 parent 3e9b695 commit ed2829a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

#google_analytics: UA-NNNNNNNN-N

#header_pages:
# - index.md
header_pages:
- index.md
# - about.md

#footer: 'follow us on <a href="https://twitter.com/">twitter</a>'
footer: 'follow us on <a href="https://twitter.com/">twitter</a>'

style: light # dark (default) or light

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions _sass/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* Style variables
*/
$base-color: #000 !default;
$primary-color: #FF0000 !default;
$primary-color: #0000EE !default;
$text-color: $base-color !default;
$placeholder-color: $base-color !default;
$link-color: $base-color !default;
$border: dashed 1px rgba(219,219,219,0.9) !default;
$border: dashed 1px rgba(0,0,0,1) !default;
$selection-background: rgba(0,0,0,0.99) !default;
$selection-text: #fff !default;
$background-color: #fff !default;
Expand Down
6 changes: 1 addition & 5 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
title: /
layout: page
layout: home
permalink: /
---

# Lorem ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.



<a href="#" onclick="switchDarkLightStyles()">light mode</a>
2 changes: 1 addition & 1 deletion jekyll-theme-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-console"
spec.version = "0.2.8"
spec.version = "0.3.0"
spec.authors = ["b2a3e8"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit ed2829a

Please sign in to comment.