From adc327e462f887d132f7ee435abcff5a41fefa61 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 26 Sep 2025 14:06:14 +0200 Subject: [PATCH] Update navbar links --- compose.yml | 21 --------------- dist/index.html | 42 +++--------------------------- dist/presentations/index.html | 29 --------------------- dist/projects/index.html | 42 +++--------------------------- dist/publications/index.html | 42 +++--------------------------- templates/base.html | 29 --------------------- templates/partials/navigation.html | 15 +++-------- 7 files changed, 13 insertions(+), 207 deletions(-) delete mode 100644 compose.yml diff --git a/compose.yml b/compose.yml deleted file mode 100644 index 86508c5..0000000 --- a/compose.yml +++ /dev/null @@ -1,21 +0,0 @@ -services: - homepage: - image: nginx:alpine - container_name: homepage - volumes: - - ./dist:/usr/share/nginx/html - restart: unless-stopped - networks: - - proxy-network - labels: - - "traefik.enable=true" - - "traefik.http.routers.homepage.rule=Host(`www.yanlincs.com`)" - - "traefik.http.routers.homepage.tls=true" - - "traefik.http.routers.homepage.tls.certresolver=cloudflare" - - "traefik.http.routers.homepage.tls.domains[0].main=*.yanlincs.com" - - "traefik.http.services.homepage.loadbalancer.server.port=80" - - -networks: - proxy-network: - external: true diff --git a/dist/index.html b/dist/index.html index 2bd4584..c6aa938 100644 --- a/dist/index.html +++ b/dist/index.html @@ -56,7 +56,7 @@ - - - {% elif section == 'projects' %} {% elif section == 'teaching' %} {% elif section == 'presentations' %} - {% elif section == 'services' %} - {% endif %} {% endfor %}