Skip to content

duesenklipper/codefreeze.fi

 
 

Repository files navigation

codefreeze.fi

Welcome to CodeFreeze - a different kind of conference.

In order to register, all you need to do is to

  • fork this github repository
  • create a new file under _participants
  • copy the FrontMatter from _participants/_template.md
  • Add your relevant information
  • You could add something about yourself on the newly created page, using markdown syntax, if you so wish. That will be visible on www.codefreeze.fi.
  • create a pull request, and your name and picture will be shown in the web site.

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 s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 84.3%
  • HTML 6.9%
  • Ruby 5.6%
  • JavaScript 2.5%
  • Other 0.7%