Compare commits

...

3 commits

Author SHA1 Message Date
Samuel Shuert 131d0d01b5 fix: Update git link to reflect move to forgejo
Some checks failed
Check / Check Code Format (push) Has been cancelled
Check / Nix Build (push) Has been cancelled
Change-Id: Ia1278bab84cc477fd445be1b13047fec3e0c7e76
Reviewed-on: #1
Reviewed-by: minion
Co-authored-by: Samuel Shuert <me@thecoded.prof>
Co-committed-by: Samuel Shuert <me@thecoded.prof>
2024-07-02 21:10:39 +00:00
Jake Hamilton 364973d984
Merge pull request #26 from auxolotl/jakehamilton/feat/new-logo
feat: add new auxolotl logo and hero styles
2024-06-16 08:46:09 -07:00
github-actions eb9072d8ed chore: generate robots.txt 2024-06-15 00:46:38 +00:00
2 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,12 @@ Disallow: /
User-agent: Applebot
Disallow: /
# AI Data Scraper
# https://darkvisitors.com/agents/applebot-extended
User-agent: Applebot-Extended
Disallow: /
# AI Data Scraper
# https://darkvisitors.com/agents/bytespider

View file

@ -49,9 +49,9 @@ const translation = useTranslations(lang);
</li>
<li>
<a
href="https://github.com/auxolotl"
href="https://git.auxolotl.org/auxolotl"
class="inline-block relative after:absolute after:left-0 after:top-full after:w-full after:h-1 after:rounded after:bg-[rgb(var(--text))] after:origin-center after:transform after:scale-x-0 hover:after:scale-x-100 after:transition-transform delay-75 duration-100"
>GitHub</a
>Aux Forge</a
>
</li>
</ul>