Update config and a few tweaks

This commit is contained in:
Thomas Busby
2018-05-25 19:17:16 +02:00
parent fc00a0adc2
commit 46ff90109f
3 changed files with 9 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
title: Stack Problems title: cryptoanarchy.wiki
description: My Personal Stack Problems description: Arise, you have nothing to lose but your barbed wire fences!
author: Agus Makmun author: cryptoanarchy.wiki
github: https://github.com/agusmakmun github: https://github.com/cryptoanarchywiki
about: I am freelance developer. Currently doing more in backend, focused in Python and Django. about: Arise, you have nothing to lose but your barbed wire fences!
disqus_shortname: stackproblems disqus_shortname: stackproblems
google_analytics: UA-XXXXXXXX-Y google_analytics: UA-XXXXXXXX-Y
avatar_url: /static/img/avatar.jpg avatar_url: /static/img/avatar.jpg
@@ -16,19 +16,15 @@ collections:
permalink: /project/:path/ permalink: /project/:path/
social: social:
- icon: fa-facebook
link: "#"
- icon: fa-twitter - icon: fa-twitter
link: "https://twitter.com/agusmakmun6" link: "https://twitter.com/_cryptoanarchy"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/summonagus"
- icon: fa-stack-exchange
link: "#"
- icon: fa-github - icon: fa-github
link: "https://github.com/agusmakmun" link: "https://github.com/agusmakmun"
- icon: fa-facebook
link: "https://www.facebook.com/cryptoanarchy.wiki"
share: share:
twitter_username: agusmakmun6 twitter_username: _cryptoanarchy
fb_appid: 1749788565247320 fb_appid: 1749788565247320
urls: urls:

View File

@@ -150,10 +150,6 @@ layout: compress
{% if site.github %} {% if site.github %}
- <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll. - <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll.
{% endif %} {% endif %}
<div class="btn-github" style="float:right;">
<iframe src="https://ghbtns.com/github-btn.html?user=agusmakmun&repo=agusmakmun.github.io&type=star&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=agusmakmun&repo=agusmakmun.github.io&type=fork&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
</div>
</footer> </footer>
</div> </div>
<!-- end /.col-sm-8 --> <!-- end /.col-sm-8 -->

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 21 KiB