Coder Social home page Coder Social logo

codefreeze.fi's Introduction

codefreeze.fi

Welcome to CodeFreeze - a different kind of conference.

Registration

In order to register yourself as a participant:

  • Fork this github repository
  • Create a new file under _participants
  • Copy the FrontMatter from _participants/_template.md
  • Add your relevant information
  • Create a pull request, and your name and picture will be shown on codefreeze.fi

Updating the site (for more advanced changes)

I highly encourage to test the site with Jekyll on your computer, if doing any (major) changes. GitHub has good instructions for using Jekyll with GitHub Pages.

If you already have Docker on your computer, you may use this shell script for running Jekyll in Docker:

./serve.sh

Alternatively, you may install Jekyll directly on your computer:

Install Bundler:

gem install bundler

Install the gems from the Gemfile:

bundle install

Run the site locally using Jekyll:

bundle exec jekyll serve

Occasionally it may be necessary to update the dependencies to match latest version of GitHub Pages. This command will update the Gemfile.lock file which should be committed to version control:

bundle update

Using the DevContainer

You can launch a DevContainer for example in VSCode. After launch, you can start the server using

bundle exec jekyll serve

Building the JavaScript for the gallery

npm ci
npx vite build

codefreeze.fi's People

Contributors

rinkkasatiainen avatar coderbyheart avatar luontola avatar andibraeu avatar github-actions[bot] avatar ridingwolf avatar jukecraft avatar franziskas avatar c089 avatar am-cornelis avatar supernelis avatar jbarop avatar ygt-ib avatar jen-star avatar aevolu avatar tdpauw avatar offbyoni avatar evainga avatar thilko avatar arnav90 avatar tobiasmende avatar haslers avatar malk avatar montiamro avatar 386sx avatar rtack avatar talboomerik avatar nagelkl avatar matteopierro avatar se-keller avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.