Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Oct 1, 2024
1 parent e0ab974 commit edb5cb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ After that you can build and push multi-platform images locally.
docker login my-user my-pass

# replace "nemanjamitic/nemanjam.github.io" with your image name
# set ARG_SITE_URL to your production url
# set ARG_SITE_URL_ARM64 to your production url
# set correct architecture for your production server --platform linux/arm64 or linux/amd64
"docker:build:push:arm": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL='https://nmc-docker.arm1.nemanjamitic.com' --platform linux/arm64 --push .",
"docker:build:push:arm": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL_ARM64='https://nmc-docker.arm1.nemanjamitic.com' --platform linux/arm64 --progress=plain --push .",

# build and push Docker image, replace "arm" with your architecture
yarn docker:build:push:arm
Expand Down
10 changes: 5 additions & 5 deletions docs/working-notes/todo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,21 +531,21 @@ sentry
// plausible
<script defer data-domain="nemanjamitic.com" src="https://plausible.arm1.nemanjamitic.com/js/script.js"></script>
add zod schema that checks node_env for plausible_url instead of optional
moze samo za 1 url data-domain="nemanjamitic.com"
moze samo za 1 url data-domain="nemanjamitic.com", to je ok, tako i treba

paralelizuj docker arm x86 build, reuse cache, test
paralelizuj docker arm x86 build, reuse cache, test
accessibility
image sizes
image sizes
astro gallery, blur onload, infinite scroll
define real color themes
IPv6 Traefik
pitaj plausible zasto ne radi za razlicite poddomene i domene
pitaj plausible zasto ne radi za razlicite poddomene i domene
text float around images on blog, home and about page
design system pages, typography
js function to print image dom and src size over image for debugging, moze npm paket

-----
fix github action docker arm x86
fix github action docker arm x86, move condition in Dockerfile, remove matrix
restructure folders, folder name, mdx and images in same folder
content collections to content layer
fix plausible for all subdomains, done same data-domain="nemanjamitic.com", ok
Expand Down

0 comments on commit edb5cb5

Please sign in to comment.