|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- title: allella.fr
- email: contact@allella.fr
- description: >- # this means to ignore newlines until "baseurl:"
- ALLELLA
- baseurl: "/blog" # the subpath of your site, e.g. /blog
- url: "http://allella.fr" # the base hostname & protocol for your site, e.g. http://example.com
- # twitter_username: jekyllrb
- # github_username: jekyll
-
-
- # Build settings
- theme: minima
- plugins:
- - jekyll-feed
- - jekyll-paginate
-
- allella :
- services :
- - mail:
- name: Courriel
- url: https://mail.allella.fr
- - cloud:
- name: Documents
- url: https://nuage.allella.fr
- - jitsy:
- name : Visio
- url: https://talk.allella.fr
- - git :
- name : Forge
- url: https://git.allella.fr
-
-
- # sass:
- # style: compact
- # load_paths:
- # - node_modules
- # Exclude from processing.
- # The following items will not be processed, by default.
- # Any item listed under the `exclude:` key here will be automatically added to
- # the internal "default list".
- #
- # Excluded items can be processed by explicitly listing the directories or
- # their entries' file path in the `include:` list.
- #
- # exclude:
- # - .sass-cache/
- # - .jekyll-cache/
- # - gemfiles/
- # - Gemfile
- # - Gemfile.lock
- # - node_modules/
- # - vendor/bundle/
- # - vendor/cache/
- # - vendor/gems/
- # - vendor/ruby/
|