This is the source code of OpenRefine's 2024 BarCamp website, based on the
jekyll-theme-conference theme.
The website is automatically built and deployed upon pushes to this branch.
If you want to build locally the website for testing, install Jekyll
gem install jekyll bundlerand then
bundle exec jekyll build --watchto build the website. The --watch option automatically rebuilds the website
if there are changes to the source code, but it won't reflect changes to the
configuration file _config.yml. Note that --watch keeps the process alive
to update the project.
Then, you can start a server to view the website with
python3 -m http.server -d _siteand open the displayed URL (by default it should be http://0.0.0.0:8000/).
This website is based on the julia-hpc-2024 website.
This project is licensed under the MIT License. You can view LICENSE.md for more details.
This project redistributes other opensource tools and libraries. You can view REDISTRIBUTED.md for third party licenses.