diff --git a/dist/apropos.html b/dist/apropos.html index e8ff26b..7a08c78 100644 --- a/dist/apropos.html +++ b/dist/apropos.html @@ -15,10 +15,10 @@ - - + + - + @@ -27,7 +27,7 @@ - + @@ -140,7 +140,8 @@ Sites - Blog + Blog + Mes univers Rulebook Gitea diff --git a/dist/index.html b/dist/index.html index e6335a6..ffb327d 100644 --- a/dist/index.html +++ b/dist/index.html @@ -15,10 +15,10 @@ - - + + - + @@ -28,7 +28,7 @@ - + @@ -114,7 +114,8 @@ Sites - Blog + Blog + Mes univers Rulebook Gitea diff --git a/dist/univers/erratum/README.md b/dist/univers/erratum/README.md new file mode 100644 index 0000000..e5322b2 --- /dev/null +++ b/dist/univers/erratum/README.md @@ -0,0 +1,3 @@ +# Headline + +> An awesome project. diff --git a/dist/univers/erratum/index.html b/dist/univers/erratum/index.html new file mode 100644 index 0000000..3f94b85 --- /dev/null +++ b/dist/univers/erratum/index.html @@ -0,0 +1,21 @@ + + + + + Document + + + + + + + + + + + diff --git a/dist/univers/frontieres/README.md b/dist/univers/frontieres/README.md new file mode 100644 index 0000000..e5322b2 --- /dev/null +++ b/dist/univers/frontieres/README.md @@ -0,0 +1,3 @@ +# Headline + +> An awesome project. diff --git a/dist/univers/frontieres/index.html b/dist/univers/frontieres/index.html new file mode 100644 index 0000000..0ef4ea2 --- /dev/null +++ b/dist/univers/frontieres/index.html @@ -0,0 +1,21 @@ + + + + + Nouvelle Frontière + + + + + + + + + + + diff --git a/dist/univers/index.html b/dist/univers/index.html new file mode 100644 index 0000000..5e152fa --- /dev/null +++ b/dist/univers/index.html @@ -0,0 +1,138 @@ + + + + + + Blue Sky, by Kazhnuz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Blog + Gallerie + A propos + + + + + + + + + + + + Mes univers + + + Erratum + + + Nouvelle[s] Frontière[s] + + + + + + + + Cémwha + + + + PSEUDO + Kazhnuz + + + Age + 26 + + + Pronoms + iel/il + + + OS + Fedora + + + Outils + LibreOffice & Krita + + + + + + Sites + + Blog + Mes univers + Rulebook + Gitea + + + + + + + + + + + + + + diff --git a/gulpfile.js b/gulpfile.js index cbe0598..9ebe3c6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -11,6 +11,12 @@ function html() { .pipe(dest('dist')) } +function htmlunivers() { + return src('src/static/univers/*.html') + .pipe(include()) + .pipe(dest('dist/univers')) +} + function css() { return src('src/scss/style.scss') .pipe(sass().on('error', sass.logError)) @@ -32,9 +38,14 @@ function assets() { .pipe(dest('dist')); } +function univers() { + return src(['src/univers/**/*']) + .pipe(dest('dist/univers')); +} + exports.html = html; exports.css = css; exports.js = js; exports.dep = dep; exports.assets = assets; -exports.default = parallel(html, css, js, dep, assets); +exports.default = parallel(html, css, js, dep, assets, htmlunivers, univers); diff --git a/src/static/includes/components/_sidebar.html b/src/static/includes/components/_sidebar.html index 86aad36..78a839f 100644 --- a/src/static/includes/components/_sidebar.html +++ b/src/static/includes/components/_sidebar.html @@ -28,7 +28,8 @@ Sites - Blog + Blog + Mes univers Rulebook Gitea diff --git a/src/static/univers/index.html b/src/static/univers/index.html new file mode 100644 index 0000000..7acd5f0 --- /dev/null +++ b/src/static/univers/index.html @@ -0,0 +1,47 @@ + + + + + + Blue Sky, by Kazhnuz + + + + + + + + + + + + + + + + + + Mes univers + + + Erratum + + + Nouvelle[s] Frontière[s] + + + + + + + + + + + + + + + + + diff --git a/src/univers/erratum/.nojekyll b/src/univers/erratum/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/src/univers/erratum/README.md b/src/univers/erratum/README.md new file mode 100644 index 0000000..e5322b2 --- /dev/null +++ b/src/univers/erratum/README.md @@ -0,0 +1,3 @@ +# Headline + +> An awesome project. diff --git a/src/univers/erratum/index.html b/src/univers/erratum/index.html new file mode 100644 index 0000000..3f94b85 --- /dev/null +++ b/src/univers/erratum/index.html @@ -0,0 +1,21 @@ + + + + + Document + + + + + + + + + + + diff --git a/src/univers/frontieres/.nojekyll b/src/univers/frontieres/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/src/univers/frontieres/README.md b/src/univers/frontieres/README.md new file mode 100644 index 0000000..e5322b2 --- /dev/null +++ b/src/univers/frontieres/README.md @@ -0,0 +1,3 @@ +# Headline + +> An awesome project. diff --git a/src/univers/frontieres/index.html b/src/univers/frontieres/index.html new file mode 100644 index 0000000..0ef4ea2 --- /dev/null +++ b/src/univers/frontieres/index.html @@ -0,0 +1,21 @@ + + + + + Nouvelle Frontière + + + + + + + + + + +