mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Compare commits
1 commit
d4d686ab67
...
fdcce2c9d0
| Author | SHA1 | Date | |
|---|---|---|---|
| fdcce2c9d0 |
3 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ GEM
|
||||||
thor (>= 0.18.1)
|
thor (>= 0.18.1)
|
||||||
ice_nine (0.11.2)
|
ice_nine (0.11.2)
|
||||||
io-console (0.8.2)
|
io-console (0.8.2)
|
||||||
json (2.19.2)
|
json (2.18.1)
|
||||||
kramdown (2.5.2)
|
kramdown (2.5.2)
|
||||||
rexml (>= 3.4.4)
|
rexml (>= 3.4.4)
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Allow: /
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,7 @@ exclude_public = [
|
||||||
"apple-touch-icon.png",
|
"apple-touch-icon.png",
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
"favicon.gif",
|
"favicon.gif",
|
||||||
|
"robots.txt",
|
||||||
"humans.txt",
|
"humans.txt",
|
||||||
"isitmycakeday.html"
|
"isitmycakeday.html"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue