https://github.com/overbryd/euruko2011_website
The jekyll website repository of the EuRuKo 2011
https://github.com/overbryd/euruko2011_website
Last synced: 7 months ago
JSON representation
The jekyll website repository of the EuRuKo 2011
- Host: GitHub
- URL: https://github.com/overbryd/euruko2011_website
- Owner: Overbryd
- Created: 2010-06-21T17:25:42.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T08:55:29.000Z (over 11 years ago)
- Last Synced: 2025-03-29T11:51:43.504Z (7 months ago)
- Language: CSS
- Homepage: http://euruko2011.org
- Size: 6.41 MB
- Stars: 24
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is the EuRuKo 2011 Website
It has very interesting publication/collaboration possibilities.
Authors are collaborators to this repository, they can just push to publish changes.
The server is constantly pulling from this repository. A Jekyll process, takes care to generate a static version of the site.
All static files are served by a Nginx webserver.
## Rake tasks
There is a rake task that will get you up & writing:
rake post title="Your title in here"
It will create a new file with an apropriate filename and YAML front matter.
## Collaboration
Forking and sending pull requests to improve the website is highly appreciated.
## Publishing
Just do it (if you are collaborator to this repository):
git push
## Serving the website locally
You can do this by cloning this repository and running Jekyll:
git clone git://github.com/Overbryd/euruko2011_website.git
cd euruko2011_website
jekyll --server
open http://localhost:4000/
## Editing stylesheets
Edit in sass/*.scss only, run:
bundle
bundle exec compass watch
to compile Sass sources to CSS files.