This is the content for the website of the FOSS4GNL 2024 conference (to be) held on September 26, 2024 IRL together with OSGEO-BE in Baarle Hertog (Fr: Duc?).
Link: https://2024.foss4g.nl
When organizing a new FOSS4GNL create a new website as follows. In the example the new FOSS4G is in 2024, the previous in 2023. This is possible without leaving GitHub! All edits can be done on GitHub for the initial setup. Ok, for content local edits are preferred.
Go to the settings and mark as template. See image:
Webbrowser: go to: https://github.com/foss4gnl/
Create a new repo called foss4gnl/2024.foss4g.nl from the foss4gnl/2023.foss4g.nl template repo. See image
Edit CNAME in root dir and change to 2023.foss4g.nl
- create 2023.foss4g.nl and point to GitHub like the CNAME 2021.foss4g.nl or other editions:
- GitHub: Settings https://github.com/foss4gnl/2024.foss4g.nl/settings/pages, setup Pages to point to main branch:
- GitHub: same for https://github.com/foss4gnl/2023.foss4g.nl/settings/pages setting custom domain to 2023.foss4g.nl.
That's it!
The 2018-version of this website was originally made by Jasper Roest. For the 2019 edition it was further developed by Tom Commandeur @tcommandeur et al of TU Delft.
For the the 2021 edition 2021 edition (Enschede) it was further developed by @justb4, Erik Meerburg et al.
For purposes of maintainability each FOSS4GNL site was given its own GH repo by Just van den Broecke @justb4.
First as https://foss4g.nl and to be later available via the URL https://2023.foss4g.nl
Project Zeppelin allows you to setup awesome GDG DevFest site in 5 minutes.
Project is built on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll.
Template is brought by GDG Lviv team.
Live demo http://gdg-x.github.io/zeppelin/
Automated version with Grunt https://github.com/gdg-x/zeppelin-grunt
- Easy to setup
- Simple and responsive design
- Integrated speakers and sessions management
- SVG icons
- SEO friendly
- Fork this repo
- Clone locally
- Update
_config.yml
- Select what content blocks do you need
- Push changes to
gh-pages
branch - Enjoy your awesome DevFest site at
http://[your github name].github.io/zeppelin/
Or watch project presentation from GDG[x] Townhall meeting. Slides available here
Check if you have all requirements for local environment. To install all development dependencies install Bundler.
gem install bundler
and run next command from root folder:
bundle install
To start Jekyll run:
jekyll serve -w
Site will be available at http://127.0.0.1:4000/zeppelin/ or http://localhost:4000/zeppelin/ (on Windows)
NOTE: in this mode all changes to html and data files will be automatically regenerated, but after changing _config.yml
you have to restart server.
Note: You need to install Node.js
To watch changes of .sass
files and compile it to the .css
on a fly change property safe: true
to safe: false
in _config.yml
.
Note: It works only on local machine, because GitHub runs Jekyll in --save
mode
Learn more about Sass development from documentation.
You can optimize images and minify css and javascript automatically (for now only on Windows).
But for Mac OS users available amazing tool - imageoptim. Thanks @raphaelsavina for link.
Optimize all images by running this script from /automation/images/
folder:
all_image_optimization.bat -d -jtran -pout -pquant -optip -gsicle -svgo
To minify CSS and JS run minify_js.bat
(for Windows) and minify_js.sh
(for Linux and MacOS) from /automation/minifying/
folder:
minify_js.bat
Learn more about available optimization options from documentation.
Quick-start guide is not enough? Checkout full documentation.
Going to use template? Go on! The only thing we ask - let us know at lviv@gdg.org.ua so we can include you to this list, or make a pull request.
- Design and web development: Oleh Zasadnyy
- Idea: Vitaliy Zasadnyy
Maintainers: @tasomaniac and @ozasadnyy.
Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)