Compare commits
No commits in common. "0203d3ac8b7ff501543416cce93ec290a81c944e" and "2e259896f8b62ac6d5874735ba6613f15e0fffeb" have entirely different histories.
0203d3ac8b
...
2e259896f8
3 changed files with 24 additions and 27 deletions
41
config.toml
41
config.toml
|
@ -1,26 +1,9 @@
|
|||
base_url = "https://posixlycorrect.com"
|
||||
title = "posixlycorrect"
|
||||
description = "root endpoint of the posixlycorrect server"
|
||||
default_language = "en"
|
||||
theme = "tabi-lean"
|
||||
compile_sass = true
|
||||
generate_feeds = false
|
||||
feed_filenames = ["atom.xml"]
|
||||
author = "Fabian Montero"
|
||||
build_search_index = true
|
||||
generate_sitemap = false
|
||||
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
highlight_theme = "ayu-dark"
|
||||
render_emoji = true
|
||||
external_links_class = "external"
|
||||
external_links_target_blank = true
|
||||
external_links_no_referrer = true
|
||||
definition_list = true
|
||||
insert_anchor_links = "heading"
|
||||
|
||||
theme = "tabi-lean"
|
||||
title = "posixlycorrect"
|
||||
default_language = "en"
|
||||
|
||||
[extra]
|
||||
date_formats = [
|
||||
|
@ -50,25 +33,33 @@ show_reading_time = false
|
|||
|
||||
copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."
|
||||
|
||||
author = "Fabian Montero"
|
||||
page_titles = "combined"
|
||||
favicon = "/favicon.png"
|
||||
favicon_mimetype = "image/png"
|
||||
|
||||
menu = [
|
||||
{name = "about", url = "about"},
|
||||
{name = "lib", url = "lib"},
|
||||
{name = "blog", url = "blog"},
|
||||
{name = "leaderboard", url = "leaderboard" },
|
||||
{name = "wiki", url = "https://wiki.posixlycorrect.com"},
|
||||
{name = "git", url = "https://git.posixlycorrect.com"},
|
||||
{name = "git", url = "https://git.posixlycorrect.com", trailing_slash = false },
|
||||
{name = "notes", url = "https://notes.posixlycorrect.com"},
|
||||
{name = "ebooks", url = "https://calibre.posixlycorrect.com"},
|
||||
{name = "photos", url = "https://photos.posixlycorrect.com"},
|
||||
{name = "recipes", url = "https://food.posixlycorrect.com"},
|
||||
]
|
||||
|
||||
footer_menu = [
|
||||
{url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key"},
|
||||
{name = "notes", url = "https://notes.posixlycorrect.com"},
|
||||
{name = "ebooks", url = "https://calibre.posixlycorrect.com"},
|
||||
{name = "photos", url = "https://photos.posixlycorrect.com"},
|
||||
{url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key", trailing_slash = true},
|
||||
]
|
||||
|
||||
[markdown]
|
||||
external_links_class = "external"
|
||||
highlight_code = true
|
||||
highlight_theme = "ayu-dark"
|
||||
|
||||
[search]
|
||||
index_format = "elasticlunr_json" # Or the less efficient "elasticlunr_javascript".
|
||||
include_title = true
|
||||
|
|
|
@ -2,5 +2,3 @@
|
|||
+++
|
||||
|
||||
Welcome. You have reached the root endpoint of the posixlycorrect server, my home server.
|
||||
|
||||
My name is Fabian Montero, I am a Linux Embedded Engineer. Check out my projects [here](https://git.posixlycorrect.com/fabian?tab=activity) or email me at *fabian [at] posixlycorrect [dot] com*. Get my gpg key [here](https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc).
|
||||
|
|
8
content/about.md
Normal file
8
content/about.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
title = "about"
|
||||
+++
|
||||
**name:** Fabián Montero
|
||||
**bio:** Linux Embedded Engineer
|
||||
**projects:** [https://git.posixlycorrect.com/fabian/](https://git.posixlycorrect.com/fabian?tab=activity)
|
||||
**email:** fabian [at] posixlycorrect [dot] com
|
||||
**gpg key:** [click here](https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc)
|
Loading…
Add table
Add a link
Reference in a new issue