Committer: root <root@fruw.org>

On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
	deleted:    exampleSite/archetypes/default.md
	deleted:    exampleSite/config.toml
	deleted:    exampleSite/content/_index.md
	deleted:    exampleSite/content/about.md
	deleted:    exampleSite/content/archives.md
	deleted:    exampleSite/content/homepage/about.md
	deleted:    exampleSite/content/homepage/index.md
	deleted:    exampleSite/content/homepage/work.md
	deleted:    exampleSite/content/posts/post-1.md
	deleted:    exampleSite/content/posts/post-2.md
	deleted:    exampleSite/content/posts/post-3.md
	deleted:    exampleSite/content/posts/post-4.md
	deleted:    exampleSite/content/posts/post-5.md
	deleted:    exampleSite/content/posts/post-6.md
	deleted:    exampleSite/content/posts/post-7.md
	deleted:    exampleSite/content/posts/tg-gh.md
	deleted:    images/archie-dark.png
	deleted:    images/screenshot.png
	deleted:    images/theme.png
	deleted:    images/tn.png
	deleted:    layouts/partials/disqus.html
	deleted:    static/js/feather.min.js
	deleted:    static/js/main.js
	deleted:    static/js/themetoggle.js
	modified:   theme.toml
This commit is contained in:
root
2023-07-26 22:16:26 +05:00
parent 56a2aebf05
commit 223a748532
25 changed files with 6 additions and 844 deletions

View File

@ -1,19 +0,0 @@
<div id="disqus_thread"></div>
<script type="text/javascript">
(function () {
// Don't ever inject Disqus on localhost--it creates unwanted
// discussions from 'localhost:1313' on your Disqus account...
if (window.location.hostname == "localhost")
return;
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
var disqus_shortname = '{{ .Site.DisqusShortname }}';
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>