From 44b6c249a00d049704d0f761bb0e75ba155735a2 Mon Sep 17 00:00:00 2001 From: ada Date: Mon, 18 Aug 2025 14:40:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8E=20Jekyll:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=BA,=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=B8=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BA=D0=BE=D0=BB=D0=BB=D0=B5=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D0=B9;=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D1=83=D1=8E=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D1=83=20=D1=81=20=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D0=BC=20=D0=BC=D0=B0=D0=BA=D0=B5=D1=82=D0=BE=D0=BC=20?= =?UTF-8?q?=D0=B8=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 37 ++++++++++++++++++++++++++----------- index.markdown | 9 +++++---- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/_config.yml b/_config.yml index dc377a9..af5ccb3 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,31 @@ -title: Your awesome title -email: your-email@example.com -description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. -twitter_username: jekyllrb -github_username: jekyll +title: "Digital Garden" +description: "Мои заметки и ссылки" +lang: ru +url: "https://dg.ada-dev.ru" # важное поле для ссылок/кэша +baseurl: "" # для user.github.io — пусто -# Build settings 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 diff --git a/index.markdown b/index.markdown index 0671507..9b978b9 100644 --- a/index.markdown +++ b/index.markdown @@ -1,6 +1,7 @@ --- -# Feel free to add content and custom Front Matter to this file. -# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults +layout: page +title: Главная +--- -layout: home ---- +# Привет! +Это мой Digital Garden. Список заметок — в разделе [Заметки](/notes/).