mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 12:27:23 +00:00
nanogen: init
This commit is contained in:
commit
c14e8f0570
3 changed files with 30 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
node_modules
|
||||||
|
/docs
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
npm-debug.log*
|
||||||
16
package.json
Normal file
16
package.json
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "oddsquat",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "site.config.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "nanogen start",
|
||||||
|
"build": "nanogen build"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"nanogen": "^0.4.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
9
site.config.js
Executable file
9
site.config.js
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
module.exports = {
|
||||||
|
build: {
|
||||||
|
srcPath: './src',
|
||||||
|
outputPath: './docs'
|
||||||
|
},
|
||||||
|
site: {
|
||||||
|
title: 'oddsquat'
|
||||||
|
}
|
||||||
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue