|
| 1 | ++++ |
| 2 | +title = "DocDock Theme for Hugo" |
| 3 | +description = "" |
| 4 | +date = "2017-04-24T18:36:24+02:00" |
| 5 | + |
| 6 | ++++ |
| 7 | + |
| 8 | +# Hugo docDock theme |
| 9 | +[Hugo-theme-docdock {{%icon fa-github%}}](https://github.com/vjeantet/hugo-theme-docdock) is a theme for Hugo, a fast and modern static website engine written in Go. Hugo is often used for blogs, **this theme is fully designed for documentation.** |
| 10 | + |
| 11 | +This theme is a partial porting of the [Learn theme of matcornic {{%icon fa-github%}}](https://github.com/matcornic/hugo-theme-learn). |
| 12 | + |
| 13 | +{{%panel%}}docDock works with a "page tree structure" to organize content : All contents are pages, which belong to other pages. [read more about this]({{%relref "content-organisation/_index.md"%}}) {{%/panel%}} |
| 14 | + |
| 15 | +## Main features |
| 16 | + |
| 17 | +* [Search]({{%relref "search/_index.md" %}}) |
| 18 | +* **Unlimited menu levels** |
| 19 | +* [Generate RevealJS presentation]({{%relref "page-slide.md"%}}) from markdown (embededed or fullscreen page) |
| 20 | +* Automatic next/prev buttons to navigate through menu entries |
| 21 | +* [Image resizing, shadow...]({{%relref "create-page/page-images.md" %}}) |
| 22 | +* [Attachments files]({{%relref "shortcodes/attachments.md" %}}) |
| 23 | +* [List child pages]({{%relref "shortcodes/children/_index.md" %}}) |
| 24 | +* [Excerpt]({{%relref "shortcodes/excerpt.md"%}}) ! Include segment of content from one page in another |
| 25 | +* [Mermaid diagram]({{%relref "shortcodes/mermaid.md" %}}) (flowchart, sequence, gantt) |
| 26 | +* [Icons]({{%relref "shortcodes/icon.md" %}}), [Buttons]({{%relref "shortcodes/button.md" %}}), [Alerts]({{%relref "shortcodes/alert.md" %}}), [Panels]({{%relref "shortcodes/panel.md" %}}), [Tip/Note/Info/Warning boxes]({{%relref "shortcodes/notice.md" %}}), [Expand]({{%relref "shortcodes/expand.md" %}}) |
| 27 | +* [customizable look and feel]({{%relref "content-organisation/customize-style/_index.md"%}}), [theme variants]({{%relref "content-organisation/customize-style/theme-variants.md"%}}) |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +## Contribute to this documentation |
| 35 | +Feel free to update this content, just click the **Edit this page** link displayed on top right of each page, and pullrequest it |
| 36 | +{{%alert%}}Your modification will be deployed automatically when merged.{{%/alert%}} |
| 37 | + |
| 38 | + |
| 39 | +## Documentation website |
| 40 | +This current documentation has been statically generated with Hugo with a simple command : `hugo -t docdock` -- source code is [available here at GitHub {{%icon fa-github%}}](https://github.com/vjeantet/hugo-theme-docDock) |
| 41 | + |
| 42 | +{{% panel theme="success" header="Automated deployments" footer="Netlify builds, deploys, and hosts frontends." %}} |
| 43 | +Automatically published and hosted thanks to [Netlify](https://www.netlify.com/). |
| 44 | + |
| 45 | +Read more about [Automated HUGO deployments with Netlify](https://www.netlify.com/blog/2015/07/30/hosting-hugo-on-netlifyinsanely-fast-deploys/) |
| 46 | +{{% /panel %}} |
| 47 | + |
0 commit comments