mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Compare commits
6 commits
fdcce2c9d0
...
d4d686ab67
| Author | SHA1 | Date | |
|---|---|---|---|
| d4d686ab67 | |||
| 9fc3a242d7 | |||
|
|
4918611781 | ||
| 33ffcc4d35 | |||
| 451d72278b | |||
| a829bf71e5 |
4 changed files with 9 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ GEM
|
|||
thor (>= 0.18.1)
|
||||
ice_nine (0.11.2)
|
||||
io-console (0.8.2)
|
||||
json (2.18.1)
|
||||
json (2.19.2)
|
||||
kramdown (2.5.2)
|
||||
rexml (>= 3.4.4)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ img {
|
|||
body {
|
||||
background-color: #f7f7f7;
|
||||
color: #222;
|
||||
line-height: 1.5;
|
||||
font-family:
|
||||
-apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial,
|
||||
sans-serif;
|
||||
|
|
@ -123,6 +124,7 @@ h4,
|
|||
h5,
|
||||
h6 {
|
||||
font-family: "Helvetica Neue", "Verdana", sans-serif;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
|
@ -452,6 +454,10 @@ article {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
article p {
|
||||
max-width: 65ch;
|
||||
}
|
||||
|
||||
article header h1,
|
||||
article header h2 {
|
||||
word-wrap: break-word;
|
||||
|
|
@ -537,6 +543,7 @@ pre.line-numbers {
|
|||
pre {
|
||||
background-color: #141414;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Disallow:
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ exclude_public = [
|
|||
"apple-touch-icon.png",
|
||||
"favicon.ico",
|
||||
"favicon.gif",
|
||||
"robots.txt",
|
||||
"humans.txt",
|
||||
"isitmycakeday.html"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue