bay_jekyll_theme 1.0.14 → 1.0.15
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 +12 -0
- data/assets/img/icons/dribbble.png +0 -0
- data/assets/img/icons/dribbble@2x.png +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62306bd24ecf4690e4743065bfac83da9132b53f89937833c38db8c021cc0830
|
|
4
|
+
data.tar.gz: c1aa63b6a7989bce66c561e3ccfac1caeb69eb73681434e495630f2022cdd3a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0cad75e0a7fd463e3f0aaacda8cf0dbe7586c7a8797d14654f8db1c4adda7915e3a6b6bdb488e3c6f898938f06453798f45edf0537b64aa84d329c2bd08f7eb
|
|
7
|
+
data.tar.gz: 075d46ed8043f05a023d63f11909da82d1d2027cc9576d6da58f9cad9ed85de0eefa6f1182cf87a10b38f8ccdd1f515ff87793b55454a969529a16ae7de318bf
|
data/README.md
CHANGED
|
@@ -8,6 +8,10 @@ Inspired by [dangrover.com](http://dangrover.com/). Current theme used at [eliot
|
|
|
8
8
|
|
|
9
9
|
### Installation
|
|
10
10
|
|
|
11
|
+
|
|
12
|
+
The easiest solution is to [fork this repo](https://github.com/eliottvincent/bay/fork).
|
|
13
|
+
If you want to start from a clean website, follow the steps bellow:
|
|
14
|
+
|
|
11
15
|
Create a new Jekyll website:
|
|
12
16
|
```
|
|
13
17
|
jekyll new mysite
|
|
@@ -30,6 +34,10 @@ with:
|
|
|
30
34
|
```
|
|
31
35
|
theme: bay_jekyll_theme
|
|
32
36
|
```
|
|
37
|
+
or, for GitHub Pages:
|
|
38
|
+
```
|
|
39
|
+
remote_theme: eliottvincent/bay
|
|
40
|
+
```
|
|
33
41
|
|
|
34
42
|
Finally, install the dependencies:
|
|
35
43
|
```
|
|
@@ -78,8 +86,12 @@ footer:
|
|
|
78
86
|
link: http://linkedin.com/in/YourLinkedInUsername
|
|
79
87
|
- name: GitHub
|
|
80
88
|
link: http://github.com/YourGitHubUsername
|
|
89
|
+
- name: Dribbble
|
|
90
|
+
link: https://dribbble.com/YourDribbbleUsername
|
|
81
91
|
- name: Weibo
|
|
82
92
|
link: http://weibo.com/u/YourWeiboUsername
|
|
93
|
+
- name: RSS
|
|
94
|
+
link: /feed.xml
|
|
83
95
|
```
|
|
84
96
|
Re-run `jekyll serve` to see the footer updated.
|
|
85
97
|
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bay_jekyll_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eliott Vincent
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -68,6 +68,8 @@ files:
|
|
|
68
68
|
- assets/css/main.scss
|
|
69
69
|
- assets/img/content/post-example/Banner.jpg
|
|
70
70
|
- assets/img/content/post-example/Banner@2x.jpg
|
|
71
|
+
- assets/img/icons/dribbble.png
|
|
72
|
+
- assets/img/icons/dribbble@2x.png
|
|
71
73
|
- assets/img/icons/email.png
|
|
72
74
|
- assets/img/icons/email@2x.png
|
|
73
75
|
- assets/img/icons/facebook.png
|