diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-13 18:19:11 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-13 18:19:11 +0200 |
| commit | 93f65f5cbc4347bff3b705030dc7daaecffc49a2 (patch) | |
| tree | e83c32243fc977a4e535d2c84ab4c8c57415f1c3 | |
| parent | Restructuring (diff) | |
| download | volpeon.ink-93f65f5cbc4347bff3b705030dc7daaecffc49a2.tar.gz volpeon.ink-93f65f5cbc4347bff3b705030dc7daaecffc49a2.tar.bz2 volpeon.ink-93f65f5cbc4347bff3b705030dc7daaecffc49a2.zip | |
Update
| -rw-r--r-- | assets/css/_base.scss | 4 | ||||
| -rw-r--r-- | assets/css/layouts/_card-list.scss | 4 | ||||
| -rw-r--r-- | assets/css/layouts/_container.scss | 11 | ||||
| -rw-r--r-- | assets/css/style.scss | 1 | ||||
| -rw-r--r-- | content/art/index.md | 4 | ||||
| -rw-r--r-- | content/fediring/next.md | 2 | ||||
| -rw-r--r-- | content/fediring/prev.md | 2 | ||||
| -rw-r--r-- | content/fediring/random.md | 2 | ||||
| -rw-r--r-- | yarn.lock | 4 |
9 files changed, 11 insertions, 23 deletions
diff --git a/assets/css/_base.scss b/assets/css/_base.scss index ac6b989..e6f7736 100644 --- a/assets/css/_base.scss +++ b/assets/css/_base.scss | |||
| @@ -14,9 +14,7 @@ body { | |||
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | main { | 16 | main { |
| 17 | @include iro.responsive-env((600px, 900px)) { | 17 | font-size: fn.dim(--font-size --150); |
| 18 | font-size: iro.responsive-set((1rem, iro.fn-px-to-rem(18px))); | ||
| 19 | } | ||
| 20 | } | 18 | } |
| 21 | 19 | ||
| 22 | img { | 20 | img { |
diff --git a/assets/css/layouts/_card-list.scss b/assets/css/layouts/_card-list.scss index b8d343b..b4cf7ee 100644 --- a/assets/css/layouts/_card-list.scss +++ b/assets/css/layouts/_card-list.scss | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | ), | 13 | ), |
| 14 | --grid-3: ( | 14 | --grid-3: ( |
| 15 | --gap: fn.global-dim(--size --75), | 15 | --gap: fn.global-dim(--size --75), |
| 16 | --col-width: fn.global-dim(--size --2800), | 16 | --col-width: fn.global-dim(--size --2400), |
| 17 | ), | 17 | ), |
| 18 | --gallery-2: ( | 18 | --gallery-2: ( |
| 19 | --gap: fn.global-dim(--size --250), | 19 | --gap: fn.global-dim(--size --250), |
| @@ -21,7 +21,7 @@ | |||
| 21 | ), | 21 | ), |
| 22 | --gallery-3: ( | 22 | --gallery-3: ( |
| 23 | --gap: fn.global-dim(--size --250), | 23 | --gap: fn.global-dim(--size --250), |
| 24 | --col-width: fn.global-dim(--size --2800), | 24 | --col-width: fn.global-dim(--size --2400), |
| 25 | ), | 25 | ), |
| 26 | ) | 26 | ) |
| 27 | ), 'dims'); | 27 | ), 'dims'); |
diff --git a/assets/css/layouts/_container.scss b/assets/css/layouts/_container.scss deleted file mode 100644 index 10d6832..0000000 --- a/assets/css/layouts/_container.scss +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | @use 'iro-sass/src/index' as iro; | ||
| 2 | @use 'iro-design/src/functions' as fn; | ||
| 3 | |||
| 4 | @include iro.props-namespace('container') { | ||
| 5 | @include iro.props-store(( | ||
| 6 | --dims: ( | ||
| 7 | --width: iro.fn-px-to-rem(730px), | ||
| 8 | --width-50: iro.fn-px-to-rem(380px), | ||
| 9 | ) | ||
| 10 | ), 'dims'); | ||
| 11 | } | ||
diff --git a/assets/css/style.scss b/assets/css/style.scss index 0c561de..b525e7b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | @use 'iro-design/src/layouts/container' as iro-container; | 9 | @use 'iro-design/src/layouts/container' as iro-container; |
| 10 | @use 'iro-design/src/layouts/media' as iro-media; | 10 | @use 'iro-design/src/layouts/media' as iro-media; |
| 11 | @use 'layouts/container'; | ||
| 12 | @use 'layouts/media'; | 11 | @use 'layouts/media'; |
| 13 | @use 'layouts/card-list'; | 12 | @use 'layouts/card-list'; |
| 14 | 13 | ||
diff --git a/content/art/index.md b/content/art/index.md index 6c91dca..3280f79 100644 --- a/content/art/index.md +++ b/content/art/index.md | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Art | 2 | title: Art |
| 3 | position: 1 | 3 | position: 2 |
| 4 | list_layout: gallery-2 | 4 | list_layout: gallery-2 |
| 5 | list_order: date_desc | 5 | list_order: date_desc |
| 6 | list_flatten: true | 6 | list_flatten: true |
| 7 | list_limit: 4 | 7 | list_limit: 4 |
| 8 | feed: true | 8 | feed: true |
| 9 | --- | 9 | --- |
| 10 | |||
| 11 | For work-in-progress art, check out my [Fediverse](https://mk.vulpes.one/@volpeon) account. | ||
diff --git a/content/fediring/next.md b/content/fediring/next.md index cb85ad7..575c74f 100644 --- a/content/fediring/next.md +++ b/content/fediring/next.md | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Next website | 2 | title: Next |
| 3 | position: 3 | 3 | position: 3 |
| 4 | icon: blank | 4 | icon: blank |
| 5 | post_icon: arrow-right | 5 | post_icon: arrow-right |
diff --git a/content/fediring/prev.md b/content/fediring/prev.md index e4877b1..e0b66a5 100644 --- a/content/fediring/prev.md +++ b/content/fediring/prev.md | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Previous website | 2 | title: Previous |
| 3 | position: 1 | 3 | position: 1 |
| 4 | icon: arrow-left | 4 | icon: arrow-left |
| 5 | url: https://fediring.net/previous?host=volpeon.ink | 5 | url: https://fediring.net/previous?host=volpeon.ink |
diff --git a/content/fediring/random.md b/content/fediring/random.md index 5911a85..8754ba7 100644 --- a/content/fediring/random.md +++ b/content/fediring/random.md | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Random website | 2 | title: Random |
| 3 | position: 2 | 3 | position: 2 |
| 4 | icon: shuffle | 4 | icon: shuffle |
| 5 | url: https://fediring.net/random | 5 | url: https://fediring.net/random |
| @@ -1280,7 +1280,7 @@ internal-slot@^1.0.3: | |||
| 1280 | 1280 | ||
| 1281 | "iro-design@git+https://git.vulpes.one/git/iro-design.git": | 1281 | "iro-design@git+https://git.vulpes.one/git/iro-design.git": |
| 1282 | version "1.0.0" | 1282 | version "1.0.0" |
| 1283 | resolved "git+https://git.vulpes.one/git/iro-design.git#2e5311284e338baeb6bb3dfedb7b3d77a36df682" | 1283 | resolved "git+https://git.vulpes.one/git/iro-design.git#e62df622527bcd9e3ee45d3efd9a06b553d41b82" |
| 1284 | dependencies: | 1284 | dependencies: |
| 1285 | "@oddbird/blend" "^0.2.3" | 1285 | "@oddbird/blend" "^0.2.3" |
| 1286 | include-media "^1.4.9" | 1286 | include-media "^1.4.9" |
| @@ -1292,7 +1292,7 @@ internal-slot@^1.0.3: | |||
| 1292 | 1292 | ||
| 1293 | "iro-sass@git+https://git.vulpes.one/git/iro-sass.git": | 1293 | "iro-sass@git+https://git.vulpes.one/git/iro-sass.git": |
| 1294 | version "1.0.2" | 1294 | version "1.0.2" |
| 1295 | resolved "git+https://git.vulpes.one/git/iro-sass.git#ac1f3da1da7759d8537b60a7f6b5ceb1a30a361e" | 1295 | resolved "git+https://git.vulpes.one/git/iro-sass.git#6fbe16c8e9c1e2932dbe47d7a82d4c3fada035bf" |
| 1296 | 1296 | ||
| 1297 | is-arrayish@^0.2.1: | 1297 | is-arrayish@^0.2.1: |
| 1298 | version "0.2.1" | 1298 | version "0.2.1" |
