Commit Graph

6 Commits

Author SHA1 Message Date
Luke
178b18e4e7
Updating pagination strings for de (#1024) 2022-08-28 15:20:53 +05:30
Thiago Perrotta
b0ab8ea495
Add option to add word count to metadata (#740)
Usage: 
ShowWordCount: true
2022-01-21 23:58:25 +05:30
Andreas Deininger
37f359ee21
Completing German, English and Spanish translation (#728) 2022-01-15 19:04:54 +05:30
Syphdias
abfdb54c92
Add option to show link in meta data for editing posts (#278)
Usage

- in site config =>

    Params:
    editPost:
        URL: "https://github.com/<path_to_repo>/content"
        Text: "Suggest Changes" # edit text 
        appendFilePath: true # to append file path to Edit link

- in front-matter vars =>
    ---
    editPost:
        URL: "https://github.com/<path_to_repo>/content"
        Text: "Suggest Changes" # edit text 
        appendFilePath: true # to append file path to Edit link
    ---

- Front-matter vars overrides global ones
2021-03-23 14:58:26 +05:30
Maurice Bauer
8933950217
i18n: Added missing german (de) translation (#147) 2020-12-23 13:09:20 +05:30
Chris Aumann
428e67d561 Add i18n support for German 2020-08-23 22:20:52 +05:30