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
|
||||
description: Mahdi Dibaiee's personal blog on programming
|
||||
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
|
||||
github_username: mdibaiee
|
||||
|
||||
|
@ -11,11 +11,11 @@
|
||||
<a href='https://github.com/{{ site.github_username }}'>GitHub</a>
|
||||
<a href='mailto:{{ site.email }}'>Email</a>
|
||||
<a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">RSS</a>
|
||||
{% for page in site.pages %}
|
||||
{% if page.title %}
|
||||
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<!--{% for page in site.pages %}-->
|
||||
<!--{% if page.title %}-->
|
||||
<!--<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>-->
|
||||
<!--{% endif %}-->
|
||||
<!--{% endfor %}-->
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user