Art
- To create a sticker outline in Procreate: duplicate layer, lock transparency, fill white, apply Gaussian blur, select and invert empty space, fill white again, touch up edges if necessary
Languages
English
- Reference words: "ship" for "shit" and "sheesh!" for "sheet"
Web Development
Eleventy
Markdown pre-processing
11ty would use liquid
by default for pre-processing Markdown files, meaning they can use
JavaScript, includes, and everything. You can also swap it for something else, I chose ejs
:
// .eleventy.js
export const config = {
markdownTemplateEngine: 'ejs',
}
Git
Codeberg Actions
You can set up Node using the actions/setup-node, and environment variables are injected via jobs.<job_id>.container.env
dictionary.