Skip to content

Commit 233554c

Browse files
committed
Refactor for github pages
1 parent 1d2197d commit 233554c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5474
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: _config.yml

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Site
2-
title: "Введение в программирование на Go"
3-
url: "http://golang-book.ru"
4-
locale: "ru"
2+
title: "Введение в программирование на Go"
3+
url: "http://golang-book.ru"
4+
locale: "ru"
55
baseurl: ""
66

7-
# Source
8-
source: ./src
9-
destination: ./build
7+
exclude:
8+
- vendor
109

1110
# Collections
1211
collections:
@@ -15,21 +14,21 @@ collections:
1514
permalink: '/:name.html'
1615

1716
# Build
18-
permalink: /:title.html
19-
markdown: redcarpet
17+
permalink: /:title.html
18+
markdown: redcarpet
2019
highlighter: null
2120

2221
# Assets
2322
assets:
24-
js_compressor: uglifier
23+
js_compressor: uglifier
2524
css_compressor: sass
26-
cache: false
25+
cache: false
2726

2827
# Assets
2928
assets:
30-
js_compressor: uglifier
29+
js_compressor: uglifier
3130
css_compressor: sass
32-
cache: false
31+
cache: false
3332

3433
# Markdown
3534
redcarpet:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/_plugins/ext.rb renamed to _plugins/ext.rb

File renamed without changes.

Diff for: _site/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
golang-book.ru

Diff for: _site/Gemfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'
4+
gem 'uglifier'
5+
gem 'redcarpet'
6+
gem 'jekyll-assets'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":{"main-01b1c4ba3b66fb955d5cd4bb422597c061be401670952c0a028c2f89e18f7d35.css":{"mtime":"2018-01-08T21:08:53+03:00","logical_path":"main.css","integrity":"sha256-AbHEujtm+5VdXNS7QiWXwGG+QBZwlSwKAowvieGPfTU=","digest":"01b1c4ba3b66fb955d5cd4bb422597c061be401670952c0a028c2f89e18f7d35","size":5166}},"assets":{"main.css":"main-01b1c4ba3b66fb955d5cd4bb422597c061be401670952c0a028c2f89e18f7d35.css"}}

0 commit comments

Comments
 (0)