File tree 2 files changed +19
-19
lines changed
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 16
16
17
17
18
18
/* To use the light Solarized highlighting theme uncomment the following line */
19
- // $solarized: light;
19
+ $solarized : light ;
20
20
21
21
/* If you want to tweak the Solarized colors you can do that here */
22
- // $base03: #002b36; //darkest blue
23
- // $base02: #073642; //dark blue
24
- // $base01: #586e75; //darkest gray
25
- // $base00: #657b83; //dark gray
26
- // $base0: #839496; //medium gray
27
- // $base1: #93a1a1; //medium light gray
28
- // $base2: #eee8d5; //cream
29
- // $base3: #fdf6e3; //white
30
- // $solar-yellow: #b58900;
31
- // $solar-orange: #cb4b16;
32
- // $solar-red: #dc322f;
33
- // $solar-magenta: #d33682;
34
- // $solar-violet: #6c71c4;
35
- // $solar-blue: #268bd2;
36
- // $solar-cyan: #2aa198;
37
- // $solar-green: #859900;
22
+ $base03 : #002b36 ; // darkest blue
23
+ $base02 : #073642 ; // dark blue
24
+ $base01 : #586e75 ; // darkest gray
25
+ $base00 : #657b83 ; // dark gray
26
+ $base0 : #839496 ; // medium gray
27
+ $base1 : #93a1a1 ; // medium light gray
28
+ $base2 : #eee8d5 ; // cream
29
+ $base3 : #fdf6e3 ; // white
30
+ $solar-yellow : #b58900 ;
31
+ $solar-orange : #cb4b16 ;
32
+ $solar-red : #dc322f ;
33
+ $solar-magenta : #d33682 ;
34
+ $solar-violet : #6c71c4 ;
35
+ $solar-blue : #268bd2 ;
36
+ $solar-cyan : #2aa198 ;
37
+ $solar-green : #859900 ;
38
38
39
39
40
40
/* Non highlighted code colors */
Original file line number Diff line number Diff line change 1
1
< hgroup >
2
- < h1 > < a href =" {{ root_url }}/ " > {{ site.title }}</ a > </ h1 >
2
+ < h1 > {{ site.subtitle }}</ h1 >
3
3
{% if site.subtitle %}
4
- < h2 > {{ site.subtitle }}</ h2 >
4
+ < h2 > < a href =" {{ root_url }}/ " > {{ site.title }}</ a > </ h2 >
5
5
{% endif %}
6
6
</ hgroup >
You can’t perform that action at this time.
0 commit comments