We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5afe22 commit e1b9e44Copy full SHA for e1b9e44
docs/_config.yml
@@ -1,6 +1,24 @@
1
title: SmallTextPad
2
description: A lightweight Java text editor with encryption and multi-language support
3
theme: jekyll-theme-cayman
4
-show_downloads: true
+show_downloads: false
5
+plugins:
6
+ - jekyll-seo-tag
7
+ - jekyll-sitemap
8
+ - jekyll-feed
9
+
10
+# SEO
11
+author: Ricardo Wagemaker
12
+url: https://gcclinux.github.io/smalltextpad/
13
14
+# Navigation
15
+navigation:
16
+ - title: Home
17
+ url: /
18
+ - title: Download
19
+ url: /#download
20
+ - title: Documentation
21
+ url: /docs
22
+ - title: GitHub
23
github:
24
repository_url: https://github.com/gcclinux/smalltextpad
0 commit comments