archive
/
social-landing
Archived
1
Fork 0

Add matrialize

This commit is contained in:
Jake Howard 2019-01-11 13:43:09 +00:00
parent 2eabf0893b
commit 702435995b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
4 changed files with 18 additions and 4 deletions

View File

@ -1,2 +0,0 @@
baseURL = "http://example.org/"
title = "My New Hugo Site"

5
config.yml Normal file
View File

@ -0,0 +1,5 @@
baseURL: http://example.org/
title: My New Hugo Site
staticDir:
- node_modules/materialize-css/dist

10
package-lock.json generated
View File

@ -1,5 +1,13 @@
{
"name": "social-landing",
"version": "1.0.0",
"lockfileVersion": 1
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"materialize-css": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/materialize-css/-/materialize-css-1.0.0.tgz",
"integrity": "sha512-4/oecXl8y/1i8RDZvyvwAICyqwNoKU4or5uf8uoAd74k76KzZ0Llym4zhJ5lLNUskcqjO0AuMcvNyDkpz8Z6zw=="
}
}
}

View File

@ -13,5 +13,8 @@
"bugs": {
"url": "https://github.com/RealOrangeOne/social-landing/issues"
},
"homepage": "https://github.com/RealOrangeOne/social-landing#readme"
"homepage": "https://github.com/RealOrangeOne/social-landing#readme",
"dependencies": {
"materialize-css": "^1.0.0"
}
}