Site web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
aeris b0a6fe2b69 Change call for paper date & url 3 years ago
bin Correct paypal 3 years ago
data Changement de nom de fichier 3 years ago
source Change call for paper date & url 3 years ago
.gitignore Ajout de site statique sous middleman 4 years ago
Gemfile Work in progress 4 years ago
Gemfile.lock Corrections de liens et orthographe, ajout d’un footer 3 years ago
README.md Ajout README pour les contributions éventuelles 3 years ago
config.rb Correct paypal 3 years ago

README.md

Pas Sage En Seine website

For this new edition, PSES uses Middleman static site generator!

How to use it

Install bundles

bin/bundle install

You may have to update some bundles:

bin/bundle update

Bundler don't remove automatically previous bundle installed, if you want to clean your bundle directory, check the bundle versions to remove:

bin/bundle clean --dry-run

If you really want to remove those bundles:

bin/bundle clean --force

Compile

bin/middleman

Repositories

  • bin/: contains binaries to install bundles and launch Middleman application
  • data/: contains data files used for add or remove easily some informations, like partners
  • source/: contains website source files (HTML, CSS, JavaScript, images…)