Skip to content

nextleap-project/nextleap-website-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextleap project website

Nextleap project website

https://nextleap.eu

Installation

Prerequisites

  • ruby (rbenv or rvm recommended)
  • bundler
  • ImageMagick
  • node + rpm

osx

Follow the guidelines to install:

Linux

TODO: write instructions for Linux

Windows

TODO: write instructions for Windows

Usage

Configuration

Copy the file src/data/site.yaml.tmpl to src/data/site.yaml. If you intend to deploy the website on the server (and if you have the proper credentials of course), fill the src/data/site.yaml file with the information that were provided to you.

Project Initialization

All the project assets and dependencies are downloaded with the following commands:

cd src
npm install
./node_modules/.bin/bower install
bundle install

middleman commands

Here are the commands made available by middleman.

bundle exec middleman build [options]  # Builds the static site for deployment.
bundle exec middleman help [COMMAND]   # Describe available commands or one specific command
bundle exec middleman server [options] # Start the preview server
bundle exec middleman deploy [options] # deploy the code on the server

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

We would not be able to setup this site without the help of Open Source software and its community. Here is an non-exhaustive list of the great projects this website uses:

License

The code of this website is under the GNU GPL v3 license.

The content of this website is under the "Creative Commons Attribution 4.0 International Public License".

A copy of both these licenses can be found in the LICENSE file.

All logo and trademarks mentioned and hosted on this repository are property of their respective owner, and are under their own license for use and redistribution. Please check directly with them.