Add robots.txt, wishlist; Move assets
This commit is contained in:
parent
bf09238ac6
commit
698e4c4737
7 changed files with 46 additions and 5 deletions
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
assets/wishlist/thing-explainer.png
Normal file
BIN
assets/wishlist/thing-explainer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -435,15 +435,16 @@ const unsigned char custom_start_bmp1[] PROGMEM = {
|
|||
};</code></pre>
|
||||
<p>Which ends up looking like this:</p>
|
||||
<figure>
|
||||
<img src="/assets/marlin-linux-mint.png"
|
||||
<img
|
||||
src="/assets/blog/marlin-boot-animations/marlin-linux-mint.png"
|
||||
alt="Linux Mint logo, as it would appear on a 128x64 display" />
|
||||
<figcaption aria-hidden="true">Linux Mint logo, as it would
|
||||
appear on a 128x64 display</figcaption>
|
||||
</figure>
|
||||
<p>Rather than using Marlin's official converter, you can just
|
||||
take the array from the file generated by
|
||||
<code>convert frame.png frame.xmp</code>. <a href="">Very useful
|
||||
for automation.</a></p>
|
||||
<code>convert frame.png frame.xmp</code>. Very useful for
|
||||
automation.</p>
|
||||
<p>Note that the earlier example was generated using
|
||||
<code>convert</code>, so it's in hexadecimal format rather than
|
||||
decimal, unlike <a
|
||||
|
|
|
@ -420,9 +420,9 @@ const unsigned char custom_start_bmp[] PROGMEM = {
|
|||
|
||||
Which ends up looking like this:
|
||||
|
||||
![Linux Mint logo, as it would appear on a 128x64 display](/assets/marlin-linux-mint.png)
|
||||
![Linux Mint logo, as it would appear on a 128x64 display](/assets/blog/marlin-boot-animations/marlin-linux-mint.png)
|
||||
|
||||
Rather than using Marlin's official converter, you can just take the array from the file generated by `convert frame.png frame.xmp`. [Very useful for automation.]()
|
||||
Rather than using Marlin's official converter, you can just take the array from the file generated by `convert frame.png frame.xmp`. Very useful for automation.
|
||||
|
||||
Note that the earlier example was generated using `convert`, so it's in hexadecimal format rather than decimal, unlike [`converter.html`](https://marlinfw.org/tools/u8glib/converter.html) would have generated. It's actually 3 frames (0.6 seconds) of Bad Apple (albeit a bit messed up).
|
||||
|
||||
|
|
3
robots.txt
Normal file
3
robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
User-agent: *
|
||||
Disallow: /wishlist.md
|
||||
Disallow: /wishlist.html
|
30
wishlist.html
Normal file
30
wishlist.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||||
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
||||
<title>Wishlist</title>
|
||||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="wishlist">Wishlist</h1>
|
||||
<ol type="1">
|
||||
<li><a href="https://unraid.net/pricing">Unraid</a>
|
||||
<ol type="1">
|
||||
<li>Because of how Unraid works, it can't just be gifted. If you
|
||||
want to gift it to me, just give me the money and, if you want,
|
||||
you can say it's for Unraid.</li>
|
||||
</ol></li>
|
||||
<li><a href="https://www.amazon.com/dp/0544668251">Thing
|
||||
Explainer</a></li>
|
||||
</ol>
|
||||
<figure>
|
||||
<img src="/assets/wishlist/thing-explainer.png"
|
||||
alt="Thing Explainer" />
|
||||
<figcaption aria-hidden="true">Thing Explainer</figcaption>
|
||||
</figure>
|
||||
</body>
|
||||
<footer>
|
||||
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
|
||||
</footer>
|
||||
</html>
|
7
wishlist.md
Normal file
7
wishlist.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Wishlist
|
||||
|
||||
1. [Unraid](https://unraid.net/pricing)
|
||||
1. Because of how Unraid works, it can't just be gifted. If you want to gift it to me, just give me the money and, if you want, you can say it's for Unraid.
|
||||
2. [Thing Explainer](https://www.amazon.com/dp/0544668251)
|
||||
|
||||
![Thing Explainer](/assets/wishlist/thing-explainer.png)
|
Loading…
Reference in a new issue