title: "Digital Garden" description: "Мои заметки и ссылки" lang: ru url: "https://dg.ada-dev.ru" # важное поле для ссылок/кэша baseurl: "" # для user.github.io — пусто remote_theme: maximevaillancourt/digital-garden-jekyll-template plugins: - jekyll-remote-theme - jekyll-include-cache markdown: kramdown # Коллекция заметок collections: notes: output: true permalink: /notes/:title/ # Значения по умолчанию defaults: - scope: { path: "", type: notes } values: { layout: note } - scope: { path: "", type: posts } values: { layout: post } exclude: - Gemfile - Gemfile.lock - node_modules - vendor