Skip to content

Commit

Permalink
added comments to posts + dark mode????
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Jul 25, 2024
1 parent e28dad3 commit 9f56437
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 1 addition & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ description: "uhh yeah funny" # This will show up in places like twitter, linked
#########################################################################################
######### Nothing below needs to be changed (unless you know what you're doing) #########
#########################################################################################
theme: "minima"

rss: rss
theme: "github-dark"

kramdown:
syntax_highlighter_opts:
Expand Down
8 changes: 8 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
{% include navlinks.html %}
</div>

<script src="https://utteranc.es/client.js"
repo="ScottN13/blog"
issue-term="pathname"
theme="github-dark"
crossorigin="anonymous"
zasync>
</script>

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hello! Welcome to my blog!
## Hello! Welcome to my blog!
Here i post guides and updates.


0 comments on commit 9f56437

Please sign in to comment.