-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change layout to a modified default version of architects default lay…
…out; add a few bits to sidebar
- Loading branch information
Showing
4 changed files
with
98 additions
and
42 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{ site.lang | default: "en-US" }}"> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" media="screen" type="text/css"> | ||
<link rel="stylesheet" href="{{ '/assets/css/print.css' | relative_url }}" media="print" type="text/css"> | ||
|
||
{% seo %} | ||
|
||
{% include head.html %} | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<div class="inner"> | ||
<a href="{{ '/' | absolute_url }}"> | ||
<h1>{{ site.title | default: site.github.repository_name }}</h1> | ||
</a> | ||
<h2>{{ site.description | default: site.github.project_tagline }}</h2> | ||
{% if site.github.is_project_page %} | ||
<a href="{{ site.github.repository_url }}" class="button"><small>View project on</small> GitHub</a> | ||
{% endif %} | ||
{% if site.github.is_user_page %} | ||
<a href="{{ site.github.owner_url }}" class="button"><small>Follow me on</small> GitHub</a> | ||
{% endif %} | ||
</div> | ||
</header> | ||
|
||
<div id="content-wrapper"> | ||
<div class="inner clearfix"> | ||
<section id="main-content"> | ||
{{ content }} | ||
</section> | ||
|
||
<aside id="sidebar"> | ||
{% if site.show_downloads %} | ||
<a href="{{ site.github.zip_url }}" class="button"> | ||
<small>Download</small> | ||
.zip file | ||
</a> | ||
<a href="{{ site.github.tar_url }}" class="button"> | ||
<small>Download</small> | ||
.tar.gz file | ||
</a> | ||
{% endif %} | ||
|
||
{% if site.github.is_project_page %} | ||
<p class="repo-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</p> | ||
{% endif %} | ||
|
||
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p> | ||
|
||
<p>Theme: <a href="https://github.com/pages-themes/architect">Architect</a></p> | ||
<p>Made with <i class="fa fa-heart"></i> on <a href="https://jekyllrb.com"><span style="color:black">{ { Jekyll } }</a></span></p> | ||
</aside> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
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,5 +1,5 @@ | ||
--- | ||
layout: post | ||
layout: default | ||
--- | ||
|
||
## Intro | ||
|