Skip to content
This repository was archived by the owner on Mar 11, 2018. It is now read-only.
Open
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
2 changes: 1 addition & 1 deletion themes/histudy/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ customize:
width: 320
height: 60
url:
theme_color: '#006bde'
theme_color: "#2980b9"
highlight: androidstudio
sidebar: right # sidebar position, options: left, right
thumbnail: true # enable posts thumbnail, options: true, false
Expand Down
32 changes: 16 additions & 16 deletions themes/histudy/languages/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ index:
home: 'ホーム'
about: '姫路IT系勉強会について'
search: '検索'
archive: 'Archive'
category: 'Category'
uncategorized: 'uncategorized'
archive: 'アーカイブ'
category: 'カテゴリー'
uncategorized: '未分類'
tag: 'タグ'
otsc: 'Open Tech Showcase'
nav:
Expand All @@ -13,22 +13,22 @@ nav:
total_page:
other: 'of %d'
sidebar:
follow: 'follow'
follow: 'フォロー'
newer: 'newer'
older: 'older'
recents: 'recents'
archives: 'archives'
categories: 'categories'
links: 'links'
tags: 'tags'
tag_cloud: 'tag cloud'
recents: '最新の記事'
archives: 'アーカイブ'
categories: 'カテゴリー'
links: 'リンク'
tags: 'タグ'
tag_cloud: 'タグクラウド'
article:
comments: 'コメント'
share: 'Share'
share: 'シェア'
insight:
hint: 'Type something...'
posts: 'Posts'
pages: 'Pages'
categories: 'Categories'
tags: 'Tags'
untitled: '(Untitled)'
posts: '投稿'
pages: 'ページ'
categories: 'カテゴリー'
tags: 'タグ'
untitled: '(タイトル無し)'
4 changes: 2 additions & 2 deletions themes/histudy/source/css/_partial/footer.styl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#footer
background: color-footer-background
margin-top: 60px
color: color-grey
color: #fff
line-height: line-height
a
color: #ccc
color: #fff
text-decoration: none
&:hover
color: #fff
Expand Down
3 changes: 1 addition & 2 deletions themes/histudy/source/css/_partial/nav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ $nav-link
float: left
color: color-nav-foreground
text-decoration: none
text-shadow: 0 1px rgba(0, 0, 0, 0.2)
display: block
padding: 20px 15px
transition: 0.2s ease-in
Expand Down Expand Up @@ -117,4 +116,4 @@ $nav-link
-webkit-appearance: none

.search-form-submit
display: none
display: none
2 changes: 0 additions & 2 deletions themes/histudy/source/css/_responsive.styl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
clearfix()
if sidebar is right
right: 0
background: url(images/s-left.png) repeat-y right 0
else
left: 0
background: url(images/s-left.png) repeat-y left 0
margin: 0
height: 100%
position: absolute
Expand Down
10 changes: 5 additions & 5 deletions themes/histudy/source/css/_variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ if hexo-config("customize.theme_color")
else
color-theme = #3b8dbd
color-grey = #aaa
color-header-background = #26272b
color-header-background = #3498db
color-main-background = #fff
color-background = #eaeaea
color-background = #ecf0f1
color-mobile-nav-background = #191919
color-border = #ddd
color-border-light = #eee
color-nav-foreground = rgba(255,255,255,0.7)
color-nav-background = #33363b
color-nav-background = #3498db
color-nav-hover-background = rgba(0,0,0,0.1)
color-sidebar-background = #f0f0f0
color-sidebar-text = #777
color-sidebar-text-dark = #444
color-footer-background = #33363b
color-footer-background = #3498db

// Fonts
font-sans = "Titillium Web", "Helvetica Neue", Helvetica, Arial, "Noto Sans CJK JP", "源ノ角ゴシック", "游ゴシック", sans-serif
font-sans = "Noto Sans CJK JP", "源ノ角ゴシック", "游ゴシック", Meiryo, "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif
font-serif = Georgia, "Times New Roman", serif
font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace
font-icon-profile-size = 24px
Expand Down
2 changes: 0 additions & 2 deletions themes/histudy/source/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ code
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px 0px
if sidebar is right
padding-right: sidebar-width
background: url(images/s-left.png) repeat-y right 0
else
padding-left: sidebar-width
background: url(images/s-left.png) repeat-y left 0

#main
if sidebar is right
Expand Down