Initial docs

This commit is contained in:
lvuch
2018-04-12 13:59:16 -07:00
commit d1752b4c7c
195 changed files with 131650 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{{ define "hero" }}
<section class="hero">
<div class="wrapper">
<div class="row center-xs">
<div class="col-md-8 p-a-lg">
{{ with .Params.pageHeader }}
<h1>{{ . }}</h1>
{{end}}
</div>
</div>
</div>
</section>
{{ end }}
{{ define "main" }}
<div>
{{ .Content }}
</div>
{{ end }}