robot uprising + css fuark you

This commit is contained in:
Shaun Kerr 2018-08-23 16:42:10 +12:00
parent 23202fe259
commit c6ecba5800
4 changed files with 9 additions and 4 deletions

View File

@ -5,8 +5,8 @@ nav a {
text-transform: uppercase;
}
a:before {
content: "▻";
a:after {
content: " ▻";
}
a {
@ -26,7 +26,7 @@ a:visited {
color: #7FDBFF;
}
.navbar a:before {
.navbar a:after {
content: "";
}

View File

@ -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
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

2
robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow:

View File

@ -12,7 +12,8 @@ main = do
setLocaleEncoding utf8
hakyll $ do
faviconsRules "icons/favicon.svg"
match "humans.txt" $ do
match (fromList ["humans.txt", "robots.txt"]) $ do
route idRoute
compile copyFileCompiler