Skip to content

Commit

Permalink
Add 'about' page to website
Browse files Browse the repository at this point in the history
neuhalje committed Aug 20, 2017
1 parent 5c0fbd1 commit d7f2ae6
Showing 3 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/config.toml
Original file line number Diff line number Diff line change
@@ -8,3 +8,16 @@ theme = "docdock"

[outputs]
home = [ "HTML", "RSS", "JSON"]


[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/neuhalje/bouncy-gpg"
weight = 10

[[menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> About"
url = "/about"
weight = 20
5 changes: 5 additions & 0 deletions website/content/_header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "header"
description = ""
+++
Bouncy GPG Documentation
16 changes: 16 additions & 0 deletions website/content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++
title = "About Bouncy GPG"
date = "2017-08-20"
menu = "main"
+++

Bouncy GPG is a java library provide an opinionated API for cryptographic use cases. It also strives to provide the best documentation for programmers to solve problems without shooting theirselves in the foot.

Learn more and contribute on [<i class='fa fa-github'></i>GitHub](https://github.com/neuhalje/bouncy-gpg).

The website is generated with [hugo](https://gohugo.io) and the beautiful [docdock theme](https://github.com/vjeantet/hugo-theme-docdock).

All code samples are actually executed at build time by [concordion](https://github.com/concordion) and the [concordion-api-documentation-extension](https://github.com/concordion/concordion-api-documentation-extension).

_Pull requests welcome!_

0 comments on commit d7f2ae6

Please sign in to comment.