Skip to content

Commit f513941

Browse files
jsaunders909claude
andcommitted
Fix CI, Giscus, remove duplicates and Einstein placeholders
- Enable Giscus comments (General category) - Disable Medium RSS external source (posts now local) - Add ImageMagick install to CI workflow - Remove Einstein placeholder publication preview images Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
1 parent b86ce28 commit f513941

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
valueFile: '_config.yml'
3434
propertyPath: 'giscus.repo'
3535
value: ${{ github.repository }}
36+
- name: Install ImageMagick 🖼️
37+
run: sudo apt-get install -y imagemagick
3638
- name: Install and Build 🔧
3739
run: |
3840
pip3 install --upgrade jupyter

_config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ related_blog_posts:
123123
# Giscus comments (RECOMMENDED)
124124
# Follow instructions on https://giscus.app/ to setup for your repo to fill out the information below.
125125
giscus:
126-
repo: # <your-github-user-name>/<your-github-repo-name>
127-
repo_id: # leave empty or specify your repo_id (see https://giscus.app/)
128-
category: Comments # name of the category under which discussions will be created
129-
category_id: # leave empty or specify your category_id (see https://giscus.app/)
126+
repo: jsaunders909/jsaunders909.github.io
127+
repo_id: R_kgDOGT7F7w
128+
category: General # name of the category under which discussions will be created
129+
category_id: DIC_kwDOGT7F784C4sSA
130130
mapping: title # identify discussions by post title
131131
strict: 1 # use strict identification mode
132132
reactions_enabled: 1 # enable (1) or disable (0) emoji reactions
@@ -143,8 +143,6 @@ disqus_shortname: al-folio # put your disqus shortname
143143
# If you have blog posts published on medium.com or other external sources,
144144
# you can display them in your blog by adding a link to the RSS feed.
145145
external_sources:
146-
- name: medium.com
147-
rss_url: https://medium.com/@jacksaunders909/feed
148146

149147
# -----------------------------------------------------------------------------
150148
# Collections
-151 KB
Binary file not shown.
-26.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)