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+

0 commit comments

Comments
 (0)
Please sign in to comment.