jekyll-theme-gaeblogx 1.0.2 → 1.0.3
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 +1 -1
- data/_layouts/home.html +2 -2
- data/assets/page/4about.md +3 -12
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7565e20bca386b187c98c6e2f866cdc950b026f
|
|
4
|
+
data.tar.gz: 5a76d720cea15f28d892a37b2e632694d0c287f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ae2b65265ddae47e467ca7d5765dce521160b1a89768a1a480912e34792f1fc035d3beeefcf3112513ee54e082c5a98a92c4be6d1542d97b92069a3aa9a1c44
|
|
7
|
+
data.tar.gz: d3d71cb1005a0e90577d1b7f8159cd6f2a3219359ca4ced5e1decbc844d07496843fde97dae195368f3de7debe07decd7bd591d73013144ab1b07b99a8b5ad53
|
data/README.md
CHANGED
|
@@ -65,7 +65,7 @@ for any GitHub-hosted theme.
|
|
|
65
65
|
3. Add `remote_theme: "SeraphRoy/GaeBlogx"` to your
|
|
66
66
|
`_config.yml` file. Remove any other `theme:` or `remote_theme:` entries.
|
|
67
67
|
|
|
68
|
-
#
|
|
68
|
+
# Notes
|
|
69
69
|
Please specify Agolia specific configs in `_config.yml`, and other settings as well.
|
|
70
70
|
|
|
71
71
|
For reference, please take a look at my personal settings: https://github.com/SeraphRoy/SeraphRoy.github.io
|
data/_layouts/home.html
CHANGED
|
@@ -3,8 +3,8 @@ layout: default
|
|
|
3
3
|
---
|
|
4
4
|
<div class="page clearfix" index>
|
|
5
5
|
<div class="left" >
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
<h1>{{ site.blogname }}</h1>
|
|
7
|
+
<small>{{ site.blogabout }}</small>
|
|
8
8
|
<hr>
|
|
9
9
|
<ul>
|
|
10
10
|
{% for post in paginator.posts %}
|
data/assets/page/4about.md
CHANGED
|
@@ -9,25 +9,16 @@ type: page
|
|
|
9
9
|
* content
|
|
10
10
|
{:toc}
|
|
11
11
|
|
|
12
|
-
<iframe src="https://githubbadge.appspot.com/SeraphRoy" style="border: 0;height: 142px;width: 200px;overflow: hidden;" frameBorder="0"></iframe>
|
|
13
12
|
|
|
14
13
|
## About Me
|
|
15
14
|
|
|
16
|
-
|
|
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
|
-
|
|
15
|
+
{{ site.aboutme }}
|
|
23
16
|
|
|
24
17
|
## Contact Me
|
|
25
|
-
[Github](https://github.com/SeraphRoy)
|
|
26
|
-
|
|
27
|
-
[LinkedIn](https://www.linkedin.com/in/yanxichen/)
|
|
28
18
|
|
|
29
|
-
|
|
19
|
+
<iframe src="https://githubbadge.appspot.com/{{ site.github_username }}" style="border: 0;height: 142px;width: 200px;overflow: hidden;" frameBorder="0"></iframe>
|
|
30
20
|
|
|
21
|
+
{{ site.contactme }}
|
|
31
22
|
|
|
32
23
|
## Comments
|
|
33
24
|
|