If you like the themes that I create you can become my sponsor on Patreon. +
Thank you for your support ❤️
diff --git a/_config.yml b/_config.yml new file mode 100755 index 0000000..6f77bb7 --- /dev/null +++ b/_config.yml @@ -0,0 +1,37 @@ +title: Hello, world! I'm Deep Energy. +description: > # this means to ignore newlines until "baseurl:" + Write an awesome description for your new site here. You can edit this + line in _config.yml. It will appear in your document head meta (for + Google search results) and in your feed.xml site description. +permalink: ':title/' +baseurl: "" # the subpath of your site, e.g. /blog +url: "http://tcheng.org" # the base hostname & protocol for your site, e.g. http://example.com +site-twitter: #if your site has a twitter account, enter it here + +# Author Settings +author: Deep Energy # add your name +author-img: b1.png # add your photo +about-author: In-depth investigation of advanced energy technology # add description +social-twitter: # add your Twitter handle +social-facebook: # add your Facebook handle +social-github: # add your Github handle +social-linkedin: # add your Linkedin handle +social-email: # add your Email address + +# Disqus +discus-identifier: # add your discus identifier + +# Tracker +analytics: # Google Analytics + +# Build Settings +markdown: kramdown +plugins: + - jekyll-sitemap + - jekyll-paginate + - jemoji + +paginate: 8 +paginate_path: "/page/:num" + +exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"] diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 0000000..b0fca9a --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,8 @@ + diff --git a/_includes/disqus.html b/_includes/disqus.html new file mode 100644 index 0000000..3f82eaf --- /dev/null +++ b/_includes/disqus.html @@ -0,0 +1,16 @@ +{{ post.content | strip_html | truncatewords: 15 }}
+ {{post.date | date: '%Y, %b %d'}} — + {% capture words %}{{ post.content | number_of_words }}{% endcapture %}{% unless words contains "-" %}{{ words | plus: 250 | divided_by: 250 | append: " minute read" }}{% endunless %} +