Merged improvement to post-index.html
This commit is contained in:
commit
985a6fd47d
33 changed files with 349 additions and 347 deletions
|
@ -41,7 +41,7 @@ owner:
|
||||||
ad-slot:
|
ad-slot:
|
||||||
bing-verify:
|
bing-verify:
|
||||||
github: #username
|
github: #username
|
||||||
stackoverflow: #http://stackoverflow.com/users/123456/username
|
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
||||||
linkedin: #username
|
linkedin: #username
|
||||||
xing: #username
|
xing: #username
|
||||||
instagram: #username
|
instagram: #username
|
||||||
|
@ -55,6 +55,7 @@ owner:
|
||||||
soundcloud: #username
|
soundcloud: #username
|
||||||
weibo: #username
|
weibo: #username
|
||||||
flickr: #username
|
flickr: #username
|
||||||
|
codepen: #username
|
||||||
|
|
||||||
include: [".htaccess"]
|
include: [".htaccess"]
|
||||||
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
|
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
|
||||||
|
|
|
@ -31,4 +31,5 @@
|
||||||
{% if author.soundcloud %}<a href="http://soundcloud.com/{{ author.soundcloud }}" class="author-social" target="_blank"><i class="fa fa-fw fa-soundcloud"></i> Soundcloud</a>{% endif %}
|
{% if author.soundcloud %}<a href="http://soundcloud.com/{{ author.soundcloud }}" class="author-social" target="_blank"><i class="fa fa-fw fa-soundcloud"></i> Soundcloud</a>{% endif %}
|
||||||
{% if author.weibo %}<a href="http://www.weibo.com/{{ author.weibo }}" class="author-social" target="_blank"><i class="fa fa-fw fa-weibo"></i> Weibo</a>{% endif %}
|
{% if author.weibo %}<a href="http://www.weibo.com/{{ author.weibo }}" class="author-social" target="_blank"><i class="fa fa-fw fa-weibo"></i> Weibo</a>{% endif %}
|
||||||
{% if author.flickr %}<a href="http://www.flickr.com/{{ author.flickr }}" class="author-social" target="_blank"><i class="fa fa-fw fa-flickr"></i> Flickr</a>{% endif %}
|
{% if author.flickr %}<a href="http://www.flickr.com/{{ author.flickr }}" class="author-social" target="_blank"><i class="fa fa-fw fa-flickr"></i> Flickr</a>{% endif %}
|
||||||
|
{% if author.codepen %}<a href="http://codepen.io/{{ author.codepen }}" class="author-social" target="_blank"><i class="fa fa-fw fa-codepen"></i> CodePen</a>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "minimal-mistakes-theme",
|
"name": "minimal-mistakes-theme",
|
||||||
"author": "Michael Rose <michael@mademistakes.com>",
|
"author": "Michael Rose <michael@mademistakes.com>",
|
||||||
"homepage": "http://mmistakes.github.io/minima-mistakes/",
|
"homepage": "http://mmistakes.github.io/minimal-mistakes/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mmistakes/minimal-mistakes.git"
|
"url": "git://github.com/mmistakes/minimal-mistakes.git"
|
||||||
|
|
Loading…
Reference in a new issue