From 3b8292f3122097a3d9ecbc660c22305844124c8d Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Mon, 8 Jan 2024 23:29:08 +0800 Subject: [PATCH] support disqus --- .gitignore | 1 + _config.yml | 7 +++++++ _includes/disqus_comments.html | 17 +++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 _includes/disqus_comments.html diff --git a/.gitignore b/.gitignore index f40fbd8..33f6175 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store _site .sass-cache .jekyll-cache diff --git a/_config.yml b/_config.yml index f14f2c0..e6c25a7 100644 --- a/_config.yml +++ b/_config.yml @@ -50,3 +50,10 @@ plugins: # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ +<<<<<<< Updated upstream +======= + +markdown: kramdown +disqus: + shortname: flashinfer-ai +>>>>>>> Stashed changes diff --git a/_includes/disqus_comments.html b/_includes/disqus_comments.html new file mode 100644 index 0000000..3e9c502 --- /dev/null +++ b/_includes/disqus_comments.html @@ -0,0 +1,17 @@ +{% if page.comments != false %} + +
+ + +{% endif %} \ No newline at end of file