diff --git a/blog/hugo.toml b/blog/hugo.toml index ce0cd66..53232ca 100644 --- a/blog/hugo.toml +++ b/blog/hugo.toml @@ -50,3 +50,7 @@ title = 'agres.online' weight = 1 [languages.en.params] reading_speed = 228 + +[outputs] + home = ["HTML"] + section = ["HTML", "RSS"] diff --git a/blog/static/css/style.css b/blog/static/css/style.css index 716008e..88c43a8 100644 --- a/blog/static/css/style.css +++ b/blog/static/css/style.css @@ -73,7 +73,7 @@ p { hr { border: none; - border-top: 1px solid var(--color-secondary); /* or your hex value */ + border-top: 2px solid var(--color-secondary); } /* ---------- Top Bar ---------- */ diff --git a/blog/static/humans.txt b/blog/static/humans.txt new file mode 100644 index 0000000..18bb498 --- /dev/null +++ b/blog/static/humans.txt @@ -0,0 +1,18 @@ + . + . . . . . . + . . . * + . * . . . . . . + . + "You Are Here" . . + . . . +. | . . . . . . + | . . . +. + . + \|/ . . . . + . . V . * . . . . + . + + . . . + + . . + .+. . + . . . + . . . . . + . . . . . . . . ! / + * . . . + . . - O - + . . . + . . * . . / | + . + . . . .. + . +. . . . * . * . +.. . * + . . . . . . . . + . . + +Hello Human! diff --git a/blog/static/robots.txt b/blog/static/robots.txt index f8cd5d5..0f8050c 100644 --- a/blog/static/robots.txt +++ b/blog/static/robots.txt @@ -1,3 +1,23 @@ +# .__________________________. +# | .___________________. |==| +# | | ................. | | | +# | | ::[ Dear robot ]: | | | +# | | ::::[ be nice ]:: | | | +# | | ::::::::::::::::: | | | +# | | ::::::::::::::::: | | | +# | | ::::::::::::::::: | | | +# | | ::::::::::::::::: | | ,| +# | !___________________! |(c| +# !_______________________!__! +# / \ +# / [][][][][][][][][][][][][] \ +# / [][][][][][][][][][][][][][] \ +#( [][][][][____________][][][][] ) +# \ ------------------------------ / +# \______________________________/ +@https://www.cloudflare.com/ + + User-agent: * Allow: / -Sitemap: https://surname.online/sitemap.xml +Sitemap: https://agres.online/sitemap.xml