-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
42 lines (34 loc) · 937 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
baseurl = "/"
title = "LiteCli"
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
[params]
# Style options: default (pink), blue, green, pink, red, sea, violet
# Use custom.css for your custom styling
style = "default"
description = "SQLite CLI with auto-completion and syntax highlighting"
#copyright = "©2016 Your name or company"
sidebarAbout = ["SQLite Client w Auto-completion"]
# Nav links in the side bar
[[params.navlinks]]
name = "Home"
url = "/"
home = true
[[params.navlinks]]
name = "Getting Started"
url = "getting-started/"
[[params.navlinks]]
name = "Docs"
url = "features/"
[[params.navlinks]]
name = "News"
url = "news/"
[[params.navlinks]]
name = "Changelog"
url = "changelog/"
[[params.navlinks]]
name = "About"
url = "about/"
[params.social]
github = "https://github.com/dbcli/litecli"
link = "https://www.dbcli.com"