Add homepage

This commit is contained in:
Ludovic CANDELLIER
2022-03-30 22:23:57 +02:00
parent 7187a312eb
commit e3c60e7cde
27 changed files with 1200 additions and 2549 deletions

View File

@@ -25,6 +25,7 @@ var cssSite = [
'node_modules/bootstrap/dist/css/bootstrap.min.css',
'node_modules/@fortawesome/fontawesome-free/css/all.min.css',
'node_modules/animate.css/animate.min.css',
'build/css/shadow.css',
'build/css/site.css',
]
@@ -274,7 +275,7 @@ module.exports = function(grunt) {
expand: true,
cwd: 'build/fonts',
src: ['**'],
dest: 'public/webfonts/'
dest: 'public/fonts/'
},
{
expand: true,