Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6b3d9a

Browse files
committed
Изменения
1 parent e12322b commit e6b3d9a

14 files changed

+38
-30
lines changed

_config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,32 @@ text_skin: default # "default" (default), "dark", "forest", "ocean", "chocolate"
2020
highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
2121
url : # the base hostname & protocol for your site e.g. https://www.someone.com
2222
baseurl : # does not include hostname
23-
title : Your Site Title
23+
title : >
24+
IT-блог свободного творца
2425
description: > # this means to ignore newlines until "Language & timezone"
25-
Your Site Description
26+
Блог свободного творца
2627
2728
2829
## => Language and Timezone
2930
##############################
30-
lang: # the language of your site, default as "en"
31+
lang: ru # the language of your site, default as "en"
3132
timezone: # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values
3233

3334

3435
## => Author and Social
3536
##############################
3637
author:
3738
type : # "person" (default), "organization"
38-
name : Your Name
39+
name : Maksim
3940
url :
4041
avatar : # path or url of avatar image (square)
4142
bio : I am an amazing person.
42-
email :
43+
4344
facebook : # "user_name" the last part of your profile url, e.g. https://www.facebook.com/user_name
4445
twitter : # "user_name" the last part of your profile url, e.g. https://twitter.com/user_name
4546
weibo : # "user_id" the last part of your profile url, e.g. https://www.weibo.com/user_id/profile?...
4647
googleplus: # "user_id" the last part of your profile url, e.g. https://plus.google.com/u/0/user_id
47-
telegram : # "user_name" the last part of your profile url, e.g. https://t.me/user_name
48+
telegram : maksov4 # "user_name" the last part of your profile url, e.g. https://t.me/user_name
4849
medium : # "user_name" the last part of your profile url, e.g. https://medium.com/user_name
4950
zhihu : # "user_name" the last part of your profile url, e.g. https://www.zhihu.com/people/user_name
5051
douban : # "user_name" the last part of your profile url, e.g. https://www.douban.com/people/user_name

_data/navigation.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
11
header:
22
- titles:
33
# @start locale config
4+
ru : &RU Архив
5+
ru-RU : *RU
46
en : &EN Archive
5-
en-GB : *EN
67
en-US : *EN
7-
en-CA : *EN
8-
en-AU : *EN
9-
zh-Hans : &ZH_HANS 归档
10-
zh : *ZH_HANS
11-
zh-CN : *ZH_HANS
12-
zh-SG : *ZH_HANS
13-
zh-Hant : &ZH_HANT 歸檔
14-
zh-TW : *ZH_HANT
15-
zh-HK : *ZH_HANT
16-
ko : &KO 아카이브
17-
ko-KR : *KO
18-
fr : &FR Archives
19-
fr-BE : *FR
20-
fr-CA : *FR
21-
fr-CH : *FR
22-
fr-FR : *FR
23-
fr-LU : *FR
248
# @end locale config
259
url: /archive.html
2610

@@ -48,3 +32,17 @@ header:
4832
fr-LU : *FR
4933
# @end locale config
5034
url: /about.html
35+
36+
docs-en:
37+
- title: Start
38+
children:
39+
- title: Quick Start
40+
url: /docs/en/quick-start
41+
- title: Structure
42+
url: /docs/en/structure
43+
- title: Customization
44+
children:
45+
- title: Configuration
46+
url: /docs/en/configuration
47+
- title: Navigation
48+
url: /docs/en/navigation

_posts/2018-06-01-header-image.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: Post with Header Image
3-
tags: TeXt
4-
article_header:
5-
type: cover
6-
image:
7-
src: /screenshot.jpg
2+
layout: article
3+
title: Page - Sidebar
4+
sidebar:
5+
nav: docs-en
86
---
97

108
A Post with Header Image, See [Page layout](https://tianqi.name/jekyll-TeXt-theme/samples.html#page-layout) for more examples.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Добро пожаловать
3+
tags: Общие
4+
---
5+
6+
Всем добро пожаловать в мой блог об информационных технологиях. В этом блоге буду рассказывать об интересных новинках в сфере ИТ, подборках статей и все около данной тематики.
7+
8+
<!--more-->
9+
10+
---
11+

assets/images/screenshot.jpg

437 KB
Loading

docs/_posts/2016-05-08-blockquotes.md

100755100644
File mode changed.

docs/_posts/2016-06-06-lists.md

100755100644
File mode changed.

docs/_posts/2016-06-10-tables.md

100755100644
File mode changed.

docs/_posts/2016-06-16-code-blocks.md

100755100644
File mode changed.

docs/_posts/2016-07-07-images.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)