|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- title: allella.fr
- email: contact @ allella.fr
- description: >- # this means to ignore newlines until "baseurl:"
- ALLELLA
- baseurl: "" # 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
- info: Roundcube
- - cloud:
- name: Documents
- url: https://nuage.allella.fr
- info: Nextcloud
- - jitsy:
- name : Visio-conférence
- url: https://talk.allella.fr
- info: Jitsi
- - git :
- name : Forge logicielle
- url: https://git.allella.fr
- info: Gitea
- - framadate :
- name: Prise de rendez-vous
- url: https://sondage.allella.fr
- info: Framadate
- - nitter :
- name: Lecteur de Tweets
- url: https://nitter.allella.fr
- info: Nitter
-
-
- # 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/
|