Skip to content

Commit 461f969

Browse files
committed
first post with jekyll
1 parent 3008863 commit 461f969

30 files changed

+2730
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

Gemfile

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
# Hello! This is where you manage which Jekyll version is used to run.
5+
# When you want to use a different version, change it below, save the
6+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7+
#
8+
# bundle exec jekyll serve
9+
#
10+
# This will help ensure the proper Jekyll version is running.
11+
# Happy Jekylling!
12+
gem "jekyll", "3.4.3"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
gem "minima", "~> 2.0"
16+
gem "jekyll-theme-basically-basic"
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
# gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
group :jekyll_plugins do
23+
gem "jekyll-feed", "~> 0.6"
24+
end
25+
26+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
27+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
28+
29+
#add this for be able preview at localhost:
30+
gem "github-pages", group: :jekyll_plugins
31+
32+
require 'json'
33+
require 'open-uri'
34+
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
35+
36+
# gem 'github-pages', versions['github-pages']

Gemfile.lock

+215
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.7)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.5.1)
11+
public_suffix (~> 2.0, >= 2.0.2)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.12.2)
16+
colorator (1.1.0)
17+
ethon (0.10.1)
18+
ffi (>= 1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.12.0.1)
21+
multipart-post (>= 1.2, < 3)
22+
ffi (1.9.18)
23+
forwardable-extended (2.6.0)
24+
gemoji (3.0.0)
25+
github-pages (134)
26+
activesupport (= 4.2.7)
27+
github-pages-health-check (= 1.3.3)
28+
jekyll (= 3.4.3)
29+
jekyll-avatar (= 0.4.2)
30+
jekyll-coffeescript (= 1.0.1)
31+
jekyll-default-layout (= 0.1.4)
32+
jekyll-feed (= 0.9.2)
33+
jekyll-gist (= 1.4.0)
34+
jekyll-github-metadata (= 2.3.1)
35+
jekyll-mentions (= 1.2.0)
36+
jekyll-optional-front-matter (= 0.1.2)
37+
jekyll-paginate (= 1.1.0)
38+
jekyll-readme-index (= 0.1.0)
39+
jekyll-redirect-from (= 0.12.1)
40+
jekyll-relative-links (= 0.4.0)
41+
jekyll-sass-converter (= 1.5.0)
42+
jekyll-seo-tag (= 2.2.0)
43+
jekyll-sitemap (= 1.0.0)
44+
jekyll-swiss (= 0.4.0)
45+
jekyll-theme-architect (= 0.0.4)
46+
jekyll-theme-cayman (= 0.0.4)
47+
jekyll-theme-dinky (= 0.0.4)
48+
jekyll-theme-hacker (= 0.0.4)
49+
jekyll-theme-leap-day (= 0.0.4)
50+
jekyll-theme-merlot (= 0.0.4)
51+
jekyll-theme-midnight (= 0.0.4)
52+
jekyll-theme-minimal (= 0.0.4)
53+
jekyll-theme-modernist (= 0.0.4)
54+
jekyll-theme-primer (= 0.1.8)
55+
jekyll-theme-slate (= 0.0.4)
56+
jekyll-theme-tactile (= 0.0.4)
57+
jekyll-theme-time-machine (= 0.0.4)
58+
jekyll-titles-from-headings (= 0.1.5)
59+
jemoji (= 0.8.0)
60+
kramdown (= 1.13.2)
61+
liquid (= 3.0.6)
62+
listen (= 3.0.6)
63+
mercenary (~> 0.3)
64+
minima (= 2.0.0)
65+
rouge (= 1.11.1)
66+
terminal-table (~> 1.4)
67+
github-pages-health-check (1.3.3)
68+
addressable (~> 2.3)
69+
net-dns (~> 0.8)
70+
octokit (~> 4.0)
71+
public_suffix (~> 2.0)
72+
typhoeus (~> 0.7)
73+
html-pipeline (2.5.0)
74+
activesupport (>= 2)
75+
nokogiri (>= 1.4)
76+
i18n (0.8.1)
77+
jekyll (3.4.3)
78+
addressable (~> 2.4)
79+
colorator (~> 1.0)
80+
jekyll-sass-converter (~> 1.0)
81+
jekyll-watch (~> 1.1)
82+
kramdown (~> 1.3)
83+
liquid (~> 3.0)
84+
mercenary (~> 0.3.3)
85+
pathutil (~> 0.9)
86+
rouge (~> 1.7)
87+
safe_yaml (~> 1.0)
88+
jekyll-avatar (0.4.2)
89+
jekyll (~> 3.0)
90+
jekyll-coffeescript (1.0.1)
91+
coffee-script (~> 2.2)
92+
jekyll-default-layout (0.1.4)
93+
jekyll (~> 3.0)
94+
jekyll-feed (0.9.2)
95+
jekyll (~> 3.3)
96+
jekyll-gist (1.4.0)
97+
octokit (~> 4.2)
98+
jekyll-github-metadata (2.3.1)
99+
jekyll (~> 3.1)
100+
octokit (~> 4.0, != 4.4.0)
101+
jekyll-mentions (1.2.0)
102+
activesupport (~> 4.0)
103+
html-pipeline (~> 2.3)
104+
jekyll (~> 3.0)
105+
jekyll-optional-front-matter (0.1.2)
106+
jekyll (~> 3.0)
107+
jekyll-paginate (1.1.0)
108+
jekyll-readme-index (0.1.0)
109+
jekyll (~> 3.0)
110+
jekyll-redirect-from (0.12.1)
111+
jekyll (~> 3.3)
112+
jekyll-relative-links (0.4.0)
113+
jekyll (~> 3.3)
114+
jekyll-sass-converter (1.5.0)
115+
sass (~> 3.4)
116+
jekyll-seo-tag (2.2.0)
117+
jekyll (~> 3.3)
118+
jekyll-sitemap (1.0.0)
119+
jekyll (~> 3.3)
120+
jekyll-swiss (0.4.0)
121+
jekyll-theme-architect (0.0.4)
122+
jekyll (~> 3.3)
123+
jekyll-theme-basically-basic (1.1.0)
124+
jekyll (~> 3.3)
125+
jekyll-feed (~> 0.8)
126+
jekyll-paginate (~> 1.1)
127+
jekyll-seo-tag (~> 2.1)
128+
jekyll-sitemap (~> 1.0)
129+
jekyll-theme-cayman (0.0.4)
130+
jekyll (~> 3.3)
131+
jekyll-theme-dinky (0.0.4)
132+
jekyll (~> 3.3)
133+
jekyll-theme-hacker (0.0.4)
134+
jekyll (~> 3.3)
135+
jekyll-theme-leap-day (0.0.4)
136+
jekyll (~> 3.3)
137+
jekyll-theme-merlot (0.0.4)
138+
jekyll (~> 3.3)
139+
jekyll-theme-midnight (0.0.4)
140+
jekyll (~> 3.3)
141+
jekyll-theme-minimal (0.0.4)
142+
jekyll (~> 3.3)
143+
jekyll-theme-modernist (0.0.4)
144+
jekyll (~> 3.3)
145+
jekyll-theme-primer (0.1.8)
146+
jekyll (~> 3.3)
147+
jekyll-theme-slate (0.0.4)
148+
jekyll (~> 3.3)
149+
jekyll-theme-tactile (0.0.4)
150+
jekyll (~> 3.3)
151+
jekyll-theme-time-machine (0.0.4)
152+
jekyll (~> 3.3)
153+
jekyll-titles-from-headings (0.1.5)
154+
jekyll (~> 3.3)
155+
jekyll-watch (1.5.0)
156+
listen (~> 3.0, < 3.1)
157+
jemoji (0.8.0)
158+
activesupport (~> 4.0)
159+
gemoji (~> 3.0)
160+
html-pipeline (~> 2.2)
161+
jekyll (>= 3.0)
162+
json (1.8.6)
163+
kramdown (1.13.2)
164+
liquid (3.0.6)
165+
listen (3.0.6)
166+
rb-fsevent (>= 0.9.3)
167+
rb-inotify (>= 0.9.7)
168+
mercenary (0.3.6)
169+
mini_portile2 (2.1.0)
170+
minima (2.0.0)
171+
minitest (5.10.1)
172+
multipart-post (2.0.0)
173+
net-dns (0.8.0)
174+
nokogiri (1.6.8.1)
175+
mini_portile2 (~> 2.1.0)
176+
octokit (4.7.0)
177+
sawyer (~> 0.8.0, >= 0.5.3)
178+
pathutil (0.14.0)
179+
forwardable-extended (~> 2.6)
180+
public_suffix (2.0.5)
181+
rb-fsevent (0.9.8)
182+
rb-inotify (0.9.8)
183+
ffi (>= 0.5.0)
184+
rouge (1.11.1)
185+
safe_yaml (1.0.4)
186+
sass (3.4.23)
187+
sawyer (0.8.1)
188+
addressable (>= 2.3.5, < 2.6)
189+
faraday (~> 0.8, < 1.0)
190+
terminal-table (1.7.3)
191+
unicode-display_width (~> 1.1.1)
192+
thread_safe (0.3.6)
193+
typhoeus (0.8.0)
194+
ethon (>= 0.8.0)
195+
tzinfo (1.2.3)
196+
thread_safe (~> 0.1)
197+
unicode-display_width (1.1.3)
198+
199+
PLATFORMS
200+
ruby
201+
202+
DEPENDENCIES
203+
github-pages
204+
jekyll (= 3.4.3)
205+
jekyll-feed (~> 0.6)
206+
jekyll-theme-basically-basic
207+
json
208+
minima (~> 2.0)
209+
tzinfo-data
210+
211+
RUBY VERSION
212+
ruby 2.0.0p648
213+
214+
BUNDLED WITH
215+
1.14.6

_config.yml

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
17+
lang: en-US
18+
title: this.pavelluz.blog
19+
20+
description: > # this means to ignore newlines until "baseurl:"
21+
author:
22+
name: Pavel Luzanov
23+
twitter: pavelluz
24+
# picture: /assets/images/johndoe.png
25+
26+
baseurl: "" # the subpath of your site, e.g. /blog
27+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
28+
twitter_username: pavelluz
29+
github_username: gitpash
30+
31+
# Build settings
32+
markdown: kramdown
33+
theme: jekyll-theme-basically-basic
34+
gems:
35+
- jekyll-feed
36+
- jekyll-seo-tag
37+
- jekyll-sitemap
38+
- jekyll-paginate
39+
exclude:
40+
- Gemfile
41+
- Gemfile.lock
42+
# Pagination - https://jekyllrb.com/docs/pagination/
43+
paginate: 10
44+
paginate_path: /page:num/
45+
46+
#Discuss
47+
# disqus:
48+
# shortname: pavelluz
49+
defaults:
50+
- scope:
51+
path: 'assets/images'
52+
values:
53+
image: true

_data/theme.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
skin: soft
2+
# skin: sea
3+
# skin: steel
4+
# skin: plum
5+
# skin: default
6+
# skin: night
7+
8+
#add Google Fonts
9+
google_fonts:
10+
- name: "Fira Sans"
11+
weights: "400,400i,600,600i"
12+
- name: "Fira Sans Condensed"
13+
14+
#text customization
15+
# t:
16+
# skip_links: "Skip links"
17+
# skip_primary_nav: "Skip to primary navigation"
18+
# skip_content: "Skip to content"
19+
# skip_footer: "Skip to footer"
20+
# menu: "Menu"
21+
# home: "Home"
22+
# newer: "Newer"
23+
# older: "Older"
24+
# email: "Email"
25+
# subscribe: "Subscribe"
26+
# read_more: "Read More"
27+
# posts: "Posts"
28+
# page: "Page"
29+
# of: "of"
30+
# min_read: "min read"
31+
# present: "Present"
32+
33+
# navigation_pages:
34+
# - about.md
35+
# - cv.md

0 commit comments

Comments
 (0)