1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-30 22:59:15 +00:00

Big layout improvements

Collections make more sense, added an edit button
This commit is contained in:
2021-05-02 19:49:21 -05:00
parent 4703b6e72d
commit 749e87cc60
18 changed files with 137 additions and 124 deletions

View File

@@ -8,7 +8,7 @@
"assets:copy:icons": "mkdir -p assets/fonts/vendor/fontawesome && cp -a \"node_modules/@fortawesome/fontawesome-pro/.\" assets/fonts/vendor/fontawesome/",
"assets:install": "npm run assets:copy:js && npm run assets:copy:icons",
"build": "npm run assets:install && bundle exec jekyll build",
"serve": "npm run assets:install && bundle exec jekyll serve --incremental --livereload"
"serve": "npm run assets:install && bundle exec jekyll serve --livereload"
},
"repository": {
"type": "git",