Add matrialize
This commit is contained in:
parent
2eabf0893b
commit
702435995b
4 changed files with 18 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
baseURL = "http://example.org/"
|
||||
title = "My New Hugo Site"
|
5
config.yml
Normal file
5
config.yml
Normal 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
10
package-lock.json
generated
|
@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue