Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit fbf43f4

Browse files
committed
Add solar colors and prepare small things
1 parent 04e63fc commit fbf43f4

File tree

8 files changed

+358
-7
lines changed

8 files changed

+358
-7
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ baseurl: "" # the subpath of your site, e.g. /blog/
77
url: "http://rednot.es" # the base hostname & protocol for your site
88
twitter_username: '0x07ffff7df07c0'
99
github_username: abcdw
10+
superuser: Andrew Tropin
1011

1112
# Build settings
1213
markdown: kramdown

_includes/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<div class="wrapper">
44

5-
<h2 class="footer-heading">{{ site.title }}</h2>
5+
<!-- <h2 class="footer-heading">{{ site.title }}</h2> -->
66

77
<div class="footer-col-wrapper">
88
<div class="footer-col footer-col-1">
99
<ul class="contact-list">
10-
<li>{{ site.title }}</li>
10+
<li>{{ site.superuser }}</li>
1111
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
1212
</ul>
1313
</div>

_includes/head.html

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
<meta name="description" content="{{ site.description }}">
88

99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
10+
<!-- <link rel="stylesheet" href="{{ "/css/style.css" | prepend: site.baseurl }}"> -->
11+
<link rel="stylesheet" href="{{ "/css/colors-light.css" | prepend: site.baseurl }}">
1012
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1113
</head>

_posts/2014-09-07-hello-post.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "привет пост"
44
date: "Вс сен 07 18:57:28 +0400 2014"
5+
56
---
67

78
Привет это пустой пост

about.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
---
22
layout: page
3-
title: About
3+
title: про
44
permalink: /about/
5+
56
---
67

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](http://jekyllrb.com/)
8+
{{ site.description }}
89

9-
You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)
10+
{% highlight python %}
11+
import sys
12+
sys.stdin
13+
def something():
14+
return 2 + 3
15+
print 'hello world'
16+
{% endhighlight %}
1017

11-
You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll)
18+
набор некоторых мыслей в разных формах

css/colors-light.css

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
html, body {
2+
background-color: #fdf6e3;
3+
color: #839496;
4+
}
5+
6+
a, a:visited, a:active {
7+
color: #2aa198;
8+
border-color: #eee8d5;
9+
}
10+
11+
a:hover {
12+
background-color: #eee8d5;
13+
border-color: #eee8d5;
14+
color: #2aa198;
15+
}
16+
17+
h1, h2, h3 {
18+
color: #cb4b16;
19+
}
20+
21+
h1 a, h1 a:visited, h1 a:active {
22+
color: #cb4b16;
23+
}
24+
25+
h1 a:hover {
26+
background-color: #eee8d5;
27+
border-color: #eee8d5;
28+
}
29+
30+
article h1 a.anchor {
31+
color: #2aa198;
32+
}
33+
34+
blockquote {
35+
border-color: #cb4b16;
36+
}
37+
38+
#sidebar a:hover {
39+
color: #2aa198;
40+
background-color: #eee8d5;
41+
}
42+
43+
#footer {
44+
border-color: #eee8d5;
45+
}
46+
47+
48+
49+
/*** Pygments ***/
50+
.highlight{
51+
background-color: #eee8d5;
52+
color: #657b83;
53+
border: 1px solid #d6ceb6;
54+
border-radius: 3px 3px 3px 3px;
55+
overflow: auto;
56+
padding: 6px 10px;
57+
}
58+
.highlight .c { color: #586E75 } .highlight .err { color: #93A1A1 } .highlight .g { color: #93A1A1 } .highlight .k { color: #859900 } .highlight .l { color: #93A1A1 } .highlight .n { color: #93A1A1 } .highlight .o { color: #859900 } .highlight .x { color: #CB4B16 } .highlight .p { color: #93A1A1 } .highlight .cm { color: #586E75 } .highlight .cp { color: #859900 } .highlight .c1 { color: #586E75 } .highlight .cs { color: #859900 } .highlight .gd { color: #2AA198 } .highlight .ge { color: #93A1A1; font-style: italic } .highlight .gr { color: #DC322F } .highlight .gh { color: #CB4B16 } .highlight .gi { color: #859900 } .highlight .go { color: #93A1A1 } .highlight .gp { color: #93A1A1 } .highlight .gs { color: #93A1A1; font-weight: bold } .highlight .gu { color: #CB4B16 } .highlight .gt { color: #93A1A1 } .highlight .kc { color: #CB4B16 } .highlight .kd { color: #268BD2 } .highlight .kn { color: #859900 } .highlight .kp { color: #859900 } .highlight .kr { color: #268BD2 } .highlight .kt { color: #DC322F } .highlight .ld { color: #93A1A1 } .highlight .m { color: #2AA198 } .highlight .s { color: #2AA198 } .highlight .na { color: #93A1A1 } .highlight .nb { color: #B58900 } .highlight .nc { color: #268BD2 } .highlight .no { color: #CB4B16 } .highlight .nd { color: #268BD2 } .highlight .ni { color: #CB4B16 } .highlight .ne { color: #CB4B16 } .highlight .nf { color: #268BD2 } .highlight .nl { color: #93A1A1 } .highlight .nn { color: #93A1A1 } .highlight .nx { color: #93A1A1 } .highlight .py { color: #93A1A1 } .highlight .nt { color: #268BD2 } .highlight .nv { color: #268BD2 } .highlight .ow { color: #859900 } .highlight .w { color: #93A1A1 } .highlight .mf { color: #2AA198 } .highlight .mh { color: #2AA198 } .highlight .mi { color: #2AA198 } .highlight .mo { color: #2AA198 } .highlight .sb { color: #586E75 } .highlight .sc { color: #2AA198 } .highlight .sd { color: #93A1A1 } .highlight .s2 { color: #2AA198 } .highlight .se { color: #CB4B16 } .highlight .sh { color: #93A1A1 } .highlight .si { color: #2AA198 } .highlight .sx { color: #2AA198 } .highlight .sr { color: #DC322F } .highlight .s1 { color: #2AA198 } .highlight .ss { color: #2AA198 } .highlight .bp { color: #268BD2 } .highlight .vc { color: #268BD2 } .highlight .vg { color: #268BD2 } .highlight .vi { color: #268BD2 } .highlight .il { color: #2AA198 }

0 commit comments

Comments
 (0)