-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
255 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,6 @@ sass: | |
style: compressed | ||
|
||
plugins: | ||
- github-pages | ||
- jekyll-paginate | ||
- jekyll-seo-tag | ||
- jekyll-gist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,42 @@ | ||
<section class="hero is-dark"> | ||
<div class="hero-body h-card"> | ||
<div class="container"> | ||
<div class="columns is-centered has-text-centered"> | ||
<div class="column is-half"> | ||
<figure class="image is-centered is-128x128"> | ||
<img class="u-photo" src="{{ site.author_img }}"> | ||
</figure> | ||
<section class="h-card"> | ||
<figure class="image is-centered is-128x128"> | ||
<img class="u-photo" src="{{ site.author_img }}"> | ||
</figure> | ||
|
||
<h2 class="title">Welcome to the website of <span class="p-name">{{ site.author }}</span></h2> | ||
<h2 class="title">Welcome to the website of <span class="p-name">{{ site.author }}</span></h2> | ||
|
||
<p class="subtitle">{{ site.description }}</p> | ||
<ul class="level soc"> | ||
{% if site.twitter_username %} | ||
{% include icon-twitter.html %} | ||
{% endif %} | ||
{% if site.github_username %} | ||
{% include icon-github.html %} | ||
{% endif %} | ||
{% if site.instagram_username %} | ||
{% include icon-instagram.html %} | ||
{% endif %} | ||
{% if site.facebook_url %} | ||
{% include icon-facebook.html %} | ||
{% endif %} | ||
{% if site.linkedin_url %} | ||
{% include icon-linkedin.html %} | ||
{% endif %} | ||
{% if site.tumblr_url %} | ||
{% include icon-tumblr.html %} | ||
{% endif %} | ||
{% if site.flickr_username %} | ||
{% include icon-flickr.html %} | ||
{% endif %} | ||
{% if site.foursquare_username %} | ||
{% include icon-foursquare.html %} | ||
{% endif %} | ||
{% if site.email %} | ||
{% include icon-email.html %} | ||
{% endif %} | ||
<p class="subtitle">{{ site.description }}</p> | ||
<ul class="level soc"> | ||
{% if site.twitter_username %} | ||
{% include icon-twitter.html %} | ||
{% endif %} | ||
{% if site.github_username %} | ||
{% include icon-github.html %} | ||
{% endif %} | ||
{% if site.instagram_username %} | ||
{% include icon-instagram.html %} | ||
{% endif %} | ||
{% if site.facebook_url %} | ||
{% include icon-facebook.html %} | ||
{% endif %} | ||
{% if site.linkedin_url %} | ||
{% include icon-linkedin.html %} | ||
{% endif %} | ||
{% if site.tumblr_url %} | ||
{% include icon-tumblr.html %} | ||
{% endif %} | ||
{% if site.flickr_username %} | ||
{% include icon-flickr.html %} | ||
{% endif %} | ||
{% if site.foursquare_username %} | ||
{% include icon-foursquare.html %} | ||
{% endif %} | ||
{% if site.email %} | ||
{% include icon-email.html %} | ||
{% endif %} | ||
|
||
<li class="level-item"><a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" class="rss" title="RSS"><svg class="icon is-large" viewBox="0 0 512 512"><path d="M201.8 347.2c0 20.3-16.5 36.8-36.8 36.8 -20.3 0-36.8-16.5-36.8-36.8s16.5-36.8 36.8-36.8C185.3 310.4 201.8 326.8 201.8 347.2zM128.2 204.7v54.5c68.5 0.7 124 56.3 124.7 124.7h54.5C306.7 285.3 226.9 205.4 128.2 204.7zM128.2 166.6c57.9 0.3 112.3 22.9 153.2 63.9 41 41 63.7 95.5 63.9 153.5h54.5c-0.3-149.9-121.7-271.4-271.6-271.9V166.6L128.2 166.6z"/></svg></a></li> | ||
<li class="level-item"><a href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" class="rss" title="RSS"><svg class="icon is-large" viewBox="0 0 512 512"><path d="M201.8 347.2c0 20.3-16.5 36.8-36.8 36.8 -20.3 0-36.8-16.5-36.8-36.8s16.5-36.8 36.8-36.8C185.3 310.4 201.8 326.8 201.8 347.2zM128.2 204.7v54.5c68.5 0.7 124 56.3 124.7 124.7h54.5C306.7 285.3 226.9 205.4 128.2 204.7zM128.2 166.6c57.9 0.3 112.3 22.9 153.2 63.9 41 41 63.7 95.5 63.9 153.5h54.5c-0.3-149.9-121.7-271.4-271.6-271.9V166.6L128.2 166.6z"/></svg></a></li> | ||
|
||
</ul> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
Oops, something went wrong.