jekyll-theme-qufe 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +29 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cea961c0b8850716a62600a375c88dff871cc96bf992a7f134f40bae30952b2
|
4
|
+
data.tar.gz: 2c081e06d2ced51c8270c3cb5ace4cfb3c0ed47ae06194c13c5a8f5280e440e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a778598caa771081aa50531f10c01c0f0a31baf60ae3d835fcb53ec273a3faca4ae14e451e0ae6c5e96ff431f6431d4d7c166eb609d005e14b815db380d3e795
|
7
|
+
data.tar.gz: b5dcd3116e58cf99299e1f58c7dc9f2875626dbeac6cfde1fef8e07d737888548875843d3ad269f56e602a3fe2b30d0ae84be210fbb9000ac05b3d89280db124
|
data/README.md
CHANGED
@@ -6,10 +6,39 @@ A blog theme with a personalized feel.
|
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
9
|
+
Download files:
|
10
|
+
|
11
|
+
git clone https://github.com/mtnzorlu/qufe.git
|
12
|
+
|
13
|
+
|
14
|
+
Go to directory with terminal command:
|
15
|
+
|
16
|
+
cd qufe
|
17
|
+
|
18
|
+
|
19
|
+
Build the Site:
|
20
|
+
|
21
|
+
jekyll build
|
22
|
+
|
23
|
+
Run:
|
24
|
+
|
25
|
+
bundle exec jekyll serve
|
26
|
+
|
27
|
+
And open:
|
28
|
+
|
29
|
+
http://127.0.0.1:4000/qufe/
|
30
|
+
|
31
|
+
|
32
|
+
## Gem Based
|
33
|
+
|
9
34
|
Add your Jekyll site into gemfile:
|
10
35
|
|
11
36
|
gem 'jekyll-theme-qufe'
|
12
37
|
|
38
|
+
In the _config.yml file enter:
|
39
|
+
|
40
|
+
theme: jekyll-theme-qufe
|
41
|
+
|
13
42
|
And execute:
|
14
43
|
|
15
44
|
bundle
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-qufe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Metin Zorlu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '0'
|
70
70
|
requirements: []
|
71
|
-
rubygems_version: 3.
|
71
|
+
rubygems_version: 3.4.3
|
72
72
|
signing_key:
|
73
73
|
specification_version: 4
|
74
74
|
summary: Personal oriented blog theme
|