Optimized UX and fixed bugs

- Added temp logo
    - Added favicon
    - Enabled Disqus (jekyll.env)
    - Changed Home layout
This commit is contained in:
2021-10-25 14:53:15 -04:00
parent 296d628d8b
commit 4859927856
61 changed files with 2117 additions and 520 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{%- if page.key and
{%- if page.url and
site.comments.disqus.shortname -%}
<div id="disqus_thread"></div>
@@ -8,7 +8,7 @@
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = '{%- include snippets/page-url.html -%}';
this.page.identifier = '{{ page.key }}';
this.page.identifier = '{{ page.url }}';
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');