1234567891011121314151617181920212223242526272829 |
- # Permalinks
- #
- # Use of `relative_permalinks` ensures post links from the index work properly.
- permalink: pretty
- # Setup
- title: Блог
- tagline: типа
- url: http://b.ocsf.in
- paginate: 5
- baseurl: ""
- # Assets
- #
- # We specify the directory for Jekyll so we can use @imports.
- sass:
- sass_dir: _sass
- style: :compressed
- # About/contact
- author:
- name: kpmy
- url: https://twitter.com/aka2538
- email: petryxa.clever@gmail.com
- # Custom vars
- version: 2.0.0
- github:
- repo: https://github.com/kpmy/kpmy.github.io
|