Compare commits
3 Commits
72ed4edcfe
...
8f378c2237
Author | SHA1 | Date | |
---|---|---|---|
8f378c2237 | |||
59fe04e1df | |||
c2e5fad0ec |
15
config.toml
15
config.toml
@ -5,12 +5,21 @@ base_url = "https://project-cloud.net"
|
||||
compile_sass = true
|
||||
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
build_search_index = false
|
||||
|
||||
build_search_index = true
|
||||
theme = "DeepThought"
|
||||
|
||||
minify_html = true
|
||||
|
||||
taxonomies = [
|
||||
{ name = "categories", feed = true, paginate_by = 10 },
|
||||
{ name = "tags", feed = true, paginate_by = 10 },
|
||||
]
|
||||
|
||||
[search]
|
||||
include_title = true
|
||||
include_description = false
|
||||
include_path = false
|
||||
include_content = true
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
+++
|
||||
title = "Using GPG Public Key"
|
||||
[taxonomies]
|
||||
tags = ["gpg", "encryption"]
|
||||
|
||||
[extra]
|
||||
toc = true
|
||||
comments = false
|
||||
+++
|
||||
|
||||
GNU Privacy Guard (GPG) is an popular two factor encryption system often used for signing or encrypting emails, files or even git commits.
|
||||
|
Loading…
Reference in New Issue
Block a user