|
| 1 | ++++ |
| 2 | +title = "Logos" |
| 3 | +description = "iroh & number 0 brand content" |
| 4 | + |
| 5 | +# The date of the post. |
| 6 | +# Two formats are allowed: YYYY-MM-DD (2012-10-02) and RFC3339 (2002-10-02T15:00:00Z). |
| 7 | +# Do not wrap dates in quotes; the line below only indicates that there is no default date. |
| 8 | +# If the section variable `sort_by` is set to `date`, then any page that lacks a `date` |
| 9 | +# will not be rendered. |
| 10 | +# Setting this overrides a date set in the filename. |
| 11 | +# date = |
| 12 | + |
| 13 | +# The last updated date of the post, if different from the date. |
| 14 | +# Same format as `date`. |
| 15 | +# updated = |
| 16 | + |
| 17 | +# The weight as defined on the Section page of the documentation. |
| 18 | +# If the section variable `sort_by` is set to `weight`, then any page that lacks a `weight` |
| 19 | +# will not be rendered. |
| 20 | +weight = 0 |
| 21 | + |
| 22 | +# A draft page is only loaded if the `--drafts` flag is passed to `zola build`, `zola serve` or `zola check`. |
| 23 | +draft = false |
| 24 | + |
| 25 | +# If set, this slug will be used instead of the filename to make the URL. |
| 26 | +# The section path will still be used. |
| 27 | +# slug = "" |
| 28 | + |
| 29 | +# The path the content will appear at. |
| 30 | +# If set, it cannot be an empty string and will override both `slug` and the filename. |
| 31 | +# The sections' path won't be used. |
| 32 | +# It should not start with a `/` and the slash will be removed if it does. |
| 33 | +# path = "" |
| 34 | + |
| 35 | +# Use aliases if you are moving content but want to redirect previous URLs to the |
| 36 | +# current one. This takes an array of paths, not URLs. |
| 37 | +aliases = [] |
| 38 | + |
| 39 | +# When set to "true", the page will be in the search index. This is only used if |
| 40 | +# `build_search_index` is set to "true" in the Zola configuration and the parent section |
| 41 | +# hasn't set `in_search_index` to "false" in its front matter. |
| 42 | +in_search_index = true |
| 43 | + |
| 44 | +# Template to use to render this page. |
| 45 | +template = "page.html" |
| 46 | ++++ |
| 47 | + |
| 48 | +Download Logo files for number 0 and iroh here (right-click and use "save link as"): |
| 49 | + |
| 50 | +* [iroh_and_number_0_logos.ai](/logos/iroh_and_number_0_logos.ai) |
| 51 | +* [number-0-wordmark-full-gray.svg](/logos/number-0-wordmark-full-gray.svg) |
| 52 | +* [n0-wordmark-small-gray.svg](/logos/n0-wordmark-small-gray.svg) |
| 53 | +* [iroh-wordmark-full-purple.svg](/logos/iroh-wordmark-full-purple.svg) |
| 54 | +* [number-0-wordmark-full-salmon.svg](/logos/number-0-wordmark-full-salmon.svg) |
| 55 | +* [n0-wordmark-small-salmon.svg](/logos/n0-wordmark-small-salmon.svg) |
| 56 | +* [number-0-wordmark-full-dark.svg](/logos/number-0-wordmark-full-dark.svg) |
| 57 | +* [n0-wordmark-small-dark.svg](/logos/n0-wordmark-small-dark.svg) |
| 58 | +* [iroh_logo.png](/logos/iroh_logo.png) |
0 commit comments