diff options
author | Volpeon <git@volpeon.ink> | 2021-11-11 06:49:46 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-11 06:49:46 +0100 |
commit | 0963ba816e8d5f2c408e67a4deef14840a3f64fb (patch) | |
tree | 19629153f3bcc136a821eab8ca32b2a50590964d | |
parent | Simplified home page (diff) | |
download | volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.gz volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.bz2 volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.zip |
Make footer sticky again, fix blobfox and bunhd URLs
-rw-r--r-- | assets/css/_basics.scss | 13 | ||||
-rw-r--r-- | assets/css/components/_post-list.scss | 3 | ||||
-rw-r--r-- | assets/css/scopes/_body.scss | 2 | ||||
-rw-r--r-- | content/projects/emojis/blobfox/index.md | 4 | ||||
-rw-r--r-- | content/projects/emojis/blobfox/manifest.json | 10 | ||||
-rw-r--r-- | content/projects/emojis/bunhd/.preview.svg | 2 | ||||
-rw-r--r-- | content/projects/emojis/bunhd/index.md | 4 | ||||
-rw-r--r-- | content/projects/emojis/bunhd/manifest.json | 10 | ||||
-rw-r--r-- | templates/base.html | 14 | ||||
-rw-r--r-- | templates/layouts/categorized_list.html | 2 | ||||
-rw-r--r-- | templates/layouts/index.html | 2 |
11 files changed, 36 insertions, 30 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index 71beceb..6da5e88 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss | |||
@@ -24,12 +24,19 @@ html { | |||
24 | font-family: $font-fam--text; | 24 | font-family: $font-fam--text; |
25 | font-size: 1em / 16px * $font-size; | 25 | font-size: 1em / 16px * $font-size; |
26 | line-height: $line-height; | 26 | line-height: $line-height; |
27 | scroll-behavior: smooth; | 27 | height: 100%; |
28 | } | 28 | } |
29 | 29 | ||
30 | body { | 30 | body { |
31 | margin: 0; | 31 | display: flex; |
32 | padding: 0; | 32 | flex-direction: column; |
33 | min-height: 100%; | ||
34 | margin: 0; | ||
35 | padding: 0; | ||
36 | } | ||
37 | |||
38 | main { | ||
39 | font-size: 1 / 16 * 19em; | ||
33 | } | 40 | } |
34 | 41 | ||
35 | pre, | 42 | pre, |
diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss index 5126589..9b124a6 100644 --- a/assets/css/components/_post-list.scss +++ b/assets/css/components/_post-list.scss | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | @include component(namespace()) { | 16 | @include component(namespace()) { |
17 | margin-top: $line-height * 2rem; | 17 | margin-top: $line-height * 2rem; |
18 | font-size: 1rem; | ||
18 | 19 | ||
19 | @include element('category-header') { | 20 | @include element('category-header') { |
20 | margin-top: $line-height * 2rem; | 21 | margin-top: $line-height * 2rem; |
@@ -39,7 +40,7 @@ | |||
39 | box-shadow: none; | 40 | box-shadow: none; |
40 | 41 | ||
41 | @include next-twin-element { | 42 | @include next-twin-element { |
42 | margin-top: 1px; | 43 | margin-top: 2px; |
43 | } | 44 | } |
44 | } | 45 | } |
45 | 46 | ||
diff --git a/assets/css/scopes/_body.scss b/assets/css/scopes/_body.scss index 46b829b..c11c11f 100644 --- a/assets/css/scopes/_body.scss +++ b/assets/css/scopes/_body.scss | |||
@@ -32,8 +32,6 @@ | |||
32 | ), 'light'); | 32 | ), 'light'); |
33 | 33 | ||
34 | @include scope(namespace()) { | 34 | @include scope(namespace()) { |
35 | font-size: 1 / 16 * 19em; | ||
36 | |||
37 | @include element('meta') { | 35 | @include element('meta') { |
38 | display: inline-block; | 36 | display: inline-block; |
39 | padding: prop(--dims --meta --pad-y) prop(--dims --meta --pad-x); | 37 | padding: prop(--dims --meta --pad-y) prop(--dims --meta --pad-x); |
diff --git a/content/projects/emojis/blobfox/index.md b/content/projects/emojis/blobfox/index.md index 5a4fff1..996c29c 100644 --- a/content/projects/emojis/blobfox/index.md +++ b/content/projects/emojis/blobfox/index.md | |||
@@ -14,13 +14,13 @@ It's possible to use both versions at the same time. | |||
14 | ## Install on Pleroma | 14 | ## Install on Pleroma |
15 | 15 | ||
16 | ```plain | 16 | ```plain |
17 | mix pleroma.emoji get-packs blobfox -m https://volpeon.ink/projects/blobfox-emojis/manifest.json | 17 | mix pleroma.emoji get-packs blobfox -m https://volpeon.ink/projects/emojis/blobfox/manifest.json |
18 | ``` | 18 | ``` |
19 | 19 | ||
20 | Flip version: | 20 | Flip version: |
21 | 21 | ||
22 | ```plain | 22 | ```plain |
23 | mix pleroma.emoji get-packs blobfox_flip -m https://volpeon.ink/projects/blobfox-emojis/manifest.json | 23 | mix pleroma.emoji get-packs blobfox_flip -m https://volpeon.ink/projects/emojis/blobfox/manifest.json |
24 | ``` | 24 | ``` |
25 | 25 | ||
26 | ## Download for Mastodon | 26 | ## Download for Mastodon |
diff --git a/content/projects/emojis/blobfox/manifest.json b/content/projects/emojis/blobfox/manifest.json index 3a70695..c916b0b 100644 --- a/content/projects/emojis/blobfox/manifest.json +++ b/content/projects/emojis/blobfox/manifest.json | |||
@@ -2,17 +2,17 @@ | |||
2 | "blobfox": { | 2 | "blobfox": { |
3 | "description": "Like Blobcat, but with foxes", | 3 | "description": "Like Blobcat, but with foxes", |
4 | "files": "blobfox.json", | 4 | "files": "blobfox.json", |
5 | "homepage": "https://www.feuerfuchs.dev/projects/blobfox-emojis/", | 5 | "homepage": "https://www.feuerfuchs.dev/projects/emojis/blobfox/", |
6 | "src": "https://www.feuerfuchs.dev/projects/blobfox-emojis/blobfox.zip", | 6 | "src": "https://www.feuerfuchs.dev/projects/emojis/blobfox/blobfox.zip", |
7 | "src_sha256": "08f6a57c2263435cf61ff76525e156faafd909d9ab9b2378f29a6b20eae44b48", | 7 | "src_sha256": "08f6a57c2263435cf61ff76525e156faafd909d9ab9b2378f29a6b20eae44b48", |
8 | "license": "Apache 2.0" | 8 | "license": "Apache 2.0" |
9 | }, | 9 | }, |
10 | "blobfox_flip": { | 10 | "blobfox_flip": { |
11 | "description": "Like Blobcat, but with foxes (flipped version)", | 11 | "description": "Like Blobcat, but with foxes (flipped version)", |
12 | "files": "blobfox_flip.json", | 12 | "files": "blobfox_flip.json", |
13 | "homepage": "https://www.feuerfuchs.dev/projects/blobfox-emojis/", | 13 | "homepage": "https://www.feuerfuchs.dev/projects/emojis/blobfox/", |
14 | "src": "https://www.feuerfuchs.dev/projects/blobfox-emojis/blobfox_flip.zip", | 14 | "src": "https://www.feuerfuchs.dev/projects/emojis/blobfox/blobfox_flip.zip", |
15 | "src_sha256": "1da4203e842fc4732d214b2ee525f89eb4684a6a19eea514ca55e8f016a40b81", | 15 | "src_sha256": "1da4203e842fc4732d214b2ee525f89eb4684a6a19eea514ca55e8f016a40b81", |
16 | "license": "Apache 2.0" | 16 | "license": "Apache 2.0" |
17 | } | 17 | } |
18 | } \ No newline at end of file | 18 | } |
diff --git a/content/projects/emojis/bunhd/.preview.svg b/content/projects/emojis/bunhd/.preview.svg index 4997e45..d7e1b15 100644 --- a/content/projects/emojis/bunhd/.preview.svg +++ b/content/projects/emojis/bunhd/.preview.svg | |||
@@ -15,7 +15,7 @@ | |||
15 | viewBox="0 0 1330.6667 1024" | 15 | viewBox="0 0 1330.6667 1024" |
16 | sodipodi:docname="preview.png.svg" | 16 | sodipodi:docname="preview.png.svg" |
17 | inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)" | 17 | inkscape:version="1.0.2 (e86c870879, 2021-01-15, custom)" |
18 | inkscape:export-filename="/mnt/EvoData/Projects/WebStd/volpeon.ink/content/projects/bunhd-emojis/preview.png" | 18 | inkscape:export-filename="/mnt/EvoData/Projects/WebStd/volpeon.ink/content/projects/emojis/bunhd/preview.png" |
19 | inkscape:export-xdpi="71.999992" | 19 | inkscape:export-xdpi="71.999992" |
20 | inkscape:export-ydpi="71.999992"> | 20 | inkscape:export-ydpi="71.999992"> |
21 | <metadata | 21 | <metadata |
diff --git a/content/projects/emojis/bunhd/index.md b/content/projects/emojis/bunhd/index.md index 94278c1..a0eb209 100644 --- a/content/projects/emojis/bunhd/index.md +++ b/content/projects/emojis/bunhd/index.md | |||
@@ -14,13 +14,13 @@ It's possible to use both versions at the same time. | |||
14 | ## Install on Pleroma | 14 | ## Install on Pleroma |
15 | 15 | ||
16 | ```plain | 16 | ```plain |
17 | mix pleroma.emoji get-packs bunhd -m https://volpeon.ink/projects/bunhd-emojis/manifest.json | 17 | mix pleroma.emoji get-packs bunhd -m https://volpeon.ink/projects/emojis/bunhd/manifest.json |
18 | ``` | 18 | ``` |
19 | 19 | ||
20 | Flip version: | 20 | Flip version: |
21 | 21 | ||
22 | ```plain | 22 | ```plain |
23 | mix pleroma.emoji get-packs bunhd_flip -m https://volpeon.ink/projects/bunhd-emojis/manifest.json | 23 | mix pleroma.emoji get-packs bunhd_flip -m https://volpeon.ink/projects/emojis/bunhd/manifest.json |
24 | ``` | 24 | ``` |
25 | 25 | ||
26 | ## Download for Mastodon | 26 | ## Download for Mastodon |
diff --git a/content/projects/emojis/bunhd/manifest.json b/content/projects/emojis/bunhd/manifest.json index 9fd855b..bcf1a32 100644 --- a/content/projects/emojis/bunhd/manifest.json +++ b/content/projects/emojis/bunhd/manifest.json | |||
@@ -2,17 +2,17 @@ | |||
2 | "bunhd": { | 2 | "bunhd": { |
3 | "description": "High-res version of the bun emojis", | 3 | "description": "High-res version of the bun emojis", |
4 | "files": "bunhd.json", | 4 | "files": "bunhd.json", |
5 | "homepage": "https://www.feuerfuchs.dev/projects/bunhd-emojis/", | 5 | "homepage": "https://www.feuerfuchs.dev/projects/emojis/bunhd/", |
6 | "src": "https://www.feuerfuchs.dev/projects/bunhd-emojis/bunhd.zip", | 6 | "src": "https://www.feuerfuchs.dev/projects/emojis/bunhd/bunhd.zip", |
7 | "src_sha256": "52c4493731bf7f9bf3526ed35a57ac684c9af8808cbb79d42060cc65e2b70dd6", | 7 | "src_sha256": "52c4493731bf7f9bf3526ed35a57ac684c9af8808cbb79d42060cc65e2b70dd6", |
8 | "license": "Apache 2.0" | 8 | "license": "Apache 2.0" |
9 | }, | 9 | }, |
10 | "bunhd_flip": { | 10 | "bunhd_flip": { |
11 | "description": "High-res version of the bun emojis (flipped version)", | 11 | "description": "High-res version of the bun emojis (flipped version)", |
12 | "files": "bunhd_flip.json", | 12 | "files": "bunhd_flip.json", |
13 | "homepage": "https://www.feuerfuchs.dev/projects/bunhd-emojis/", | 13 | "homepage": "https://www.feuerfuchs.dev/projects/emojis/bunhd/", |
14 | "src": "https://www.feuerfuchs.dev/projects/bunhd-emojis/bunhd_flip.zip", | 14 | "src": "https://www.feuerfuchs.dev/projects/emojis/bunhd/bunhd_flip.zip", |
15 | "src_sha256": "5007099c627760a2f2391d20facb94973c5ff2467cb5692e8829a15fad4abc31", | 15 | "src_sha256": "5007099c627760a2f2391d20facb94973c5ff2467cb5692e8829a15fad4abc31", |
16 | "license": "Apache 2.0" | 16 | "license": "Apache 2.0" |
17 | } | 17 | } |
18 | } \ No newline at end of file | 18 | } |
diff --git a/templates/base.html b/templates/base.html index 554651d..420f40e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -72,14 +72,14 @@ ${layouts/list()} | |||
72 | $else$ | 72 | $else$ |
73 | ${layouts/page()} | 73 | ${layouts/page()} |
74 | $endif$ | 74 | $endif$ |
75 | |||
76 | <footer class="c-footer"> | ||
77 | <div class="l-container l-container--pad-y u-pb0"> | ||
78 | <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre> | ||
79 | <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre> | ||
80 | </div> | ||
81 | </footer> | ||
82 | </main> | 75 | </main> |
76 | |||
77 | <footer class="c-footer"> | ||
78 | <div class="l-container l-container--pad-y u-pb0"> | ||
79 | <pre class="c-footer__ascii u-dn@sm-lo">${layouts/ascii_fox()}</pre> | ||
80 | <pre class="c-footer__ascii u-dn@sm-hi">${layouts/ascii_fox_small()}</pre> | ||
81 | </div> | ||
82 | </footer> | ||
83 | </body> | 83 | </body> |
84 | 84 | ||
85 | </html> | 85 | </html> |
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index d5dafaf..8f8b1ae 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> | 1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> |
2 | <div class="s-headlines s-body s-colored-links"> | 2 | <div class="s-headlines s-colored-links"> |
3 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 3 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
4 | 4 | ||
5 | $body$ | 5 | $body$ |
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index b76c606..a7b68c3 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> | 1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> |
2 | <div class="s-headlines s-body"> | 2 | <div class="s-headlines s-colored-links"> |
3 | $body$ | 3 | $body$ |
4 | </div> | 4 | </div> |
5 | 5 | ||