]> Lady’s Gitweb - GitWikiWeb/blob - config.yaml
Use Elstob as the font for the wiki
[GitWikiWeb] / config.yaml
1 # The maximum number of calls to git in Special:RecentlyChanged before
2 # giving up and just collecting all remaining files in the time·period.
3 #
4 # This configuration gives the maximum number of unique dates shown on
5 # the page.
6 max_recency: 7
7
8 # Symbol conversions supported in Djot.
9 symbols:
10 --8: "—\u2060:\u202F" # reverse puppyprick
11 8--: "\u202F:\u2060—" # forward puppyprick
12 nbsp: "\xA0" # no‐break space
13 cgj: "\u034F" # combining grapheme joiner
14 ensp: "\u2002" # enspace
15 emsp: "\u2003" # emspace
16 figsp: "\u2007" # figure space
17 zwsp: "\u200B" # zero‐width space
18 zwnj: "\u200C" # zero‐width nonjoiner
19 zwj: "\u200D" # zero‐width joiner
20 nnbsp: "\u202F" # narrow no‐break space
21 mathsp: "\u205F" # math space
22 wj: "\u2060" # word joiner
23 fwsp: "\u3000" # fullwidth space
24 as_text: "\uFE0E" # text variation
25 as_emoji: "\uFE0F" # emoji variation
This page took 0.056112 seconds and 5 git commands to generate.