Edit domain, index
This commit is contained in:
parent
77bc15cf75
commit
141a846807
|
@ -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
|
|
@ -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"
|
||||
}
|
|
@ -8,3 +8,7 @@ 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.
|
||||
|
||||
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
|
Loading…
Reference in New Issue