diff --git a/documentation/blog/authors.yml b/documentation/blog/authors.yml index be28cc5dd8..8f21f714b7 100644 --- a/documentation/blog/authors.yml +++ b/documentation/blog/authors.yml @@ -3,3 +3,8 @@ gabber235: title: TypeWriter Maintainer url: https://github.com/gabber235 image_url: https://github.com/gabber235.png +MartenMrfc: + name: MartenMrfc + title: Documentation Maintainer + url: https://github.com/marten-mrfc + image_url: https://github.com/marten-mrfc.png \ No newline at end of file diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 2b2c5507d4..a277c41dd3 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -59,6 +59,7 @@ const config = { }, blog: { showReadingTime: true, + onUntruncatedBlogPosts: 'ignore', editUrl: 'https://github.com/gabber235/TypeWriter/tree/develop/documentation/', },