Skip to content

Commit

Permalink
update theme settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbdu committed May 21, 2024
1 parent 0bdfaa3 commit a81a7f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Machine Learning for Absolute Beginners (with ml5.js)
author:
name: jackbdu
name: Jack B. Du
email: github@jackbdu.com

# The `>` after `description:` means to ignore line-breaks until next key.
Expand All @@ -11,12 +11,12 @@ description: >
# Build settings

# If you clone the Minima repo and build locally, use this setting.
theme: minima
#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.
#remote_theme: jekyll/minima
remote_theme: jekyll/minima

plugins:
- jekyll-feed
Expand All @@ -26,8 +26,8 @@ plugins:

# 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
#header_pages:
# - about.md

# Set to `true` to show excerpts on the homepage.
#show_excerpts: false
Expand All @@ -50,15 +50,15 @@ minima:
#date_format: "%b-%d-%Y"

# Generate social links in footer.
#social_links:
social_links:
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
# - { platform: github, user_url: "https://github.com/jekyll/minima" }
- { platform: github, user_url: "https://github.com/jackbdu/ml5-tutorials" }
# - { platform: gitlab, user_url: "https://gitlab.com/jekyll" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
- { platform: instagram, user_url: "https://www.instagram.com/jackbdu" }
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
Expand All @@ -67,6 +67,6 @@ minima:
# - { platform: telegram, user_url: "https://t.me/jekyll" }
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
# - { platform: x, user_url: "https://x.com/jekyllrb" }
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
- { platform: youtube, user_url: "https://www.youtube.com/channel/UCmz0FTW_bFitKZpmJTHSOLg" }


0 comments on commit a81a7f8

Please sign in to comment.