Merge branch 'master' of tildegit.org:satchlj/satchlj.com

This commit is contained in:
Satya Benson 2024-03-03 15:54:07 -05:00
commit 0040677957
4 changed files with 57 additions and 2 deletions

View File

@ -23,8 +23,8 @@ ignored_content = ["*.xcf"]
highlight_code = true
highlight_theme = "1337"
render_emoji = false
smart_punctuation = false
render_emoji = true
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = false

View File

@ -0,0 +1,6 @@
<p>
<a href="{% if url %}{{ url | safe }}{% else %}{{ path | split(pat="/") | last }}{% endif %}" title="View full-size image">
{% set image = resize_image(path=path, width=750, height=1500, op="fit") %}
<img src="{{ image.url }}" />
</a>
</p>

1
themes/zerm Submodule

@ -0,0 +1 @@
Subproject commit c9c3524cbd0cb90f91158cd33a113da464d32e6b

48
zerm.toml Normal file
View File

@ -0,0 +1,48 @@
base_url = "https://satchlj.com"
title = "Satya Benson"
description = "Personal portfolio and blog of Satya Benson"
theme = "zerm"
default_language = "en"
generate_feed = true
feed_filename = "rss.xml"
build_search_index = false
check_external_links = false
taxonomies = [
{name = "categories", paginate_by = 10, feed = true},
{name = "tags", paginate_by = 10, feed = true},
]
ignored_content = ["*.xcf"]
[markdown]
highlight_code = true
highlight_theme = "1337"
render_emoji = false
smart_punctuation = false
external_links_target_blank = true
external_links_no_follow = false
external_links_no_referrer = false
[extra]
author = "Satya Benson"
zenn_title = "Satya"
zenn_menu = [
{url = "$BASE_URL/", name = "Home"},
{url = "$BASE_URL/about/", name = "About"},
{url = "$BASE_URL/blog/", name = "Blog"},
{url = "$BASE_URL/now/", name = "Now"},
{url = "$BASE_URL/contact/", name = "Contact"},
]
zenn_source = "https://tildegit.org/satchlj/satchlj.com"
# Random string, used in URLs to force update resources
# Change this value when stylesheets or scripts are updated
random = "2021-10-15"