diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-08-07 14:54:45 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-08-07 14:54:45 +0000 |
| commit | e1baf35da18ae8a66fb32d4311c016afc999fdf9 (patch) | |
| tree | 94ed32f8af92fc5b9a2b74891d037b31719a4fe4 | |
| parent | 967effe5fe1aef78e37c068b0bb8979b2331dfc5 (diff) | |
| -rw-r--r-- | blog/huion.md | 4 | ||||
| -rw-r--r-- | robots.txt | 48 | ||||
| -rw-r--r-- | sitemap.gz | bin | 261 -> 311 bytes | |||
| -rw-r--r-- | sitemap.txt | 3 |
4 files changed, 55 insertions, 0 deletions
diff --git a/blog/huion.md b/blog/huion.md index 69acda6..7b52815 100644 --- a/blog/huion.md +++ b/blog/huion.md @@ -352,3 +352,7 @@ In the end, I made the script run with i3, such that I can refresh my i3 session xrandr --output HDMI1 --off xrandr --output eDP1 --auto --scale 1x1 --primary fi + +## Conclusion + +To be frank, I did not achieve an efficient set of results, due to my inexperience. Some of the steps written above could have been executed in a better manner. I will attempt in the future another solution, including one for Wayland. diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..92f6a08 --- /dev/null +++ b/robots.txt @@ -0,0 +1,48 @@ +# This file tells search engines and bots what they are allowed to see on your site. + +# This is the default rule, which allows search engines to crawl your site (recommended). +User-agent: * +Allow: / + +# If you do not want AI bots to crawl your site, remove the # from the following lines: +User-agent: AI2Bot +User-agent: Ai2Bot-Dolma +User-agent: Amazonbot +User-agent: anthropic-ai +User-agent: Applebot-Extended +User-agent: Bytespider +User-agent: CCBot +User-agent: ChatGPT-User +User-agent: Claude-Web +User-agent: ClaudeBot +User-agent: cohere-ai +User-agent: Diffbot +User-agent: DuckAssistBot +User-agent: FacebookBot +User-agent: FriendlyCrawler +User-agent: Google-Extended +User-agent: GoogleOther +User-agent: GoogleOther-Image +User-agent: GoogleOther-Video +User-agent: GPTBot +User-agent: iaskspider/2.0 +User-agent: ICC-Crawler +User-agent: ImagesiftBot +User-agent: img2dataset +User-agent: ISSCyberRiskCrawler +User-agent: Kangaroo Bot +User-agent: Meta-ExternalAgent +User-agent: Meta-ExternalFetcher +User-agent: OAI-SearchBot +User-agent: omgili +User-agent: omgilibot +User-agent: PanguBot +User-agent: PerplexityBot +User-agent: PetalBot +User-agent: Scrapy +User-agent: Sidetrade indexer bot +User-agent: Timpibot +User-agent: VelenPublicWebCrawler +User-agent: Webzio-Extended +User-agent: YouBot +Disallow: / Binary files differdiff --git a/sitemap.txt b/sitemap.txt index db9e112..9f7d112 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -1,10 +1,13 @@ http://tech.softmachine.dev:443/blog/ http://tech.softmachine.dev:443/blog/huion http://tech.softmachine.dev:443/games/ +http://tech.softmachine.dev:443/games/moloch http://tech.softmachine.dev:443/games/pico8/ http://tech.softmachine.dev:443/games/pico8/alice http://tech.softmachine.dev:443/hardware/ +http://tech.softmachine.dev:443/hardware/e-reader http://tech.softmachine.dev:443/software/ +http://tech.softmachine.dev:443/software/binary-choice-ranker http://tech.softmachine.dev:443/software/conway http://tech.softmachine.dev:443/software/coreutils http://tech.softmachine.dev:443/software/kilo |
