Skip to content

Commit

Permalink
feat: corrects config settings for build
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthipe committed Jul 22, 2023
1 parent cf5aa34 commit 927e0e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
coffee-script (2.4.1)
coffee-script-source
Expand All @@ -15,16 +15,16 @@ GEM
colorator (1.1.0)
commonmarker (0.23.9)
concurrent-ruby (1.2.2)
dnsruby (1.61.9)
simpleidn (~> 0.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
faraday (2.7.4)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -209,16 +209,16 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
nokogiri (1.14.3-x86_64-linux)
minitest (5.18.1)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down
18 changes: 6 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ footer-links:
flickr:
github: xanthipe/wutan-bath
instagram: wutanbath
linkedin:
linkedin:
pinterest:
rss: rss
twitter: wutanbath
stackoverflow:
stackoverflow:
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
playconsole:
Expand Down Expand Up @@ -65,12 +65,6 @@ locale: en-GB
url: www.wutanbath.org.uk
enforce_ssl: https://www.wutanbath.org.uk

# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl:

#
# !! You don't need to change any of the configuration flags below !!
#
Expand All @@ -88,11 +82,11 @@ kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
css_class: "highlight"

# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed # You might prefer to minify using :compressed
style: compressed # You might prefer to minify using :compressed

# Use the following plug-ins
plugins:
Expand All @@ -101,7 +95,7 @@ plugins:
- jekyll-seo-tag
- jekyll-paginate

include: ['_pages']
include: ["_pages"]

paginate: 10
paginate_path: /page:num/
Expand All @@ -113,4 +107,4 @@ exclude:
- LICENSE
- README.md
- CNAME

- vendor

0 comments on commit 927e0e8

Please sign in to comment.