File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
assets/img/publication_preview Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
125125giscus :
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.
145145external_sources :
146- - name : medium.com
147- rss_url : https://medium.com/@jacksaunders909/feed
148146
149147# -----------------------------------------------------------------------------
150148# Collections
You can’t perform that action at this time.
0 commit comments