robot uprising + css fuark you
This commit is contained in:
parent
23202fe259
commit
c6ecba5800
@ -5,8 +5,8 @@ nav a {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:before {
|
a:after {
|
||||||
content: "▻";
|
content: " ▻";
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -26,7 +26,7 @@ a:visited {
|
|||||||
color: #7FDBFF;
|
color: #7FDBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar a:before {
|
.navbar a:after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,4 +8,6 @@ my email is s@p7.co.nz and it is functioning at least 30% of the time
|
|||||||
i made this site with help from the people who made hakyll
|
i made this site with help from the people who made hakyll
|
||||||
aidan from my work says that i am his favourite dealer, referring to the data kind
|
aidan from my work says that i am his favourite dealer, referring to the data kind
|
||||||
|
|
||||||
|
robots (both metaphorically, emotionally, ethically, spiritually and literally), should also be our friends. as such, this sites robot.txt allows unfettered access, so that robots know they are welcome too.
|
||||||
|
|
||||||
i hope we can be friends
|
i hope we can be friends
|
||||||
|
2
robots.txt
Normal file
2
robots.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow:
|
3
site.hs
3
site.hs
@ -12,7 +12,8 @@ main = do
|
|||||||
setLocaleEncoding utf8
|
setLocaleEncoding utf8
|
||||||
hakyll $ do
|
hakyll $ do
|
||||||
faviconsRules "icons/favicon.svg"
|
faviconsRules "icons/favicon.svg"
|
||||||
match "humans.txt" $ do
|
|
||||||
|
match (fromList ["humans.txt", "robots.txt"]) $ do
|
||||||
route idRoute
|
route idRoute
|
||||||
compile copyFileCompiler
|
compile copyFileCompiler
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user