All Projects → jsnjack → Kraiklyn

jsnjack / Kraiklyn

Licence: mit
A Hugo theme for one page documentation

Projects that are alternatives of or similar to Kraiklyn

Kube
Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
Stars: ✭ 349 (+642.55%)
Mutual labels:  documentation, hugo, hugo-theme
Hugo Book
Hugo documentation theme as simple as plain book
Stars: ✭ 1,115 (+2272.34%)
Mutual labels:  documentation, hugo, hugo-theme
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-4.26%)
Mutual labels:  hugo, hugo-theme
Mainroad
Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
Stars: ✭ 509 (+982.98%)
Mutual labels:  hugo, hugo-theme
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+12863.83%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+838.3%)
Mutual labels:  hugo, hugo-theme
Minimo
Minimo - Minimalist theme for Hugo
Stars: ✭ 453 (+863.83%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+1146.81%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Stack
Card-style Hugo theme designed for bloggers
Stars: ✭ 720 (+1431.91%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+1670.21%)
Mutual labels:  hugo, hugo-theme
Redislabs Docs
Source files for Redis Labs Enterprise documentation
Stars: ✭ 37 (-21.28%)
Mutual labels:  documentation, hugo
Slick
A fast, minimal, responsive theme for Hugo which honours your privacy
Stars: ✭ 41 (-12.77%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (+831.91%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Meme
You can’t spell aWEsoME without MEME! 😝
Stars: ✭ 459 (+876.6%)
Mutual labels:  hugo, hugo-theme
Hugo Xmin
eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS (with no dependencies)
Stars: ✭ 351 (+646.81%)
Mutual labels:  hugo, hugo-theme
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (+1044.68%)
Mutual labels:  hugo, hugo-theme
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-6.38%)
Mutual labels:  documentation, hugo
Hugo Creative Portfolio Theme
Port of the creative portfolio theme to Hugo
Stars: ✭ 311 (+561.7%)
Mutual labels:  hugo, hugo-theme
Hugo Fresh
Hugo Fresh Theme
Stars: ✭ 317 (+574.47%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+1323.4%)
Mutual labels:  hugo, hugo-theme

Kraiklyn

A simple one page Hugo theme for documentation. Inspired by Hyde, Simpledoc and docDock themes

Features

  • all content is rendered on one page
  • unlimited menu level
  • mobile friendly
  • customize website logo
  • add links to the sidebar

Installation

Clone the repository to your site’s themes directory.

Usage

All content is rendered on the main page. Front-matter's anchor is used for the navigation. Content is ordered by Weight.

When creating a new section, make sure _index.md exists for correct cross-references.

Shortcodes

block

Create notes, tips and other blocks on the page

{{< block note >}}
By default only ports 22, 80 and 443 are open
{{< /block >}}

Available types: note, tip, warn, info

anchor

Returns anchor parameter (see archetypes/default.md file) of the article

Check [Proxy environment]({{< anchor "installation/proxy-environment.md" >}}) section

Since the theme is a one-page theme, this is the way to make cross-references on the website

Customizing sidebar

Changing logo

Replace logo by creating layouts/partials/logo.html file

Adding menu entries to the external links section

Customize the name of the section by adding to the config.toml

[params]
externalTitle = "Surfly docs"

Add new entries:

[[menu.shortcuts]]
name = "Javascript API"
url = "https://docs.surfly.com/javascript.html"
weight = 20

Changing color

Customize the color of the sidebar by adding to the config.toml

[params]
sidebarColor = "green"

Available values : default, green, purple, pink, red, cyan, blue, grey, orange.

Add favicon

Put favicon.ico inside static folder

Add custom CSS

You can add your custom CSS files with the customCss parameter of the configuration file.

customCss = ["css/custom.css", "css/custom2.css"]

Just put your files in static/css directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].