diff --git a/_config.yml b/_config.yml index 749d656..dc0d03d 100644 --- a/_config.yml +++ b/_config.yml @@ -22,6 +22,8 @@ description: "uhh yeah funny" # This will show up in places like twitter, linked ######################################################################################### theme: "minima" +comments_repo: ScottN13/blog # comments/issues + kramdown: syntax_highlighter_opts: disable: true diff --git a/_includes/head.html b/_includes/head.html index 656aa51..437b769 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -31,5 +31,14 @@ + + + + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index a12fa6e..f6b1067 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -26,6 +26,11 @@

{{ page.title | escape }} {% include navlinks.html %} + + + + + - \ No newline at end of file diff --git a/index.md b/index.md index 36bb56a..49631c2 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,4 @@ -## Hello! Welcome to my blog! +Hello! Welcome to my blog! Here i post guides and updates.