💾 Archived View for tilde.team › ~valvin › 2022 › 09 › 16 › my-first-post captured on 2024-08-25 at 02:04:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
Posted on 2022-09-16
It works!?
It looks it is... so here the first post I'm writing
It has been generated using kiln which is a really easy tool to generate static
content.
Here is the config.toml I'm using to generate this capsule:
title = "Valvin's Gemlog" [permalinks] "/" = "{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/" [[tasks]] name = "Gemini" url = "gemini://tilde.team" input = [".gmi"] output = ".gmi" template = ".gmi" static_dir = "static" output_dir = "/home/valvin/public_gemini" [[tasks.feeds]] input_dir = "." title = "Valvin's Gemlog on tilde.team" template = "atom.xml" output = "atom.xml" [[tasks]] input = [".gmi"] output = ".html" template = ".gmi" postprocess = "gmnitohtml -t templates/html_template.html" static_dir = "static" output_dir = "/home/valvin/public_html" [[tasks.feeds]] input_dir = "." title = "Valvin's Gemlog on tilde.team" template = "atom.xml" output = "atom.xml"
so it generates both my gemini capsule and the html version of it one tilde.team.
@: write me an email for any comments
Valvin's gemlog - CC-BY-SA