Compare commits
No commits in common. "8f378c2237f96543ee83c50d2d767dbbeb050e3d" and "72ed4edcfeebb2e99b16d9d386acac7e5a6b2ed6" have entirely different histories.
8f378c2237
...
72ed4edcfe
15
config.toml
15
config.toml
@ -5,21 +5,12 @@ base_url = "https://project-cloud.net"
|
|||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
# Whether to build a search index to be used later on by a JavaScript library
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = true
|
build_search_index = false
|
||||||
|
|
||||||
theme = "DeepThought"
|
theme = "DeepThought"
|
||||||
|
|
||||||
minify_html = true
|
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]
|
[markdown]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
|
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Using GPG Public Key"
|
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.
|
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