Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmehner/jsfest.berlin
Website for jsfest.berlin
https://github.com/rmehner/jsfest.berlin
Last synced: about 2 months ago
JSON representation
Website for jsfest.berlin
- Host: GitHub
- URL: https://github.com/rmehner/jsfest.berlin
- Owner: rmehner
- Created: 2014-05-15T09:20:04.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-01-29T18:34:07.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T04:46:48.133Z (3 months ago)
- Language: CSS
- Size: 1.14 MB
- Stars: 6
- Watchers: 14
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jsfest.berlin
=============The schedule page for jsfest.berlin 2014
SVG Berlin Skyline by wasat on http://www.openclipart.org/detail/27938
Setup
=====The site uses [jekyll](jekyllrb.com), to run the site do the following in your
terminal:* `git clone [email protected]:rmehner/jsfest.berlin.git`
* `cd jsfest.berlin`
* `gem install jekyll`
* `jekyll serve --watch`The site should then be available on http://localhost:4000
Compile CSS
===========* `sass --watch scss/style.scss:css/style.css`
Create an event
===============To create an event you just have to add a new markdown file to the _posts folder:
year-month-day-nameOfTheEvent.md
The following points are necessary:
* layout: post
* title: "name of the event"
* date: year-month-day
* venue: "name of the venue"
* ticket: "ticket status - RSVP, Register, Sold out, etc."
* time: "hours:minutesam/pm"
* href: "link to the page of the event host"The href is crucial as long as the detail pages on jsfest.berlin aren't finished.