Add styles for h3, nicer uls and code in articles

This commit is contained in:
arne 2022-10-05 11:33:53 +02:00
commit 2017e49592
3 changed files with 38 additions and 1 deletions

View file

@ -20,6 +20,7 @@ module.exports = function (config) {
config.addPassthroughCopy('src/assets/key.txt')
config.addPassthroughCopy('src/assets/ibm-plex/IBM-Plex-Mono/fonts/**/*')
config.addPassthroughCopy('src/posts/**/*.{jpeg,jpg,png,webp}')
// configure markdown
const mdOptions = {