Merge branch 'cguindon/main/poc-nginx' into 'main'
create a poc for hosting eclipse.org with hugo See merge request eclipsefdn/it/websites/eclipse.org!18
No related branches found
No related tags found
Showing
- Dockerfile 6 additions, 0 deletionsDockerfile
- config.toml 4 additions, 4 deletionsconfig.toml
- config/nginx/default.conf 65 additions, 0 deletionsconfig/nginx/default.conf
- config/nginx/default.redirects 6 additions, 0 deletionsconfig/nginx/default.redirects
- content/home/_index.md 1 addition, 5 deletionscontent/home/_index.md
- content/home/newcomers.md 3 additions, 5 deletionscontent/home/newcomers.md
- content/home/search.md 7 additions, 7 deletionscontent/home/search.md
- content/home/welcome.md 3 additions, 5 deletionscontent/home/welcome.md
- content/home/whatis.md 3 additions, 5 deletionscontent/home/whatis.md
- docker-compose.yml 10 additions, 0 deletionsdocker-compose.yml
- layouts/home/list.html 0 additions, 5 deletionslayouts/home/list.html
- layouts/shortcodes/pages/home/foundation-by-the-numbers.html 1 addition, 1 deletionlayouts/shortcodes/pages/home/foundation-by-the-numbers.html
- package.json 3 additions, 3 deletionspackage.json
- static/images/favicon.ico 0 additions, 0 deletionsstatic/images/favicon.ico
- static/images/logos/eclipse-foundation-white-orange.svg 17 additions, 0 deletionsstatic/images/logos/eclipse-foundation-white-orange.svg
- yarn.lock 655 additions, 679 deletionsyarn.lock
Dockerfile
0 → 100644
config/nginx/default.conf
0 → 100644
config/nginx/default.redirects
0 → 100644
docker-compose.yml
0 → 100644
layouts/home/list.html
deleted
100644 → 0
... | ... | @@ -6,11 +6,11 @@ |
"license": "EPL-2.0", | ||
"version": "0.0.0", | ||
"bugs": { | ||
"url": "https://github.com/eclipsefdn/eclipse.org/issues" | ||
"url": "https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org/-/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/eclipsefdn/eclipse.org.git" | ||
"url": "https://gitlab.eclipse.org/eclipsefdn/it/websites/eclipse.org.git" | ||
}, | ||
"scripts": { | ||
"dev": "NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
... | ... | @@ -20,7 +20,7 @@ |
"install": "NODE_ENV=production npm run production" | ||
}, | ||
"dependencies": { | ||
"eclipsefdn-hugo-solstice-theme": "0.0.143", | ||
"eclipsefdn-hugo-solstice-theme": "0.0.148", | ||
"js-yaml": "^3.13.1", | ||
"json-minify": "^1.0.0" | ||
}, | ||
... | ... |
static/images/favicon.ico
0 → 100644
32.2 KiB
This diff is collapsed.