Initial check-in after refactoring to use Hugo site generator with ReLearn template. HTTP Status Codes page not done--nor adwords added.
This commit is contained in:
9
themes/relearn/exampleSite/content/more/_index.en.md
Normal file
9
themes/relearn/exampleSite/content/more/_index.en.md
Normal file
@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "More"
|
||||
[_build]
|
||||
render = "never"
|
||||
list = "never"
|
||||
publishResources = false
|
||||
+++
|
||||
|
||||
{{%children containerstyle="div" style="h2" description="true" %}}
|
||||
8
themes/relearn/exampleSite/content/more/_index.pir.md
Normal file
8
themes/relearn/exampleSite/content/more/_index.pir.md
Normal file
@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = "Morrre"
|
||||
[_build]
|
||||
render = "never"
|
||||
list = "never"
|
||||
publishResources = false
|
||||
+++
|
||||
{{< piratify >}}
|
||||
31
themes/relearn/exampleSite/content/more/credits/_index.en.md
Normal file
31
themes/relearn/exampleSite/content/more/credits/_index.en.md
Normal file
@ -0,0 +1,31 @@
|
||||
+++
|
||||
disableToc = true
|
||||
title = "Credits"
|
||||
+++
|
||||
|
||||
## Contributors
|
||||
|
||||
Special thanks to [everyone who has contributed](https://github.com/McShelby/hugo-theme-relearn/graphs/contributors) to this project.
|
||||
|
||||
Many thanks to [Mathieu Cornic](https://github.com/matcornic) for his work on porting the [Learn theme](https://github.com/matcornic/hugo-theme-learn) to Hugo.
|
||||
|
||||
Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating the [Learn theme](https://github.com/getgrav/grav-theme-learn2) for Grav.
|
||||
|
||||
## Packages and libraries
|
||||
|
||||
* [autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - A lightweight and powerful vanilla JavaScript completion suggester
|
||||
* [clipboard.js](https://clipboardjs.com) - A modern approach to copy text to clipboard
|
||||
* [Featherlight](https://noelboss.github.io/featherlight) - A lightweight jQuery lightbox plugin
|
||||
* [Font Awesome](https://fontawesome.com) - The internet's icon library and toolkit
|
||||
* [jQuery](https://jquery.com) - The "Write less, do more" JavaScript library
|
||||
* [jquery-svg-zoom-pan](https://github.com/DanielHoffmann/jquery-svg-pan-zoom) - A jQuery plugin to enable pan and zoom in SVG images
|
||||
* [Lunr](https://lunrjs.com) - Enables a great search experience without the need for external, server-side, search services
|
||||
* [Mermaid](https://mermaid-js.github.io/mermaid) - Generation of diagram and flowchart from text in a similar manner as markdown
|
||||
* [Perfect Scrollbar](https://perfectscrollbar.com) - A minimalistic but perfect custom scrollbar plugin
|
||||
* [RapiDoc](https://mrin9.github.io/RapiDoc) - Create beautiful, customizable, interactive API documentation from OpenAPI Specifications
|
||||
|
||||
## Tooling
|
||||
|
||||
* [GitHub](https://github.com) - Continuous deployement, testing and hosting of this project's sources and its documentation
|
||||
* [gren](https://github.com/github-tools/github-release-notes) - A releasenotes generator for GitHub
|
||||
* [Hugo](https://gohugo.io/) - The static site generator of your choice
|
||||
@ -0,0 +1,5 @@
|
||||
+++
|
||||
disableToc = true
|
||||
title = "Crrredits"
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@ -0,0 +1,15 @@
|
||||
+++
|
||||
title = "Showcase"
|
||||
+++
|
||||
|
||||
## [GoboLinux Wiki](https://wiki.gobolinux.org/) by NEONsys.org
|
||||
|
||||

|
||||
|
||||
## [BITS](https://bits-training.de/training/) by Dr. Lutz Gollan
|
||||
|
||||

|
||||
|
||||
## [Pamasol Electrics](https://pamasol.github.io/de/) by Pamasol – Swiss Aerosol Solutions
|
||||
|
||||

|
||||
@ -0,0 +1,4 @@
|
||||
+++
|
||||
title = "Showcase"
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 147 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 302 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 242 KiB |
Reference in New Issue
Block a user