1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-16 09:33:13 +02:00
Commit Graph

1879 Commits

Author SHA1 Message Date
f181ac444d
styling 2023-11-05 11:47:57 +00:00
ea9ed0382e
new token select ui 2023-11-05 11:47:57 +00:00
2f6e4f0b3c
refactor 2023-11-05 11:47:57 +00:00
0ca6558def
new token selection, reorg 2023-11-05 11:47:57 +00:00
d809f982f0
setup lint-staged 2023-11-05 11:47:56 +00:00
0aafe28f85
generate react icon components 2023-11-05 11:47:56 +00:00
8a2606185b
move things around 2023-11-05 11:47:56 +00:00
0d221183a5
underlined content links 2023-11-05 11:44:56 +00:00
cb0b099303
hide code copy button border 2023-11-05 11:32:53 +00:00
0379c175ee
package updates 2023-10-25 01:23:32 +01:00
61b2495659
astro-redirect-from updates 2023-10-25 01:14:22 +01:00
794a95db38
set response content type 2023-10-10 22:52:34 +01:00
43e510ba1d
block all the ai bots 2023-10-06 12:01:42 +01:00
01d2afa000
link post fixes 2023-10-06 11:58:26 +01:00
4b20ce877b
script fix 2023-10-06 11:31:09 +01:00
3b25ae2282
Location fetching (#843)
* location component

* fetching with @nanostores/query

* layouts reorg

* typescript plugins cleanup

* location component unit test cases

* fetch only when visible
2023-10-04 14:45:54 +01:00
956e2030d0
run astro sync before type checking 2023-10-04 10:48:15 +00:00
0657af254f
lint task glob fix 2023-10-04 10:41:31 +00:00
7ed6830df0
linting tweaks 2023-10-04 01:54:41 +01:00
ab582a5093
add husky 2023-10-03 22:31:58 +01:00
6b792212ed
package updates 2023-10-03 21:17:24 +01:00
cd1e3dd0b3
lib reorg 2023-10-03 21:14:05 +01:00
a65b7ff201
test update 2023-10-03 19:18:29 +01:00
dependabot[bot]
404ca76133
Bump astro from 3.1.0 to 3.2.2 (#841)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@3.2.2/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 18:48:21 +01:00
19ac7168f1
test updates 2023-10-03 17:51:59 +01:00
4422be28d8
test updates 2023-10-03 17:34:25 +01:00
a135103a9f
add trailing slash 2023-10-03 16:14:03 +01:00
e1cd3d946c
reduce install commands 2023-09-27 13:50:05 +01:00
f50ddf60a1
bump astro-redirect-from 2023-09-24 13:34:51 +01:00
6dcc662ca9
test fixes 2023-09-24 01:10:43 +01:00
83c53f13c8
bump astro-redirect-from, fresh package-lock 2023-09-23 22:25:24 +01:00
c123dd9d68
Switch to astro-redirect-from (#830)
* astro-redirect-from prototype

* move out plugin

* switch to astro-redirect-from

* fixes

* new post: astro-redirect-from

* fix dependency

* test fixes

* downgrade and lock astro

* until fix for https://github.com/withastro/astro/issues/8649 has been released

* mention debug json file

* fix e2e test
2023-09-23 21:32:18 +01:00
16b2b0cdf8
remove twitter 2023-09-19 19:37:10 +01:00
a9f5ea925d
more unit tests 2023-09-19 19:04:02 +01:00
8002dc0172
more build artifact isolation 2023-09-19 16:25:19 +01:00
b2deff58cc
another unzip fix 2023-09-19 16:03:04 +01:00
4d06f34237
preload/defer tweaks 2023-09-19 15:49:50 +01:00
50a17fb07a
unzip fix 2023-09-19 15:30:55 +01:00
d8fa1ff36d
pack/unpack build artifacts 2023-09-19 15:01:56 +01:00
6d42da22ac
uncache favicon.ico 2023-09-19 14:33:50 +01:00
0e41d6151b
fixes 2023-09-19 14:24:12 +01:00
124934e6fb
related posts tweaks 2023-09-19 13:41:37 +01:00
ca96ae9549
code frame tweaks 2023-09-19 12:53:11 +01:00
e6f6e4cc17
deploy fix 2023-09-18 02:59:23 +01:00
299084de93
Gatsby → Astro (#829)
* basic astro setup, kick out all gatsby configs

* move content folder

* src/pages setup

* more file reorg

* more config updates

* more reorgs

* refactor

* refactor

* bump astro

* refactor

* svg icon build system, theme switch

* remark plugin for lead paragraph, more refactor

* make images work

* post meta

* custom Picture component

* Pagination, More component, 404 fixes

* linking fixes

* add table of contents

* post actions fixes

* tag fixes

* content changes

* content changes: move media files to their posts

* more content moving, remove media folder

* refactor remark-lead-paragraph

* link css file when defined in post frontmatter

* move content up again

* kbd post update

* allow js

* downloads solution

* add astro check

* redirect_from solution

* githubLink solution

* reorg

* exif solution as prebuild step

* exif solution on each post during build

* isolate lead paragraph extraction to articles

* restore Exif components

* deploy script update

* fix redirects

* xml & json feeds

* build fix

* fix exif readout in production

* head and seo tweaks, add feeds

* tweak image display

* archive pages with single layout

* restore tags archive

* sitemap setup

* restore thanks page functionality

* reorg

* cleanup

* parallel scripts during prebuild

* restore jest setup

* remove jest, switch to vitest as test runner

* adapt CI

* test refactor

* typescript tweaks

* avatar fixes

* typings

* restore search functionality

* theme switch with nanostores

* fixes

* test fixes

* restore changelog functionality

* umami script

* border color tweak

* related posts with fuse.js

* plawright e2e testing setup

* search tweaks

* simplify typekit loading

* photo fix

* e2e tests

* related posts fix

* fix tags archive

* tweaks

* tweaks

* linux snapshots

* fix header test

* new symlink tactic

* fix dev server in codespaces

* fix yaml

* ci fixes

* changelog loading tweaks

* e2e against dev server on ci

* changelog tweaks

* ci tweaks

* ci tweaks

* ci tweaks

* docs updates

* ci tweaks

* refactor photo creation script

* package updates

* refactor search

* ci tweak

* ci tweaks

* test tweaks, more unit tests

* more unit tests

* post creation script tweaks

* refactor new scripts, test them for real life

* more tests

* refactor

* codeclimate-action update

* uses update

* limit ci runs

* fix theme toggle, test it

* more tests

* favicon files cleanup

* icon components location change

* type checking through ci

* command fixes

* ci fix

* search tweaks

* ci tweaks

* revised favicons, write post draft about it

* drafts filtering fix

* lint fix, favicon fixes

* copy changes

* fix related search images

* content updates

* new codeblock styles, copy tweaks, fixes

* package updates

* typing fixes

* lint fix

* content updates

* restore link posts

* faster theme switching

* split up astro utils

* related posts fixes

* fix

* refactor

* fixes

* copy tweaks

* fixes

* picture tweaks

* image fixes

* feed fixes, adapt for json feed v1.1

* e2e test updates

* layout tweaks

* update snaphots

* migrate to createMarkdownProcessor

* ci cache tweaks

* activate more browsers for e2e testing

* switch to macos-13 images

* build caching tweaks

* markdown fix

* set image quality

* remove avif generation

* picture tweaks

* head fixes

* add og:image:alt

* create-icons test

* new post: Favicon Generation with Astro
2023-09-18 02:16:53 +01:00
36b3d904b1
build fix 2023-08-29 21:16:57 +01:00
8f7f30920b
package updates 2023-08-29 16:07:13 +01:00
bed3752c24
load web3 stuff client-side only 2023-08-17 16:13:44 +01:00
cc6549b0d3
change init of dotenv 2023-08-17 14:03:25 +01:00
1d71df9b92
build fix 2023-08-17 13:50:00 +01:00