update solstice theme (#83)
* update solstice theme Signed-off-by:Christopher Guindon <chris.guindon@eclipse-foundation.org> * update solstice theme Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * update solstice theme Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * support ie 11 with babel Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
Showing
- babel.config.json 3 additions, 0 deletionsbabel.config.json
- content/_index.md 21 additions, 0 deletionscontent/_index.md
- content/news/_index.md 2 additions, 0 deletionscontent/news/_index.md
- js/main.js 15 additions, 0 deletionsjs/main.js
- layouts/index.html 0 additions, 35 deletionslayouts/index.html
- layouts/news/section.html 0 additions, 3 deletionslayouts/news/section.html
- layouts/partials/footer_suffix.html 0 additions, 14 deletionslayouts/partials/footer_suffix.html
- package-lock.json 2149 additions, 4673 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- static/mix-manifest.json 2 additions, 2 deletionsstatic/mix-manifest.json
- webpack.mix.js 18 additions, 17 deletionswebpack.mix.js
babel.config.json
0 → 100644
js/main.js
0 → 100644
layouts/index.html
deleted
100644 → 0
layouts/news/section.html
deleted
100644 → 0
layouts/partials/footer_suffix.html
deleted
100644 → 0
This diff is collapsed.
... | ... | @@ -22,7 +22,7 @@ |
"build_netlify": "NODE_ENV=production npm run disallow_robots_txt && npm run production" | ||
}, | ||
"dependencies": { | ||
"eclipsefdn-hugo-solstice-theme": "0.0.111" | ||
"eclipsefdn-hugo-solstice-theme": "0.0.129" | ||
}, | ||
"browserslist": "last 5 version, > 0.2%, not dead, IE 11" | ||
} |
Please register or sign in to comment