Use a different theme.
This commit is contained in:
9
_includes/head.html
Normal file
9
_includes/head.html
Normal file
@ -0,0 +1,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ site.title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#157878">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/normalize.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/cayman.css">
|
||||
</head>
|
4
_includes/page-footer.html
Normal file
4
_includes/page-footer.html
Normal file
@ -0,0 +1,4 @@
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="{{ site.url }}">{{ site.title }}</a> is maintained by <a href="{{ site.author.url }}">{{ site.author.name }}</a>.</span>
|
||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
|
||||
</footer>
|
7
_includes/page-header.html
Normal file
7
_includes/page-header.html
Normal file
@ -0,0 +1,7 @@
|
||||
<section class="page-header">
|
||||
<h1 class="project-name">{{ site.title }}</h1>
|
||||
<h2 class="project-tagline">{{ site.tagline }}</h2>
|
||||
<a href="#" class="btn">View on GitHub</a>
|
||||
<a href="#" class="btn">Download .zip</a>
|
||||
<a href="#" class="btn">Download .tar.gz</a>
|
||||
</section>
|
Reference in New Issue
Block a user