Skip to content

Commit

Permalink
documentation stub
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Nov 25, 2024
1 parent 9a95517 commit 19f5739
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
date: 2024-11-25T13:31:01-06:00
draft: false
title: Honu Database Documentation
params:
disableTOC: true
---

Welcome to the documentation for the Honu Database. More will be coming soon!
Welcome to the documentation for the Honu Database. More will be coming soon!

![HonuDB](/img/logo.png)
2 changes: 2 additions & 0 deletions docs/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ params:
image: img/logo.png
googleAnalytics: "" # Google Analytics ID (set $HUGO_PARAMS_GOOGLEANALYTICS)

repositoryURL: https://github.com/rotationalio/honu

highlightjs:
colorscheme: null
languages: []
Expand Down
14 changes: 14 additions & 0 deletions docs/layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{{ define "main" }}
<style>
img {
margin: 128px 0;
}
</style>

<div class="col-md-12 text-center" role="main">
{{ range .Pages }}
<h2>{{ .Title }}</h2>
{{ .Content }}
{{ end }}
</div>
{{ end }}
23 changes: 21 additions & 2 deletions docs/layouts/partials/site-header.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
<div class="">
</div>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

<a class="navbar-brand" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</div>

<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ .Site.Params.repositoryURL }}"><i class="fab fa-github"></i> GitHub</a></li>
</ul>
</div>

</div>
</div>
2 changes: 1 addition & 1 deletion docs/static/css/cinder.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19f5739

Please sign in to comment.