Edit domain, index

This commit is contained in:
Gal 2024-11-21 18:36:47 +01:00
parent 77bc15cf75
commit 141a846807
Signed by: gal
GPG Key ID: F035BC65003BC00B
3 changed files with 32 additions and 7 deletions

21
docker-compose.yml Normal file
View File

@ -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

View File

@ -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"
}

View File

@ -8,3 +8,7 @@ eleventyNavigation:
Im 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, & Im mostly driven by a boundless (and sometimes foolish) curiosity & desire to make sense of the world so that I can solve the problems that Im interested in. The dots might not connect now but I believe (or hope) that someday they will.
Check out these initiatives that Ive 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