Development

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators, Markdown, Kramdown

How to create a page toc

If you want to generate a table of contents list (toc) for a markdown file, you can use the native Kramdown feature.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators, Disqus

Add Disqus to Jekyll pages

Example code to add to every page as a footer to enable the Disqus comments service.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators

Jekyll/Liquid Variable Filters

A comprehensive list of filters available to modify/format Jekyll variables.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators

Jekyll/Liquid Tags

This is a list of tags that can be used in Jekyll.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators

Jekyll and Liquid reference information

Some reference sites and links for Jekyll and Liquid.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators

How to generate a list of pages in a given folder

The following code automatically generates a list of pages that exist in a given folder.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators

How to generate a list of collection documents

The following code automatically generates a list of collection documents. It assumes that the collection uses output: true and optionally includes a collection title and description defined in the _config.yml configuration file.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators, GitHub, GitHub Pages

List of problems and issues with Jekyll and GitHub Pages

While sites generated using GitHub pages can use Jekyll to enhance them, there are some limitations and, it seems, a number of problems.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Static Site Generators

Jekyll default variables

These are the default attributes (variables) that you get with each part of the Jekyll domain.

🕑
📖 Kb | 📎 Development | 🔖 Jekyll, Hugo, Static Site Generators

Alternate static site generators to Jekyll

Jekyll is built on Ruby which is a pain to work with on Windows. It also doesn’t match my chosen development language of JavaScript. Here are some possible alternatives to Jekyll along with some strengths and weaknesses.

🕑
📖 Kb | 📎 Development | 🔖 vscode

VSCode Hints and Tips

Visual Studio Code is an Integrated Development Environment (IDE) or code editor that is open source and actively developed by Microsoft. These articles contain ideas, hints, tips and knowledge about it and how to use it.

🕑
📖 Kb | 📎 Development | 🔖 Node-RED

Node-RED Q & A

Node-RED Questions and Answers. Node-RED is a flow-based (visual) programming tool. These pages have some information that may be currently missing from the documentation or may expand on it.


📖 Kb | 📎 Development | 🔖 Node-RED

Easily search for contributed nodes on the Node-RED Flows site

Excellent work has been done to make sure that new nodes are discoverable. Here is a quick way to easily search from your browser.


📖 Kb | 📎 Development | 🔖 Node-RED

How to create a clone of a message object

Node-RED tried to pass messages by reference not copy. Sometimes though, a copy is needed.


📖 Kb | 📎 Development | 🔖 Node-RED

How node.send() works

Some detail not included in the documentation.