jekyll-theme-fast 0.1.6 → 0.1.7

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
  SHA256:
3
- metadata.gz: 8daf752c3c7a4cb2154bc514adb34e25d3f1fd8b5309539a45b7e2cd987cbee1
4
- data.tar.gz: 78bda43d139a7631536e29205c93847ef97f9d44bcad8a2f237bf95ff1771d11
3
+ metadata.gz: 0635f8059d59c5b840ca46b859a89c5c4aa384fcf4ad15434861488937e08d86
4
+ data.tar.gz: 6e3e2ae5d9a96d733cc343164b6d00320e1c67b55f0c2e3376d550560e2cdcd1
5
5
  SHA512:
6
- metadata.gz: 3296ad77d9acabfd7a213145ca1d3bb818b384118d3bcfd62d5c52bc10c2241212bfda2f85f0650a50f8b9ff36068cc3d57d3246e517336bda9d7622297c4c2d
7
- data.tar.gz: 06ba2d7486d7372e838752754bb137273dc0813d7fbbc5bac3a58c3a0551cd016c42e44d0bf98d47009be4355973e091d36f6f2875d272eec692edd81621e748
6
+ metadata.gz: 00672bf1d8baa7c277fb6090b3df14b4ace4d2f1aaf995ef18e12830daae5b2cceb39d214a05fc8578736516d2fad90bc8b824e67b50ea848d55c861c44c971f
7
+ data.tar.gz: a028c4e13b87fc9b72efc2747f49f59b7fcea2cf4509d06360cb710a96a836c513019ee5ea323a05c3a92086d5956df0e7c94d25dedf7eccd941d588f7d60a2b
@@ -7,13 +7,12 @@
7
7
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
8
  <title>{{page.title}}</title>
9
9
  <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | prepend: site.github.url }}">
10
- <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | prepend: site.github.url }}">
10
+ <link rel="shortcut icon" href="{{ '/assets/images/favicon.ico?v=' | append: site.github.build_revision | prepend: site.github.url }}">
11
11
  </head>
12
12
 
13
13
  <body>
14
14
  <header>
15
- <h1>{{site.title | default: '网站标题'}}</h1>
16
- <p>{{site.description | default: '描述内容'}}</p>
15
+ <h1>{{site.title | default: '我的个人主页'}}</h1>
17
16
  </header>
18
17
 
19
18
  <section class="default markdown-body">
@@ -7,7 +7,7 @@
7
7
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
8
  <title>{{page.title}}</title>
9
9
  <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | prepend: site.github.url }}">
10
- <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | prepend: site.github.url }}">
10
+ <link rel="shortcut icon" href="{{ '/assets/images/favicon.ico?v=' | append: site.github.build_revision | prepend: site.github.url }}">
11
11
  </head>
12
12
 
13
13
  <body>
@@ -6,31 +6,22 @@ html {
6
6
  }
7
7
 
8
8
  body {
9
- color: #666;
9
+ color: #333;
10
10
  font-weight: 300;
11
11
  font-size: 14px;
12
12
  margin: 0px;
13
13
  padding: 0px 0 20px 0px;
14
- background: #eae6d1;
14
+ background: #3d3e45;
15
15
  }
16
16
 
17
17
  header {
18
- background: #333;
19
18
  text-align: center;
20
- padding: 10px 0;
19
+ padding-top: 30px;
21
20
  h1 {
22
- color: #fff;
23
- text-shadow: 0 2px 0 #235796;
21
+ color: #f1f1f1;
24
22
  font-size: 1.6em;
25
23
  margin: .1em 0;
26
24
  }
27
- p {
28
- margin-top: 5px;
29
- margin-bottom: 0;
30
- color: #dfdfdf;
31
- font-size: 1em;
32
- text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
33
- }
34
25
  }
35
26
 
36
27
  nav {
@@ -43,6 +34,7 @@ nav {
43
34
  div {
44
35
  padding-left: 12px;
45
36
  margin-bottom: 6px;
37
+ color: #ffffff;
46
38
  a {
47
39
  text-decoration: none;
48
40
  color: inherit;
@@ -54,17 +46,17 @@ nav {
54
46
  }
55
47
  &.h1 {
56
48
  font-size: 16px;
57
- color: #555;
49
+ color: #d0d0d0;
58
50
  }
59
51
  &.h2 {
60
52
  font-size: 15px;
61
53
  padding-left: 28px;
62
- color: #666;
54
+ color: #b0b0b0;
63
55
  }
64
56
  &.h3 {
65
57
  font-size: 14px;
66
58
  padding-left: 44px;
67
- color: #777;
59
+ color: #909090;
68
60
  }
69
61
  }
70
62
  }
@@ -76,16 +68,15 @@ section {
76
68
  margin: 30px auto;
77
69
  -webkit-transform: translateX(-100px);
78
70
  transform: translateX(-100px);
79
- background: #fbfbfb;
71
+ background: #fbfaf8;
80
72
  border-radius: 3px;
81
- border: 1px solid #cbcbcb;
82
- box-shadow: 0px 1px 2px rgba(0, 0, 0, .09), inset 0px 0px 2px 2px rgba(255, 255, 255, .5), inset 0 0 5px 5px rgba(255, 255, 255, .4);
73
+ box-shadow: 0 0 80px rgba(0,0,0,.45);
83
74
  min-height: calc(100vh - 300px); // max-width: 800px;
84
75
  .page-title {
85
76
  text-align: center;
86
77
  font-size: 20px;
87
78
  margin-bottom: 30px;
88
- color: #999999;
79
+ color: #bcb2a5;
89
80
  }
90
81
  &.default {
91
82
  width: 80vw;
@@ -102,6 +93,10 @@ section {
102
93
  footer {
103
94
  text-align: center;
104
95
  padding: 10px 0;
96
+ color: #bbbbbb;
97
+ a {
98
+ color: #f0f0f0;
99
+ }
105
100
  }
106
101
 
107
102
  // 覆盖 github-markdown 样式
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - liurongqing
@@ -44,7 +44,7 @@ files:
44
44
  - _sass/theme/syntax.thankful_eyes.scss
45
45
  - _sass/theme/syntax.tulip.scss
46
46
  - assets/css/style.scss
47
- - assets/images/0.png
47
+ - assets/images/favicon.ico
48
48
  - assets/js/main.js
49
49
  homepage: https://github.com/liurongqing/jekyll-theme-fast
50
50
  licenses:
Binary file