remove about
config to new domain
This commit is contained in:
parent
9c649a36b6
commit
412bd5e046
@ -3,7 +3,7 @@ title: Mahdi Dibaiee
|
|||||||
email: mdibaiee@aol.com
|
email: mdibaiee@aol.com
|
||||||
description: Mahdi Dibaiee's personal blog on programming
|
description: Mahdi Dibaiee's personal blog on programming
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog/
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
||||||
url: "http://dibaiee.ir" # the base hostname & protocol for your site
|
url: "http://theread.me" # the base hostname & protocol for your site
|
||||||
twitter_username: mdibaiee
|
twitter_username: mdibaiee
|
||||||
github_username: mdibaiee
|
github_username: mdibaiee
|
||||||
|
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
<a href='https://github.com/{{ site.github_username }}'>GitHub</a>
|
<a href='https://github.com/{{ site.github_username }}'>GitHub</a>
|
||||||
<a href='mailto:{{ site.email }}'>Email</a>
|
<a href='mailto:{{ site.email }}'>Email</a>
|
||||||
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">RSS</a>
|
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">RSS</a>
|
||||||
{% for page in site.pages %}
|
<!--{% for page in site.pages %}-->
|
||||||
{% if page.title %}
|
<!--{% if page.title %}-->
|
||||||
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
|
<!--<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>-->
|
||||||
{% endif %}
|
<!--{% endif %}-->
|
||||||
{% endfor %}
|
<!--{% endfor %}-->
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user