Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
efrick2002 authored Aug 31, 2024
1 parent bd040d9 commit 5e8194c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,41 @@ theme: minima
plugins:
- jekyll-feed

# Build settings
markdown: kramdown
remote_theme: jekyll/minima

# Minima theme settings
minima:
skin: dark

# Custom CSS
sass:
sass_dir: _sass
style: compressed

# Navigation
header_pages:
- index.md

# Custom variables
font_family: "Courier New, monospace"

# Plugins
plugins:
- jekyll-seo-tag
- jekyll-feed

# Exclude files from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/

# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down

0 comments on commit 5e8194c

Please sign in to comment.