Search
17 results for “JanMiksovsky”
-
Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library, by @JanMiksovsky:
-
Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library, by @JanMiksovsky:
-
Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library, by @JanMiksovsky:
-
Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library, by @JanMiksovsky:
-
Making a Small JavaScript Blog Static Site Generator Even Smaller Using the General “async-tree” Library, by @JanMiksovsky:
-
Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: https://jan.miksovsky.com/posts/2026/05-11-journaling
#Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.
-
Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: https://jan.miksovsky.com/posts/2026/05-11-journaling
#Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.
-
Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: https://jan.miksovsky.com/posts/2026/05-11-journaling
#Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.
-
Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: https://jan.miksovsky.com/posts/2026/05-11-journaling
#Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.
-
Last week a parent of a young child was intrigued by the #journal I keep for my family. I wrote up my suggestions to him as a blog post: https://jan.miksovsky.com/posts/2026/05-11-journaling
#Journaling as a practice has many benefits. It doesn’t matter how you start, only that you start.
-
This week's #WebOrigami comic: Track changes in your site
More about Origami's Dev.changes builtin: https://weborigami.org/builtins/dev/changes
HTML comic: https://weborigami.org/comics/track-changes-in-your-site.htmlThis Origami tool works with any #staticsite generator!
-
This week's #WebOrigami comic: Group pages
More about Tree.groupBy builtin function: https://weborigami.org/builtins/tree/groupby
HTML comic: https://weborigami.org/comics/group-pages.html -
This week's #WebOrigami comic: Serve anything
More about Origami's serve command: https://weborigami.org/builtins/dev/serve
HTML comic: https://weborigami.org/comics/serve-anything.html -
This week's #WebOrigami comic: Maps transform bulk content
More about Tree.map builtin function: https://weborigami.org/builtins/tree/map
HTML comic: https://weborigami.org/comics/maps-transform-bulk-content.html -
This week's #WebOrigami comic: Include a folder
More about Site definitions: https://weborigami.org/language/sites
HTML comic: https://weborigami.org/comics/include-a-folder.html -
Each month this year I'm trying to post a sample website written in Origami, a declarative programming language at the level of #HTML and #CSS for defining websites.
This month's sample is Aventour Expeditions, a site for an outdoor travel company: https://aventour-expeditions.netlify.app
It's easy to have Origami call other template languages, so for this sample I used the #Handlebars template language to turn markup and data into HTML.
-
It's useful to be able to apply templates written in a language like #Handlebars to things in the shell.
The Origami #CLI lets you invoke JavaScript functions defined in .js files, but you can now also identify a handler for any file extension — like OS app file associations, but for a CLI. https://weborigami.org/language/filetypes.html#custom-file-types
So a handler can load a `.hbs` file as a function that applies a Handlebars template, then apply that in the command line.