jekyll-theme-gaeblogx 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3dd8ba6f87713959b9baeb76c754c71131fb0e8e
4
- data.tar.gz: 63092299cc3792e792fc281b4cc0b5dc7e8b1f37
3
+ metadata.gz: b7565e20bca386b187c98c6e2f866cdc950b026f
4
+ data.tar.gz: 5a76d720cea15f28d892a37b2e632694d0c287f2
5
5
  SHA512:
6
- metadata.gz: ae175e2181d54aa9de35131d0a103e28d2580abc8e2b1d9c43762b4bf241f5c7990972ce8bc2ec9146c288752576bb07bfc0b5033ba340e91137ad1d75c2d29b
7
- data.tar.gz: 3e08a82407faade609268d315afc307cf59bbdec79761d9fb28084a33a486db8e492f194a0b37284e2811ae8f8d1a28035d11e01c6b36d99e2d1d451e021a607
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
- # Nodes
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
- <h1>SeraphRoy's Blog</h1>
7
- <small>Notes, Word Salad, etc.</small>
6
+ <h1>{{ site.blogname }}</h1>
7
+ <small>{{ site.blogabout }}</small>
8
8
  <hr>
9
9
  <ul>
10
10
  {% for post in paginator.posts %}
@@ -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
- ![]({{site.url}}/assets/My-Photo.JPG){: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
-
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
- [Facebook](https://www.facebook.com/SeraphRoy)
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
 
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: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Baby Pepper