Skip to content

Commit fb65351

Browse files
committed
Add read-only Disqus comments from an export
Now the only way to engage with my site is through email, although I'll probably add webmention support at some point in the future. I used Gemini 2.5 Pro to put together the bones of the plugin, HTML, and CSS changes. This saved me a good couple of hours and having to relearn Ruby.
1 parent 4530184 commit fb65351

6 files changed

Lines changed: 7841 additions & 10 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ gem "minima", "~> 2.5"
1414
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1515
# gem "github-pages", group: :jekyll_plugins
1616

17+
gem "nokogiri"
18+
1719
group :jekyll_plugins do
1820
gem "jekyll-feed", "~> 0.12" # RSS feed.
1921
gem "jekyll-paginate", "~> 1.1.0" # Homepage pagination.

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ paginate_path: "posts/:num/"
3838
feed:
3939
path: /atom.xml # Compatible with Octopress path.
4040

41-
disqus:
42-
shortname: rosipov
41+
disqus_export_path: _data/disqus-export-2025-06-09.xml
4342

4443
google_analytics: UA-48506044-1
4544

0 commit comments

Comments
 (0)