nanogen: init

This commit is contained in:
He4eT 2020-10-30 00:13:55 +05:00
commit c14e8f0570
3 changed files with 30 additions and 0 deletions

9
site.config.js Executable file
View file

@ -0,0 +1,9 @@
module.exports = {
build: {
srcPath: './src',
outputPath: './docs'
},
site: {
title: 'oddsquat'
}
};