The new cooking club website
  • SCSS 60.7%
  • HTML 37.4%
  • Ruby 1.9%
Find a file
2024-03-13 19:12:20 +01:00
_includes New header sketch 2024-03-12 20:03:25 +01:00
_layouts obviously I forgot everything 2024-03-12 16:44:58 +01:00
_posts add anouncement 2024-03-13 19:12:20 +01:00
_sass fix nav, add recipe 2024-03-12 18:52:09 +01:00
assets fix nav, add recipe 2024-03-12 18:52:09 +01:00
cables_sketches New header sketch 2024-03-12 20:03:25 +01:00
css obviously I forgot everything 2024-03-12 16:44:58 +01:00
js obviously I forgot everything 2024-03-12 16:44:58 +01:00
.gitignore Initial Website skeletor 2023-11-16 20:05:14 +01:00
.ruby-version add ruby version file 2024-03-12 18:11:04 +01:00
.tool-versions Initial Website skeletor 2023-11-16 20:05:14 +01:00
404.html Initial Website skeletor 2023-11-16 20:05:14 +01:00
_config.yml New Theme, initial cables sketch 2024-02-19 10:23:11 +01:00
about.markdown fix nav, add recipe 2024-03-12 18:52:09 +01:00
Gemfile New Theme, initial cables sketch 2024-02-19 10:23:11 +01:00
Gemfile.lock add ruby version file 2024-03-12 18:11:04 +01:00
impressum.html obviously I forgot everything 2024-03-12 16:44:58 +01:00
index.markdown New header sketch 2024-03-12 20:03:25 +01:00
LICENSE Initial Website skeletor 2023-11-16 20:05:14 +01:00
README.md Initial Website skeletor 2023-11-16 20:05:14 +01:00

Creative Coding Cooking Club - Teh Webside

How to use and build

  • Install ruby via a tool like asdf or rbenv
  • Install dependencies: bundle install
  • jekyll serve will serve the website at http://localhost:4000
  • jekyll build will build the site once under _site from where in can be uploaded