Skip to content
Snippets Groups Projects
Commit 732e2af8 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

Merge branch 'cguindon/main/h0.110.0-n18.13.0' into 'main'

replace h0.76.5-n12.22.12 with h0.110.0-n18.13.0

See merge request eclipsefdn/it/websites/events.eclipse.org!280
parents 100805f5 d675a8b4
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,7 @@
hugo (
appName: 'events.eclipse.org',
productionDomain: 'events.eclipse.org',
build: [
containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
],
)
......@@ -6,10 +6,21 @@ The site provides date, time and place for the various events (conferences, demo
## Getting started
### Required Software
| Software | Version |
|---------|---------|
| node.js | 18.13.0 |
| npm | 8.19 |
| Hugo | 0.110 |
| Git | > 2.31 |
See our [Managing Required Software](https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/wikis/Managing-Required-Software) wiki page for more information on this topic.
Install dependencies, build assets and start a webserver:
```bash
yarn
yarn
hugo server
```
......@@ -17,7 +28,7 @@ hugo server
Missing your event on this site? Please submit your event to the [Eclipse Newsroom](https://newsroom.eclipse.org/node/add/events).
Eclipse Foundation Staff can request an Event website similar to [Open Source AI Workshop](https://events.eclipse.org/2020/open-source-ai-workshop/) by creating an [issue](https://gitlab.eclipse.org/eclipsefdn/it/websites/events.eclipse.org/-/issues/new?issuable_template=event).
Eclipse Foundation Staff can request an Event website similar to [Open Source AI Workshop](https://events.eclipse.org/2020/open-source-ai-workshop/) by creating an [issue](https://gitlab.eclipse.org/eclipsefdn/it/websites/events.eclipse.org/-/issues/new?issuable_template=event).
The Eclipse Foundation Webdev team will start working on your request once the [Event Website Content Template](https://docs.google.com/document/d/1oVLBK8tzyuYC9OUisy1x-cc50PfGx0alnUHw9RYlZag) is completed and uploaded to your issue.
......@@ -48,7 +59,7 @@ Images, less and JavaScript files for the Eclipse Foundation look and feel.
### [EclipseFdn/hugo-solstice-theme](https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/)
Hugo theme of the Eclipse Foundation look and feel.
Hugo theme of the Eclipse Foundation look and feel.
## Bugs and feature requests
......
......@@ -18,12 +18,12 @@
"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",
"test": "jest"
"test": "NODE_OPTIONS='--no-experimental-fetch' jest"
},
"dependencies": {
"@babel/preset-react": "^7.14.5",
"abortcontroller-polyfill": "^1.7.1",
"eclipsefdn-hugo-solstice-theme": "0.0.168",
"eclipsefdn-hugo-solstice-theme": "0.0.183",
"promise-polyfill": "^8.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment