Skip to content

Commit

Permalink
Update Jekyll configuration and dependencies for enhanced functionali…
Browse files Browse the repository at this point in the history
…ty and theme customization
  • Loading branch information
daniel-butler-irl committed Nov 2, 2024
1 parent e5fe0ea commit 32c0ad6
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 34 deletions.
20 changes: 5 additions & 15 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem "github-pages", group: :jekyll_plugins
gem "just-the-docs"

group :jekyll_plugins do
gem "jekyll-seo-tag"
gem "jekyll-feed"
end

# Windows and JRuby does not include zoneinfo files
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock http_parser.rb gem
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "jekyll-seo-tag"
gem "jekyll-remote-theme"
end
70 changes: 51 additions & 19 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,58 @@
title: Daniel Butler
description: Automation Engineer at IBM Cloud | Making Cloud Development Easier
baseurl: "/docs"
url: "https://daniel-butler-irl.github.io"
url: "https://dbdev.ie"
baseurl: ""

# Theme settings
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-seo-tag
remote_theme: just-the-docs/just-the-docs

# Color scheme
color_scheme: dark

# Enable or disable heading anchors
heading_anchors: true

# Footer content
footer_content: "Copyright © 2024 Daniel Butler. Distributed by an MIT license."

# Enable or disable back to top button
back_to_top: true
back_to_top_text: "Back to top"

# Author information
author:
name: Daniel Butler
email: [email protected]
github: daniel-butler-irl
linkedin: daniel-butler-1a525832
# Google Analytics
ga_tracking: UA-XXXXXXXXX-X
ga_tracking_anonymize_ip: true

# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Collections
collections:
projects:
output: true
permalink: /projects/:path/

# Search
search_enabled: true
search:
heading_level: 2
previews: 3
preview_words_before: 5
preview_words_after: 10
tokenizer_separator: /[\s/]+/
rel_url: true
button: true

# Aux links for the upper right navigation
aux_links:
"VS Code IBM Catalog Editor":
- "https://github.com/daniel-butler-irl/VS_Code_Catalog_Json_Editor"
"GitHub Profile":
- "https://github.com/daniel-butler-irl"

# Makes Aux links open in a new tab
aux_links_new_tab: true

plugins:
- jekyll-seo-tag
- jekyll-remote-theme

# Exclude from processing
exclude:
Expand All @@ -31,4 +62,5 @@ exclude:
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- vendor/ruby/

0 comments on commit 32c0ad6

Please sign in to comment.