diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-11-10 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-11-10 00:00:00 +0000 |
commit | 3e450519ffef45bc3105bc74f2949e25accec2b6acc694ff912075094f554a6e (patch) | |
tree | caed74cc33d3729859a819ba6c60c0328b94835e5c7e9d19c94a6406719dd009 /config/_default/params.toml | |
parent | 39c045f3aac31d4e29e929c0aabf24134b3216c60350e569e9e1dda1516cd315 (diff) | |
download | journal-3e450519ffef45bc3105bc74f2949e25accec2b6acc694ff912075094f554a6e.tar.gz journal-3e450519ffef45bc3105bc74f2949e25accec2b6acc694ff912075094f554a6e.zip |
Merge in default config settings from theme
Diffstat (limited to 'config/_default/params.toml')
-rw-r--r-- | config/_default/params.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml new file mode 100644 index 0000000..10678c2 --- /dev/null +++ b/config/_default/params.toml @@ -0,0 +1,5 @@ +description = "Online journal about computing, philosophy, spirituality, privacy, and society." +keywords = "computing, computers, philosophy, spirituality, privacy, surveillance, mass surveillance, free software, libre software, technology, society, politics, opinion, education, educational, blog, blogging, gemini, geminispace, gemini capsule" +indexTitle = "Welcome To My Online Journal!" +indexIntro = "I write about computing, philosophy, privacy, society, spirituality, and more." +beginCopyrightYear = 2019 |