Navigation Menu

Skip to content

Commit

Permalink
Use SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 4, 2015
1 parent 7ded846 commit 7384a5c
Show file tree
Hide file tree
Showing 137 changed files with 13,532 additions and 8,645 deletions.
35 changes: 15 additions & 20 deletions Gemfile.lock
Expand Up @@ -2,8 +2,6 @@ GEM
remote: https://rubygems.org/
specs:
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coderay (1.1.0)
Expand All @@ -12,13 +10,12 @@ GEM
execjs
coffee-script-source (1.9.1.1)
colorator (0.1)
execjs (2.5.2)
execjs (2.6.0)
fast-stemmer (1.0.2)
ffi (1.9.8)
gettext (3.1.6)
ffi (1.9.10)
gettext (3.1.7)
locale (>= 2.0.5)
text (>= 1.3.0)
hitimes (1.2.2)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
Expand All @@ -36,22 +33,20 @@ GEM
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.2.1)
jekyll-gist (1.3.4)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-task-i18n (1.0.1)
gettext (>= 3.1.1)
yard
jekyll-watch (1.2.1)
listen (~> 2.7)
kramdown (1.7.0)
liquid (2.6.2)
listen (2.10.0)
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
jekyll-watch (1.3.0)
listen (~> 3.0)
kramdown (1.9.0)
liquid (2.6.3)
listen (3.0.3)
rb-inotify (>= 0.9)
locale (2.1.1)
locale (2.1.2)
mercenary (0.3.5)
parslet (1.5.0)
blankslate (~> 2.0)
Expand All @@ -60,15 +55,12 @@ GEM
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0)
rake (10.4.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.3)
redcarpet (3.3.3)
safe_yaml (1.0.4)
sass (3.4.14)
sass (3.4.18)
text (1.3.1)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.2.1)
Expand All @@ -84,3 +76,6 @@ DEPENDENCIES
kramdown
rake
yard

BUNDLED WITH
1.10.6
3 changes: 3 additions & 0 deletions _config.yml
Expand Up @@ -11,3 +11,6 @@ description: A PostgreSQL extension to use Groonga as index

kramdown:
input: GFM

sass:
sass_dir: assets/stylesheets
4 changes: 1 addition & 3 deletions _layouts/base.html
Expand Up @@ -14,9 +14,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title }}</title>
<link href="/css/bootstrap.min.css" rel="stylesheet" medis="screen">
<link href="/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="/css/pgroonga.css" rel="stylesheet" medis="screen">
<link href="/assets/stylesheets/pgroonga.css" rel="stylesheet" medis="screen">
<meta name="description" content="{{ site.description }}">
</head>

Expand Down
Binary file not shown.
288 changes: 288 additions & 0 deletions assets/fonts/bootstrap/glyphicons-halflings-regular.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/fonts/font-awesome/FontAwesome.otf
Binary file not shown.
Binary file added assets/fonts/font-awesome/fontawesome-webfont.eot
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file added assets/images/.keep
Empty file.
12 changes: 12 additions & 0 deletions assets/javascripts/bootstrap-sprockets.js
@@ -0,0 +1,12 @@
//= require ./bootstrap/affix
//= require ./bootstrap/alert
//= require ./bootstrap/button
//= require ./bootstrap/carousel
//= require ./bootstrap/collapse
//= require ./bootstrap/dropdown
//= require ./bootstrap/tab
//= require ./bootstrap/transition
//= require ./bootstrap/scrollspy
//= require ./bootstrap/modal
//= require ./bootstrap/tooltip
//= require ./bootstrap/popover

0 comments on commit 7384a5c

Please sign in to comment.