add content and change project layout

This commit is contained in:
2022-05-23 17:05:30 +06:00
parent 824c7777a9
commit 7b0a2197fc
41 changed files with 747 additions and 9 deletions

9
.pugrc.js Normal file
View File

@ -0,0 +1,9 @@
module.exports = {
"pretty": true,
"basedir": ".",
// "debug": true,
// "compileDebug": true,
"locals": {
"require": require
}
}