Erik Grobecker Erik
  • somewhere you aren't
  • not even I know what I am doing

  • Joined on 2024-09-07
Erik opened issue Erik/typst#4 2024-10-10 19:47:57 +00:00
Use formatter for typst
Erik opened issue Erik/blog#2 2024-10-10 19:43:55 +00:00
Create publish mechanic in justfile
Erik opened issue Erik/blog#1 2024-10-10 19:00:46 +00:00
Use image processor
Erik pushed to main at Erik/blog 2024-10-04 15:21:33 +00:00
b31851236c more stuff for typst
Erik created branch main in Erik/blog 2024-10-04 15:20:02 +00:00
Erik pushed to main at Erik/blog 2024-10-04 15:20:02 +00:00
058a73b159 I dont know what Im doing
db09fdde41 init
Erik created repository Erik/blog 2024-10-04 15:19:10 +00:00
Erik pushed to master at Erik/typst 2024-10-04 11:14:07 +00:00
2af00b311d Englisch am 04.10.2024
Erik pushed to master at Erik/typst 2024-10-04 10:25:43 +00:00
5b93850b16 Geschichte am 04.10.2024
faa6959283 typstyle for all previous files
e87a692393 moved school stuff into their own folders
Compare 3 commits »
Erik commented on issue Erik/typst#3 2024-10-02 12:42:27 +00:00
Use cetz for plotting

got some first samples:

#import "@preview/cetz:0.2.2"
#cetz.canvas({
  import cetz.draw: *
  import cetz.plot
  plot.plot(size: (2,2), x-tick-step: 2, y-tick-step: 2, x-equal:…
Erik opened issue Erik/typst#3 2024-10-02 11:18:41 +00:00
Use cetz for plotting
Erik opened issue Erik/software-list#1 2024-10-02 11:17:16 +00:00
include just
Erik pushed to master at Erik/typst 2024-10-01 15:10:18 +00:00
db5c91ffed Geschichte am 01.10.2024
86279a8578 Philosophie am 01.10.2024
76c25212b5 Biologie am 30.09.2024
c71fc38ac3 Mathe am 30.09.2024
4befa07423 Deutsch am 30.09.2024
Compare 7 commits »
Erik opened issue Erik/typst#2 2024-10-01 11:05:05 +00:00
Lernen für die Klausur am 04.10.2024
Erik commented on issue Erik/starlight#2 2024-09-28 11:14:47 +00:00
Write a Dockerfile that allows SSR

A static would look like this:

FROM node:lts AS build
WORKDIR /app
COPY . .
RUN npm i
RUN npm run build

FROM httpd:2.4 AS runtime
COPY --from=build /app/dist /usr/local/ap…
Erik opened issue Erik/starlight#2 2024-09-28 11:10:22 +00:00
Write a Dockerfile that allows SSR
Erik opened issue Erik/starlight#1 2024-09-28 11:08:10 +00:00
Privacy
Erik created branch main in Erik/starlight 2024-09-28 11:05:57 +00:00
Erik pushed to main at Erik/starlight 2024-09-28 11:05:57 +00:00
442db50e08 init from me
2ce40940bc Initial commit from Astro
Erik created repository Erik/starlight 2024-09-28 11:05:41 +00:00