1
Fork 0
This commit is contained in:
MMaker 2025-12-02 23:49:51 -05:00
commit cf7a27bfa1
Signed by: mmaker
GPG key ID: CCE79B8FEDA40FB2
225 changed files with 3580 additions and 0 deletions

15
config.toml Normal file
View file

@ -0,0 +1,15 @@
baseURL = "https://mmaker.moe"
languageCode = "en-us"
title = "MMaker"
disableKinds = ["taxonomy"]
publishDir = "/var/www/sites/mmaker.moe/"
[pagination]
pagerSize = 5
[params]
author = "MMaker"
description = "MMaker's Homepage"
subtext = "Programming · Video/Audio · YTPMV/音MAD"
images = ["thumbnail.png"]
mainSections = ['2019', '2020', '2022', '2023', '2025']