jekyll-theme-gaeblogx 0.1.4 → 0.1.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e65a9aa511f33fd8caad5d24c43ed91732e62d1
|
|
4
|
+
data.tar.gz: c690d56585f1ae4f75f43a558ef93b3ed370c6d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d7aa05305737501648c2f33d370b12f518c5b8085d2b75b027e8a967209e09bdf968deaeb4fd760dfaa2b8ce9aaec0cca5e9605eaa4f14092504f8dc1cd4ac2
|
|
7
|
+
data.tar.gz: 991304148c0b9267a6682dbe4f600dae8d40b19bffb999730e49bafcebb475a4b71230ac14ad1600f19f53154e7cdd480ef7d97dd220df270f640dc83d14d967
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/page/4about.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: page
|
|
3
|
+
title: About
|
|
4
|
+
permalink: /about/
|
|
5
|
+
icon: heart
|
|
6
|
+
type: page
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
* content
|
|
10
|
+
{:toc}
|
|
11
|
+
|
|
12
|
+
<iframe src="https://githubbadge.appspot.com/SeraphRoy" style="border: 0;height: 142px;width: 200px;overflow: hidden;" frameBorder="0"></iframe>
|
|
13
|
+
|
|
14
|
+
## About Me
|
|
15
|
+
|
|
16
|
+
{:height="50%" width="50%"}
|
|
17
|
+
|
|
18
|
+
I am currently working in Arista Networks Inc.. In June 2017, I got the B.S.
|
|
19
|
+
degree of Computer Science from [University of California, Santa Barbara](http://www.ucsb.edu).
|
|
20
|
+
|
|
21
|
+
\#现充,\#死宅,\#中二,\#本命アティ@赫炎
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## Contact Me
|
|
25
|
+
[Github](https://github.com/SeraphRoy)
|
|
26
|
+
|
|
27
|
+
[LinkedIn](https://www.linkedin.com/in/yanxichen/)
|
|
28
|
+
|
|
29
|
+
[Facebook](https://www.facebook.com/SeraphRoy)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## Comments
|
|
33
|
+
|
|
34
|
+
{% include comments.html %}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-gaeblogx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Baby Pepper
|
|
@@ -101,10 +101,6 @@ executables: []
|
|
|
101
101
|
extensions: []
|
|
102
102
|
extra_rdoc_files: []
|
|
103
103
|
files:
|
|
104
|
-
- 0archives.html
|
|
105
|
-
- 1category.html
|
|
106
|
-
- 2tags.html
|
|
107
|
-
- 3search.html
|
|
108
104
|
- LICENSE
|
|
109
105
|
- README.md
|
|
110
106
|
- _includes/algolia.html
|
|
@@ -243,11 +239,17 @@ files:
|
|
|
243
239
|
- assets/赫炎1.PNG
|
|
244
240
|
- feed.xml
|
|
245
241
|
- index.html
|
|
242
|
+
- page/0archives.html
|
|
243
|
+
- page/1category.html
|
|
244
|
+
- page/2tags.html
|
|
245
|
+
- page/3search.html
|
|
246
|
+
- page/4about.md
|
|
246
247
|
- search_data.json
|
|
247
248
|
homepage: https://github.com/SeraphRoy/GaeBlogx
|
|
248
249
|
licenses:
|
|
249
250
|
- MIT
|
|
250
|
-
metadata:
|
|
251
|
+
metadata:
|
|
252
|
+
plugin_type: theme
|
|
251
253
|
post_install_message:
|
|
252
254
|
rdoc_options: []
|
|
253
255
|
require_paths:
|