initial commit
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
parents
No related branches found
No related tags found
Showing
- .github/ISSUE_TEMPLATE/bug_report.md 35 additions, 0 deletions.github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/feature_request.md 17 additions, 0 deletions.github/ISSUE_TEMPLATE/feature_request.md
- .gitignore 13 additions, 0 deletions.gitignore
- .travis.yml 11 additions, 0 deletions.travis.yml
- CODE_OF_CONDUCT.md 80 additions, 0 deletionsCODE_OF_CONDUCT.md
- CONTRIBUTING.md 35 additions, 0 deletionsCONTRIBUTING.md
- LICENSE 277 additions, 0 deletionsLICENSE
- NOTICE.md 68 additions, 0 deletionsNOTICE.md
- README.md 61 additions, 0 deletionsREADME.md
- config.toml 48 additions, 0 deletionsconfig.toml
- content/_index.md 8 additions, 0 deletionscontent/_index.md
- less/_variables.less 12 additions, 0 deletionsless/_variables.less
- less/styles.less 16 additions, 0 deletionsless/styles.less
- netlify.toml 33 additions, 0 deletionsnetlify.toml
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 30 additions, 0 deletionspackage.json
- static/.gitkeep 0 additions, 0 deletionsstatic/.gitkeep
- static/images/logo/eclipse-ide-logo-white.svg 62 additions, 0 deletionsstatic/images/logo/eclipse-ide-logo-white.svg
- static/mix-manifest.json 5 additions, 0 deletionsstatic/mix-manifest.json
- webpack.mix.js 40 additions, 0 deletionswebpack.mix.js
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
.github/ISSUE_TEMPLATE/feature_request.md
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
NOTICE.md
0 → 100644
README.md
0 → 100644
config.toml
0 → 100644
content/_index.md
0 → 100644
less/_variables.less
0 → 100644
less/styles.less
0 → 100644
netlify.toml
0 → 100644
package-lock.json
0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | ||
"name": "eclipsefdn-hugo-eclipseide", | ||
"description": "Source code for eclipseide.eclipse.org", | ||
"main": "webpack.min.js", | ||
"author": "Christopher Guindon", | ||
"license": "EPL-2.0", | ||
"version": "0.0.0", | ||
"bugs": { | ||
"url": "https://github.com/eclipsefdn/eclipseide.eclipse.org/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/eclipsefdn/eclipseide.eclipse.org.git" | ||
}, | ||
"scripts": { | ||
"dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"watch": "NODE_ENV=development webpack --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"production": "NODE_ENV=production webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"postinstall": "NODE_ENV=production npm run production", | ||
"build_netlify": "NODE_ENV=production npm run production" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.8.2", | ||
"eclipsefdn-hugo-solstice-theme": "0.0.116", | ||
"js-yaml": "^3.13.1", | ||
"json-minify": "^1.0.0" | ||
}, | ||
"browserslist": "last 5 version, > 0.2%, not dead, IE 11" | ||
} |
static/.gitkeep
0 → 100644
static/mix-manifest.json
0 → 100644
webpack.mix.js
0 → 100644
Please register or sign in to comment