Skip to content

Commit da1aa7c

Browse files
authored
Merge pull request #44 from ocefpaf/bake_theme
Bake theme
2 parents 11f7429 + 8ab2f4f commit da1aa7c

87 files changed

Lines changed: 9208 additions & 7 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
_site/
2-
.idea/
1+
*.gem
32
.DS_Store
43
.gitignore~
4+
.idea/
5+
.jekyll-metadata
6+
.sass-cache/
7+
Gemfile.lock
8+
_site/

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ email_url: oceanhkw@uw.edu
3838
# Build settings
3939
markdown: kramdown
4040

41-
# Submodule setting
41+
# Theme setting, we are excluding jekyll-spectral-theme/ root to avoid picking up theme config.
42+
# We should probably clean it up later.
4243
destination: _site/
4344
plugins_dir: jekyll-spectral-theme/_plugins/
4445
layouts_dir: jekyll-spectral-theme/_layouts/

jekyll-spectral-theme

Lines changed: 0 additions & 1 deletion
This file was deleted.

jekyll-spectral-theme/CHANGELOG

Whitespace-only changes.

jekyll-spectral-theme/CONTRIBUTING.md

Whitespace-only changes.

jekyll-spectral-theme/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source "https://rubygems.org"
2+
gemspec

jekyll-spectral-theme/LICENSE.txt

Lines changed: 63 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)