Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openrefine/barcamp2024
website for the OpenRefine BarCamp in 2024
https://github.com/openrefine/barcamp2024
Last synced: 8 days ago
JSON representation
website for the OpenRefine BarCamp in 2024
- Host: GitHub
- URL: https://github.com/openrefine/barcamp2024
- Owner: OpenRefine
- License: mit
- Created: 2024-02-15T18:08:28.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-27T12:46:26.000Z (10 months ago)
- Last Synced: 2024-11-11T21:18:06.010Z (2 months ago)
- Language: HTML
- Homepage: https://openrefine.github.io/BarCamp2024/
- Size: 13.7 KB
- Stars: 1
- Watchers: 25
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenRefine 2024 BarCamp website
This is the source code of [OpenRefine's 2024 BarCamp](#) website, based on the
[`jekyll-theme-conference`](https://github.com/DigitaleGesellschaft/jekyll-theme-conference) theme.## Building the website
### On GitHub
The website is automatically built and deployed upon pushes to this branch.
### Locally
If you want to build locally the website for testing, install Jekyll
```sh
gem install jekyll bundler
```and then
```sh
bundle exec jekyll build --watch
```to 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
```sh
python3 -m http.server -d _site
```and open the displayed URL (by default it should be ).
## License
This website is based on the [julia-hpc-2024](https://github.com/UCL-ARC/julia-hpc-2024) website.
This project is licensed under the MIT License. You can view [LICENSE.md](LICENSE.md) for more details.
This project redistributes other opensource tools and libraries. You can view [REDISTRIBUTED.md](REDISTRIBUTED.md) for third party licenses.