From 141a846807c63378e24950063de8b2269de9414d Mon Sep 17 00:00:00 2001 From: Gal Date: Thu, 21 Nov 2024 18:36:47 +0100 Subject: [PATCH] Edit domain, index --- docker-compose.yml | 21 +++++++++++++++++++++ src/_data/metadata.json | 12 ++++++------ src/index.md | 6 +++++- 3 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..b35bf8f --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,21 @@ +version: '3' +services: + eleventy: + image: node:20-slim + working_dir: /usr/src/app + volumes: + - ./:/usr/src/app + ports: + - "3000:3000" + command: ["npx", "@11ty/eleventy", "--serve", "--port", "3000"] + labels: + - "traefik.enable=true" + - "traefik.http.routers.eleventy.rule=Host(`blog.velouria.dev`)" + - "traefik.http.routers.eleventy.entrypoints=websecure" + - "traefik.http.routers.eleventy.tls.certresolver=myresolver" + - "traefik.http.services.eleventy.loadbalancer.server.port=3000" + networks: + - traefik_network +networks: + traefik_network: + external: true \ No newline at end of file diff --git a/src/_data/metadata.json b/src/_data/metadata.json index a2d77a6..fa30479 100644 --- a/src/_data/metadata.json +++ b/src/_data/metadata.json @@ -1,12 +1,12 @@ { - "title": "Eleventy Not so minimal blog starter", - "url": "https://eleventy-not-so-minimal-blog-starter.netlify.app", + "title": "Galuh Sahid", + "url": "https://galuhsahid.com", "language": "en", - "description": "Build your own website + blog with the 'not so minimal blog starter' which uses the Eleventy static site generator.", + "description": "Personal website of Galuh Sahid.", "author": { - "name": "firstname lastname", - "email": "hello@blog.com" + "name": "Galuh Sahid", + "email": "galuh.sahid@protonail.com" }, "image": "/assets/social-image.jpg", - "feedUrl": "https://eleventy-not-so-minimal-blog-starter.netlify.app/feed.xml" + "feedUrl": "https://galuhsahid.com/feed.xml" } \ No newline at end of file diff --git a/src/index.md b/src/index.md index 98bccb6..e359c17 100644 --- a/src/index.md +++ b/src/index.md @@ -7,4 +7,8 @@ eleventyNavigation: I’m an Indonesian machine learning engineer, [street & travel photographer](https://galuh.myportfolio.com) and [sketcher](https://instagram.com/gal.ts.art) currently based in Berlin, Germany. I spent a couple of years in Singapore working as a software engineer at Twitter. Prior to that, I worked as a data scientist at Gojek, building & shipping various data/machine learning systems. -I enjoy collecting experiences & knowledge, & I’m mostly driven by a boundless (and sometimes foolish) curiosity & desire to make sense of the world so that I can solve the problems that I’m interested in. The dots might not connect now but I believe (or hope) that someday they will. \ No newline at end of file +I enjoy collecting experiences & knowledge, & I’m mostly driven by a boundless (and sometimes foolish) curiosity & desire to make sense of the world so that I can solve the problems that I’m interested in. The dots might not connect now but I believe (or hope) that someday they will. + +Check out these initiatives that I’ve been involved in as an organizer/mentor/volunteer: [ReDI School of Digital Integration](https://www.redi-school.org/), [Kartini Teknologi podcast](http://kartiniteknologi.id/), [Global Diversity CFP Day Jakarta](https://www.globaldiversitycfpday.com/), [Women Developer Academy](https://events.withgoogle.com/women-developer-academy-1/), [Bangkit](https://grow.google/intl/id_id/bangkit/) + +Contact: galuh.sahid[at]protonmail.com \ No newline at end of file