You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments