Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2d9dd5b

Browse files
committedApr 17, 2021
initial with jekyll
1 parent 2a5dfba commit 2d9dd5b

22 files changed

+578
-5
lines changed
 

‎.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor
6+
.idea

‎404.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p>The requested page could not be found.</p>
25+
</div>

‎Gemfile

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
gem "jekyll", "= 3.9.0"
11+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12+
gem "minima", "~> 2.5"
13+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15+
# gem "github-pages", group: :jekyll_plugins
16+
# If you have any plugins, put them here!
17+
group :jekyll_plugins do
18+
gem "jekyll-feed", "~> 0.12"
19+
gem "github-pages"
20+
gem "jekyll-remote-theme"
21+
gem "jekyll-gist"
22+
gem "jekyll-paginate"
23+
gem "jekyll-seo-tag"
24+
gem "jekyll-sitemap"
25+
gem "kramdown-parser-gfm"
26+
end
27+
28+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
29+
# and associated library.
30+
platforms :mingw, :x64_mingw, :mswin, :jruby do
31+
gem "tzinfo", "~> 1.2"
32+
gem "tzinfo-data"
33+
end
34+
35+
# Performance-booster for watching directories on Windows
36+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
37+

‎Gemfile.lock

Lines changed: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,285 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.6)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.8)
20+
connection_pool (2.2.5)
21+
dnsruby (1.61.5)
22+
simpleidn (~> 0.1)
23+
em-websocket (0.5.2)
24+
eventmachine (>= 0.12.9)
25+
http_parser.rb (~> 0.6.0)
26+
ethon (0.13.0)
27+
ffi (>= 1.15.0)
28+
eventmachine (1.2.7)
29+
excon (0.80.1)
30+
execjs (2.7.0)
31+
faraday (1.4.0)
32+
faraday-excon (~> 1.0)
33+
faraday-net_http (~> 1.0)
34+
faraday-net_http_persistent (~> 1.0)
35+
multipart-post (>= 1.2, < 3)
36+
ruby2_keywords (>= 0.0.4)
37+
faraday-excon (1.0.0)
38+
excon (>= 0.27.4)
39+
faraday-net_http (1.0.1)
40+
faraday-net_http_persistent (1.0.3)
41+
net-http-persistent (>= 3.1)
42+
ffi (1.15.0)
43+
forwardable-extended (2.6.0)
44+
gemoji (3.0.1)
45+
github-pages (214)
46+
github-pages-health-check (= 1.17.0)
47+
jekyll (= 3.9.0)
48+
jekyll-avatar (= 0.7.0)
49+
jekyll-coffeescript (= 1.1.1)
50+
jekyll-commonmark-ghpages (= 0.1.6)
51+
jekyll-default-layout (= 0.1.4)
52+
jekyll-feed (= 0.15.1)
53+
jekyll-gist (= 1.5.0)
54+
jekyll-github-metadata (= 2.13.0)
55+
jekyll-mentions (= 1.6.0)
56+
jekyll-optional-front-matter (= 0.3.2)
57+
jekyll-paginate (= 1.1.0)
58+
jekyll-readme-index (= 0.3.0)
59+
jekyll-redirect-from (= 0.16.0)
60+
jekyll-relative-links (= 0.6.1)
61+
jekyll-remote-theme (= 0.4.3)
62+
jekyll-sass-converter (= 1.5.2)
63+
jekyll-seo-tag (= 2.7.1)
64+
jekyll-sitemap (= 1.4.0)
65+
jekyll-swiss (= 1.0.0)
66+
jekyll-theme-architect (= 0.1.1)
67+
jekyll-theme-cayman (= 0.1.1)
68+
jekyll-theme-dinky (= 0.1.1)
69+
jekyll-theme-hacker (= 0.1.2)
70+
jekyll-theme-leap-day (= 0.1.1)
71+
jekyll-theme-merlot (= 0.1.1)
72+
jekyll-theme-midnight (= 0.1.1)
73+
jekyll-theme-minimal (= 0.1.1)
74+
jekyll-theme-modernist (= 0.1.1)
75+
jekyll-theme-primer (= 0.5.4)
76+
jekyll-theme-slate (= 0.1.1)
77+
jekyll-theme-tactile (= 0.1.1)
78+
jekyll-theme-time-machine (= 0.1.1)
79+
jekyll-titles-from-headings (= 0.5.3)
80+
jemoji (= 0.12.0)
81+
kramdown (= 2.3.1)
82+
kramdown-parser-gfm (= 1.1.0)
83+
liquid (= 4.0.3)
84+
mercenary (~> 0.3)
85+
minima (= 2.5.1)
86+
nokogiri (>= 1.10.4, < 2.0)
87+
rouge (= 3.26.0)
88+
terminal-table (~> 1.4)
89+
github-pages-health-check (1.17.0)
90+
addressable (~> 2.3)
91+
dnsruby (~> 1.60)
92+
octokit (~> 4.0)
93+
public_suffix (>= 2.0.2, < 5.0)
94+
typhoeus (~> 1.3)
95+
html-pipeline (2.14.0)
96+
activesupport (>= 2)
97+
nokogiri (>= 1.4)
98+
http_parser.rb (0.6.0)
99+
i18n (0.9.5)
100+
concurrent-ruby (~> 1.0)
101+
jekyll (3.9.0)
102+
addressable (~> 2.4)
103+
colorator (~> 1.0)
104+
em-websocket (~> 0.5)
105+
i18n (~> 0.7)
106+
jekyll-sass-converter (~> 1.0)
107+
jekyll-watch (~> 2.0)
108+
kramdown (>= 1.17, < 3)
109+
liquid (~> 4.0)
110+
mercenary (~> 0.3.3)
111+
pathutil (~> 0.9)
112+
rouge (>= 1.7, < 4)
113+
safe_yaml (~> 1.0)
114+
jekyll-avatar (0.7.0)
115+
jekyll (>= 3.0, < 5.0)
116+
jekyll-coffeescript (1.1.1)
117+
coffee-script (~> 2.2)
118+
coffee-script-source (~> 1.11.1)
119+
jekyll-commonmark (1.3.1)
120+
commonmarker (~> 0.14)
121+
jekyll (>= 3.7, < 5.0)
122+
jekyll-commonmark-ghpages (0.1.6)
123+
commonmarker (~> 0.17.6)
124+
jekyll-commonmark (~> 1.2)
125+
rouge (>= 2.0, < 4.0)
126+
jekyll-default-layout (0.1.4)
127+
jekyll (~> 3.0)
128+
jekyll-feed (0.15.1)
129+
jekyll (>= 3.7, < 5.0)
130+
jekyll-gist (1.5.0)
131+
octokit (~> 4.2)
132+
jekyll-github-metadata (2.13.0)
133+
jekyll (>= 3.4, < 5.0)
134+
octokit (~> 4.0, != 4.4.0)
135+
jekyll-mentions (1.6.0)
136+
html-pipeline (~> 2.3)
137+
jekyll (>= 3.7, < 5.0)
138+
jekyll-optional-front-matter (0.3.2)
139+
jekyll (>= 3.0, < 5.0)
140+
jekyll-paginate (1.1.0)
141+
jekyll-readme-index (0.3.0)
142+
jekyll (>= 3.0, < 5.0)
143+
jekyll-redirect-from (0.16.0)
144+
jekyll (>= 3.3, < 5.0)
145+
jekyll-relative-links (0.6.1)
146+
jekyll (>= 3.3, < 5.0)
147+
jekyll-remote-theme (0.4.3)
148+
addressable (~> 2.0)
149+
jekyll (>= 3.5, < 5.0)
150+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
151+
rubyzip (>= 1.3.0, < 3.0)
152+
jekyll-sass-converter (1.5.2)
153+
sass (~> 3.4)
154+
jekyll-seo-tag (2.7.1)
155+
jekyll (>= 3.8, < 5.0)
156+
jekyll-sitemap (1.4.0)
157+
jekyll (>= 3.7, < 5.0)
158+
jekyll-swiss (1.0.0)
159+
jekyll-theme-architect (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-cayman (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-dinky (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-hacker (0.1.2)
169+
jekyll (> 3.5, < 5.0)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-leap-day (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-merlot (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-midnight (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-minimal (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-modernist (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-primer (0.5.4)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-github-metadata (~> 2.9)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-slate (0.1.1)
191+
jekyll (~> 3.5)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-tactile (0.1.1)
194+
jekyll (~> 3.5)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-time-machine (0.1.1)
197+
jekyll (~> 3.5)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-titles-from-headings (0.5.3)
200+
jekyll (>= 3.3, < 5.0)
201+
jekyll-watch (2.2.1)
202+
listen (~> 3.0)
203+
jemoji (0.12.0)
204+
gemoji (~> 3.0)
205+
html-pipeline (~> 2.2)
206+
jekyll (>= 3.0, < 5.0)
207+
kramdown (2.3.1)
208+
rexml
209+
kramdown-parser-gfm (1.1.0)
210+
kramdown (~> 2.0)
211+
liquid (4.0.3)
212+
listen (3.5.1)
213+
rb-fsevent (~> 0.10, >= 0.10.3)
214+
rb-inotify (~> 0.9, >= 0.9.10)
215+
mercenary (0.3.6)
216+
minima (2.5.1)
217+
jekyll (>= 3.5, < 5.0)
218+
jekyll-feed (~> 0.9)
219+
jekyll-seo-tag (~> 2.1)
220+
minitest (5.14.4)
221+
multipart-post (2.1.1)
222+
net-http-persistent (4.0.1)
223+
connection_pool (~> 2.2)
224+
nokogiri (1.11.3-x86_64-linux)
225+
racc (~> 1.4)
226+
octokit (4.20.0)
227+
faraday (>= 0.9)
228+
sawyer (~> 0.8.0, >= 0.5.3)
229+
pathutil (0.16.2)
230+
forwardable-extended (~> 2.6)
231+
public_suffix (4.0.6)
232+
racc (1.5.2)
233+
rb-fsevent (0.10.4)
234+
rb-inotify (0.10.1)
235+
ffi (~> 1.0)
236+
rexml (3.2.5)
237+
rouge (3.26.0)
238+
ruby-enum (0.9.0)
239+
i18n
240+
ruby2_keywords (0.0.4)
241+
rubyzip (2.3.0)
242+
safe_yaml (1.0.5)
243+
sass (3.7.4)
244+
sass-listen (~> 4.0.0)
245+
sass-listen (4.0.0)
246+
rb-fsevent (~> 0.9, >= 0.9.4)
247+
rb-inotify (~> 0.9, >= 0.9.7)
248+
sawyer (0.8.2)
249+
addressable (>= 2.3.5)
250+
faraday (> 0.8, < 2.0)
251+
simpleidn (0.2.1)
252+
unf (~> 0.1.4)
253+
terminal-table (1.8.0)
254+
unicode-display_width (~> 1.1, >= 1.1.1)
255+
thread_safe (0.3.6)
256+
typhoeus (1.4.0)
257+
ethon (>= 0.9.0)
258+
tzinfo (1.2.9)
259+
thread_safe (~> 0.1)
260+
unf (0.1.4)
261+
unf_ext
262+
unf_ext (0.0.7.7)
263+
unicode-display_width (1.7.0)
264+
zeitwerk (2.4.2)
265+
266+
PLATFORMS
267+
x86_64-linux
268+
269+
DEPENDENCIES
270+
github-pages
271+
jekyll (= 3.9.0)
272+
jekyll-feed (~> 0.12)
273+
jekyll-gist
274+
jekyll-paginate
275+
jekyll-remote-theme
276+
jekyll-seo-tag
277+
jekyll-sitemap
278+
kramdown-parser-gfm
279+
minima (~> 2.5)
280+
tzinfo (~> 1.2)
281+
tzinfo-data
282+
wdm (~> 0.1.1)
283+
284+
BUNDLED WITH
285+
2.2.16

‎README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# phpvrn.github.io
1+
# Сайт сообщества PHPVRN
2+
3+
Работает на [jekyll](https://jekyllrb.com/docs/)
4+
5+
## Как добавить статью?
6+
7+
1. В директории _posts создать при необходимости создать директорию с годом и с месяцем. `_posts/2021/04`
8+
1. Создать файл `YEAR-MONTH-DAY-title.md`. Пример: `2021-04-09-third-meetup.md`
9+
10+
**Осторожно! jekyll скрывает посты, до наступления даты указанной в названии. Указывайте текущую дату.**
11+
12+
## Как добавить файл?
13+
14+
1. В директории /files при необходимости создать директорию с годом и с месяцем
15+
1. Файл сохранить в директорию месяца. Пример: `files/2021/04/graphql.pdf`
16+
17+
## Кастомные стили
18+
19+
Кастомные стили дописываем в `files/assets/custom.css`
20+
21+
## Смена темы через Remote Theme:
22+
23+
В _config.yml секция `remote_theme: vszhub/not-pure-poole` отвечает за имя темы.
24+
25+
О возможностях кастомизации текущей темы читаем [здесь](https://github.com/vszhub/not-pure-poole)
26+
27+
Можно выбрать любую тему с поддержкой remote_theme на сайте вроде [этого](http://jekyllthemes.org/).
28+

‎_config.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: PHP-сообщество Воронежа
22+
description: >- # this means to ignore newlines until "baseurl:"
23+
Сообщество php (и около того) разработчиков из Воронежа
24+
baseurl: "" # the subpath of your site, e.g. /blog
25+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
26+
github_username: phpvrn
27+
paginate: 5
28+
cover_image: /images/bg.jpg
29+
avatar: /images/avatar.jpg
30+
31+
# Build settings
32+
remote_theme: vszhub/not-pure-poole
33+
plugins:
34+
- jekyll-feed
35+
- jekyll-remote-theme
36+
- jekyll-gist
37+
- jekyll-paginate
38+
- jekyll-seo-tag
39+
- jekyll-feed
40+
- jekyll-sitemap
41+
42+
# Optimize Jekyll
43+
exclude:
44+
- .editorconfig
45+
- .git
46+
- .jekyll-cache
47+
- Gemfile
48+
- Gemfile.lock
49+
- LICENSE.md
50+
- README.md
51+
- scripts/
52+
- not-pure-poole.gemspec

‎_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- title: Главная
2+
url: /
3+
- title: О нас
4+
url: /about/

‎_data/social.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- title: GitHub
2+
url: https://github.com/phpvrn
3+
icon: fab fa-github
4+
- title: Telegram
5+
url: https://t.me/php_vrn
6+
icon: fab fa-telegram

‎_drafts/2021-04-17-draft-example.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: post
3+
title: Пример черновика
4+
---
5+
6+
Посты из этой директории считаются черновикам и не публикуются.

‎_includes/custom-head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="stylesheet" href="/files/assets/custom.css">
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: post
3+
title: 1 встреча (17.02.20)
4+
---
5+
6+
Встреча была. Все детали засекречены. Свидетели ликвидированы.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: 2 встреча (20.02.21)
4+
---
5+
6+
---
7+
8+
**Когда:** 20.02.2021 (суббота) в 19:00
9+
10+
**Где:** ЛитераБар, пр-т Революции, 53
11+
12+
---
13+
14+
## Доклады:
15+
16+
**Александр Макаров** "Про собеседования и найм"
17+
18+
**Владимир Романичев** "Как перейти с 5.3 на 7.2 и вложиться в бюджет"
19+
20+
**Леонид Черненко** "Производительность программиста"
21+
22+
**Дмитрий Дерепко** "Инструменты разработки в yii3"
23+
24+
## Файлы:
25+
26+
* [Как перейти с 5.3 на 7.2 и вложиться в бюджет](/files/2021/02/53to72.pptx)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: 3 встреча (09.04.21)
4+
---
5+
6+
---
7+
8+
**Когда:** 09.04.2021 (пятница) в 19:30
9+
10+
**Где:** ЛитераБар, пр-т Революции, 53
11+
12+
---
13+
14+
## Доклады:
15+
16+
**Владимир Романичев** "Тестирование. Зачем мне пирамида, если я не Хеопс?"
17+
18+
**Александр Стрельцов** "Особенности работы с GraphQL на реальном проекте"
19+
20+
**Леонид Черненко** "Как облажаться с SRP"
21+
22+
## Файлы:
23+
24+
* [Тестирование. Зачем мне пирамида, если я не Хеопс?](/files/2021/04/pyramid.pptx)
25+
* [Особенности работы с GraphQL на реальном проекте](/files/2021/04/graphql.pdf)

‎about.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: page
3+
title: О нас
4+
permalink: /about/
5+
---
6+
7+
Сообщество создано для общения про php (и около того) разработчиков из Воронежа.
8+
Проводим регулярные встречи оффлайн. Всегда ждем гостей и докладчиков.
9+
10+
* [Телеграмм чат](https://t.me/php_vrn)
11+
* [Правила чата](https://github.com/phpvrn/docs/wiki/Правила-чата)
12+
* [Вакансии](https://github.com/phpvrn/jobs)
13+
14+
Как разместить вакансию или оставить заявку на доклад - в правилах.

‎blog/index.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: default
3+
---
4+
5+
{% include home-header.html %}
6+
7+
<div class="posts">
8+
{% for post in paginator.posts %}
9+
<section class="post-entry">
10+
<h2 class="post-title">
11+
<a href="{{ post.url | relative_url }}">
12+
{{ post.title }}
13+
</a>
14+
</h2>
15+
16+
<div class="post-meta">
17+
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time>
18+
{%- if jekyll.environment == "production" and site.disqus -%}
19+
<span></span>
20+
<a class="comment-count" href="{{ post.url | relative_url }}#disqus_thread">
21+
<span class="disqus-comment-count" data-disqus-url="{{ post.url | absolute_url }}"></span>
22+
</a>
23+
{%- endif -%}
24+
</div>
25+
26+
<p>{{ post.excerpt | strip_html }}</p>
27+
</section>
28+
{% endfor %}
29+
{%- if jekyll.environment == "production" and site.disqus -%}
30+
<script id="dsq-count-scr" src="//{{ site.disqus }}.disqus.com/count.js" async></script>
31+
{%- endif -%}
32+
</div>
33+
34+
<div class="pagination">
35+
{% if paginator.next_page %}
36+
<a class="pagination-item older" href="{{ paginator.next_page_path | relative_url }}">Older</a>
37+
{% else %}
38+
<span class="pagination-item older">Older</span>
39+
{% endif %}
40+
{% if paginator.previous_page %}
41+
<a class="pagination-item newer" href="{{ paginator.previous_page_path | prepend: relative_url }}">Newer</a>
42+
{% else %}
43+
<span class="pagination-item newer">Newer</span>
44+
{% endif %}
45+
</div>

‎files/2021/02/53to72.pptx

4.12 MB
Binary file not shown.

‎files/2021/04/graphql.pdf

679 KB
Binary file not shown.

‎files/2021/04/pyramid.pptx

7.18 MB
Binary file not shown.

‎files/assets/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.masthead {
2+
padding: 20px 10px 10px;
3+
background-color: rgba(8, 158, 221, 0.3);
4+
}

‎images/avatar.jpg

346 KB
Loading

‎images/bg.jpg

1.24 MB
Loading

‎index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<html>
2-
<head></head>
3-
<body>Hello, PHP_VRN!</body>
4-
</html>
1+
---
2+
# Feel free to add content and custom Front Matter to this file.
3+
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4+
5+
layout: home
6+
pagination:
7+
enabled: true
8+
---

0 commit comments

Comments
 (0)
Please sign in to comment.