Skip to content

Commit

Permalink
Merge pull request #49 from RalphHightower/RalphHightower-patch-3
Browse files Browse the repository at this point in the history
[improve](build): (non-custom part from RalphHightower/blog)
  • Loading branch information
RalphHightower authored Nov 30, 2024
2 parents bdce883 + f9c3058 commit 7ccac75
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 29 deletions.
119 changes: 90 additions & 29 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,102 @@ show_excerpts: false # set to true to show excerpts on the homepage

# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%Y-%m-%d %I:%M:%S.%L %p %Z" # "%b %-d, %Y"

# generate social links in footer
social_links:
- { platform: devto, user_url: "https://dev.to/RalphHightower"}
# - { platform: dribbble, user_url: "https://dribbble.com/RalphHightower" }
# - { platform: facebook, user_url: "https://www.facebook.com/ralph.hightower" }
- { platform: flickr, user_url: "https://www.flickr.com/photos/RalphHightower" }
- { platform: github, user_url: "https://github.com/RalphHightower" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/RalphHightower" }
# - { platform: keybase, user_url: "https://keybase.io/RalphHightower" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/RalphHightower" }
# - { platform: microdotblog, user_url: "https://micro.blog/RalphHightower" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/RalphHightower" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/19978043/ralph-hightower" }
# - { platform: telegram, user_url: "https://t.me/RalphHightower" }
# - { platform: twitter, user_url: "https://twitter.com/RalphHightower" }
- { platform: youtube, user_url: "https://www.youtube.com/@RalphHightower" }


# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
timezone: 'America/New_York'

# Build settings

# If you clone the Minima repo and build locally, use this setting.
theme: minima

# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme: minima" above.

plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-avatar
- jekyll-feed
- jekyll-github-metadata
- jekyll-mentions
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
# - jekyll-tagging
- jekyll-titles-from-headings
- jekyll_ai_related_posts

# Theme-specific settings

# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
# header_pages:
# - about.md

# Set to `true` to show excerpts on the homepage.
show_excerpts: true

# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
# solarized-light Light variant of solarized color scheme.
# solarized-dark Dark variant of solarized color scheme.
# solarized Adaptive skin for solarized color scheme skins.
skin: auto

# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
date_format: "%F %r"

# Generate social links in footer.
social_links:
- { platform: devto, user_url: "https://dev.to/RalphHightower"}
- { platform: facebook, user_url: "https://www.facebook.com/ralph.hightower" }
- { platform: flickr, user_url: "https://www.flickr.com/photos/RalphHightower" }
- { platform: github, user_url: "https://github.com/RalphHightower" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/RalphHightower" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/19978043/ralph-hightower" }
- { platform: telegram, user_url: "https://t.me/RalphHightower" }
- { platform: youtube, user_url: "https://www.youtube.com/@RalphHightower" }
# - { platform: orchid, user_url: "https://orcid.org/0009-0009-7630-3554" }
# - { platform: dribbble, user_url: "https://dribbble.com/RalphHightower" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/RalphHightower" }
# - { platform: keybase, user_url: "https://keybase.io/RalphHightower" }
# - { platform: microdotblog, user_url: "https://micro.blog/RalphHightower" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/RalphHightower" }
# - { platform: twitter, user_url: "https://twitter.com/RalphHightower" }

ai_related_posts:
openai_api_key: {{ secrets.OPEN_AI_KEY }}
fetch_enabled: prod

optional_front_matter:
remove_originals: true
enabled: true

readme_index:
enabled: true
remove_originals: true
with_frontmatter: true

tag_page_layout: tag_page
tag_page_dir: tag

titles_from_headings:
enabled: true
enabled: false
strip_title: true
collections: true

# Optional. The default date format is used if none is specified in the tag.
last-modified-at:
date-format: "%F %r"

exclude:
- .ai_related_posts_cache.sqlite3
- .ai_related_posts_cache.sqlite3-journal
Binary file added base-minima.zip
Binary file not shown.

0 comments on commit 7ccac75

Please sign in to comment.