Personalize for me
This commit is contained in:
parent
aea18887c0
commit
fe92ba4b1c
5 changed files with 9 additions and 10 deletions
18
_config.yml
18
_config.yml
|
@ -5,17 +5,17 @@ url: http://mmistakes.github.io/minimal-mistakes
|
||||||
|
|
||||||
# Owner/author information goes here.
|
# Owner/author information goes here.
|
||||||
owner:
|
owner:
|
||||||
name: Sweet Dood
|
name: Michael Rose
|
||||||
avatar: "/images/200x200.png"
|
avatar: "/images/bio-photo.jpg"
|
||||||
bio: "The greatest one line biography for the greatest dood."
|
bio: "Just another boring, time traveling, tattooed, designer from Buffalo New York."
|
||||||
email: sweetdood@mail.me
|
email: michael@mademistakes.com
|
||||||
twitter: "@sweeeeeetdood"
|
twitter: "@mmistakes"
|
||||||
google_plus:
|
google_plus: "https://plus.google.com/118238196859537351707/posts"
|
||||||
|
|
||||||
# Analytics and webmaster tools stuff goes here
|
# Analytics and webmaster tools stuff goes here
|
||||||
google_analytics:
|
google_analytics: UA-41189495-1
|
||||||
google_verify:
|
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
||||||
bing_verify:
|
bing_verify: D81F4C18A6CB3018F64D7C827D953DFD
|
||||||
|
|
||||||
timezone: America/New_York
|
timezone: America/New_York
|
||||||
future: true
|
future: true
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
||||||
<meta property="og:site_name" content="{{ site.title }}">
|
<meta property="og:site_name" content="{{ site.title }}">
|
||||||
|
|
||||||
<meta name="google-site-verification" content="{{ site.google_verify }}">
|
|
||||||
<meta name="msvalidate.01" content="{{ site.bing_verify }}">
|
<meta name="msvalidate.01" content="{{ site.bing_verify }}">
|
||||||
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
||||||
<link rel="canonical" href="{{ canonical }}">
|
<link rel="canonical" href="{{ canonical }}">
|
||||||
|
|
BIN
images/bio-photo.jpg
Normal file
BIN
images/bio-photo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
Before Width: | Height: | Size: 3.9 MiB |
Loading…
Reference in a new issue