diff --git a/user/config/plugins/better-typography.yaml b/user/config/plugins/better-typography.yaml new file mode 100644 index 0000000..631a38a --- /dev/null +++ b/user/config/plugins/better-typography.yaml @@ -0,0 +1,13 @@ +enabled: true +perLanguageSettings: + - # You can add as many languages as defined as supported language in system.yaml + language: default # + useSmartQuotes: true # replace "foo" with “foo” or « foo »... Depends on the selected quoteStyle + smartQuotesStyle: doubleCurled # Style to apply for quotes ; available options are 'doubleCurled' (“foo”), 'doubleCurledReversed' (”foo”) 'doubleLow9' („foo”), 'doubleLow9Reversed' („foo“), 'singleCurled' (‘foo’), 'singleCurledReversed' (’foo’), 'singleLow9' (‚foo’), 'singleLow9Reversed' (‚foo‘), 'doubleGuillemetsFrench' (« foo »), 'doubleGuillemets' («foo»), 'doubleGuillemetsReversed' (»foo«), 'singleGuillemets' (‹foo›), 'singleGuillemetsReversed' (›foo‹) 'cornerBrackets' (「foo」), 'whiteCornerBracket' (『foo』). + smartQuotesStyleSecondary: singleCurled # same as above for smartQuotesStyle + useSmartDashes: true # replace -- & --- to en & em dashes, depending on the selected dashStyle + smartDashesStyle: international # 'international' or 'traditionalUS' + applyHyphenations: false + applyFrenchSpecific: false # apply specific french typographic rules such as unbreakable space before double punctuation (?, !, :, ;) and XVIe siècle + useSmartDiacritics: false # replace "creme brulee" with "crème brûlée". Only available for de-DE and en-US languages + smartDiacriticsLanguage: # de-DE or en-US diff --git a/user/data/feed/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml b/user/data/feed/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml index 89de975..b7e2b2c 100644 --- a/user/data/feed/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml +++ b/user/data/feed/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml @@ -1,4 +1,4 @@ -last_checked: 1686085004 +last_checked: 1686146618 data: - title: 'macOS 13.0 Ventura Apache Setup: Upgrading Homebrew' diff --git a/user/data/notifications/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml b/user/data/notifications/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml index fde6cf0..c602275 100644 --- a/user/data/notifications/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml +++ b/user/data/notifications/3a6d0284e743dc4a9b86f97d6dd1a3bf.yaml @@ -1,4 +1,4 @@ -last_checked: 1686090108 +last_checked: 1686146617 data: feed: - diff --git a/user/themes/carnet-atterrissage/templates/default.html.twig b/user/themes/carnet-atterrissage/templates/default.html.twig index 4ccb985..7dbceb1 100644 --- a/user/themes/carnet-atterrissage/templates/default.html.twig +++ b/user/themes/carnet-atterrissage/templates/default.html.twig @@ -5,7 +5,7 @@ {% set current_page = (p.active or p.activeChild) ? 'selected' : '' %}