Clearing out gh-pages
This commit is contained in:
commit
8761a29f5b
37 changed files with 530 additions and 0 deletions
10
layouts/404.html
Normal file
10
layouts/404.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ partial "head.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<main class="siteContent container">
|
||||
<h2>Uh oh!</h2>
|
||||
<h3>The requested page is not available</h3>
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "foot.html" . }}
|
10
layouts/_default/single.html
Normal file
10
layouts/_default/single.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ partial "head.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<main class="siteContent container">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "foot.html" . }}
|
7
layouts/audio/li.html
Normal file
7
layouts/audio/li.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<h4><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h4>
|
||||
<a href="{{ .Params.songurl }}" target="_blank">Download</a>
|
||||
<br>
|
||||
<audio src="{{ .Params.songurl }}" controls>
|
||||
Your browser does not support the <code>audio</code> element.
|
||||
</audio>
|
||||
{{ .Content }}
|
10
layouts/audio/single.html
Normal file
10
layouts/audio/single.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ partial "head.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
{{ .Render "li" }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "foot.html" . }}
|
9
layouts/index.html
Normal file
9
layouts/index.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ partial "head.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<main class="siteContent container">
|
||||
<img src="{{ .Site.BaseURL }}img/main.jpg" alt="alaska">
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "foot.html" . }}
|
2
layouts/partials/foot.html
Normal file
2
layouts/partials/foot.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
</body>
|
||||
</html>
|
4
layouts/partials/footer.html
Normal file
4
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<footer class="siteFooter container">
|
||||
<p>Copyright © {{ .Site.Params.copyrightyear }} Danielle & Matthew Dillon</p>
|
||||
</footer>
|
||||
|
16
layouts/partials/head.html
Normal file
16
layouts/partials/head.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
|
||||
<title>{{ .Site.Title }}</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/concise.min.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/starter.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
12
layouts/partials/header.html
Normal file
12
layouts/partials/header.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<header class="siteHeader container clearfix">
|
||||
<h1 class="logo"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
|
||||
|
||||
<nav class="nav">
|
||||
<ul>
|
||||
{{ range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
29
layouts/section/audio.html
Normal file
29
layouts/section/audio.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
{{ partial "head.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<main class="siteContent container">
|
||||
<h1>MRD Audio</h1>
|
||||
{{ range $index, $element := .Data.Pages }}
|
||||
{{ if eq (mod $index 2) 0 }}
|
||||
<div class="row gutter">
|
||||
<div class="column-7">
|
||||
{{ else }}
|
||||
<div class="column-7 push-2">
|
||||
{{ end }}
|
||||
|
||||
{{ .Render "li" }}
|
||||
|
||||
{{ if eq (mod $index 2) 0 }}
|
||||
</div>
|
||||
{{ else }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if eq (mod (len .Data.Pages) 2) 1 }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</main>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "foot.html" . }}
|
16
layouts/shortcodes/youtube.html
Normal file
16
layouts/shortcodes/youtube.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<div class="row gutter">
|
||||
<div class="column-2">
|
||||
<h3>{{ index .Params 1 }}</h3>
|
||||
</div>
|
||||
<div class="embed video-player column-14">
|
||||
<iframe
|
||||
class="youtube-player"
|
||||
type="text/html"
|
||||
width="640"
|
||||
height="385"
|
||||
src="http://www.youtube.com/embed/{{ index .Params 0 }}"
|
||||
allowfullscreen
|
||||
frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue