Skip to content

Commit f354391

Browse files
authored
Merge pull request #240 from davidmerfield/master
Add Blot
2 parents 11447db + 90508b5 commit f354391

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

_tools/blot.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: Blot
3+
category: "websites"
4+
description: "Blot is an open source CMS which turns a folder into a website."
5+
icon: blot.png
6+
website: https://blot.im/
7+
syntax:
8+
- id: headings
9+
available: y
10+
- id: paragraphs
11+
available: y
12+
- id: line-breaks
13+
available: y
14+
- id: bold
15+
available: y
16+
- id: italic
17+
available: y
18+
- id: blockquotes
19+
available: y
20+
- id: ordered-lists
21+
available: y
22+
- id: unordered-lists
23+
available: y
24+
- id: code
25+
available: y
26+
- id: horizontal-rules
27+
available: y
28+
- id: links
29+
available: y
30+
- id: images
31+
available: y
32+
- id: tables
33+
available: y
34+
- id: fenced-code-blocks
35+
available: y
36+
- id: syntax-highlighting
37+
available: y
38+
- id: footnotes
39+
available: y
40+
- id: heading-ids
41+
available: y
42+
- id: definition-lists
43+
available: y
44+
- id: strikethrough
45+
available: y
46+
- id: task-lists
47+
available: y
48+
- id: emoji-cp
49+
available: y
50+
- id: emoji-sc
51+
available: n
52+
- id: highlight
53+
available: y
54+
- id: subscript
55+
available: y
56+
- id: superscript
57+
available: y
58+
- id: auto-url-linking
59+
available: y
60+
- id: disabling-auto-url
61+
available: y
62+
- id: html
63+
available: y
64+
---
65+
[Blot](https://blot.im) is a simple content management system (CMS) that transforms a folder on your computer into a fully functional website. It supports automatic publishing for various file types, including [Markdown files](https://blot.im/how/files/markdown).
66+
67+
Any Markdown file you place in the synced folder instantly becomes a post on your website. You can also embed images in Markdown files, whether they’re hosted online or stored locally in the same folder.
68+
69+
Blot offers robust Markdown support, leveraging Pandoc for parsing and rendering, along with additional extensions to enhance functionality.
70+
71+
{% include tool-syntax-table.html %}

assets/images/tool-icons/blot.png

1.53 KB
Loading

0 commit comments

Comments
 (0)