Fix footer + Add Posts preview + fix header + about + blog + index page

This commit is contained in:
2020-10-29 23:35:18 +01:00
parent 9933439ee8
commit 181ea0bba3
52 changed files with 1514 additions and 219 deletions

6
config/ColorMode.ts Normal file
View File

@@ -0,0 +1,6 @@
export default {
preference: 'system',
fallback: 'dark',
classPrefix: '',
classSuffix: '-mode',
}