From 44b349dbcaf58fb443191b0b72fd528ef02e1e16 Mon Sep 17 00:00:00 2001 From: Line Date: Tue, 4 Nov 2025 13:08:25 +0100 Subject: [PATCH] Languages update and some better organization and optimization --- README.md | 10 ++ docker-compose.yml | 3 +- html/3dprinting_painting.html | 193 ++++------------------------- html/404.html | 45 +++++++ html/about.html | 193 ++++------------------------- html/all_updates.html | 104 ++++++++++++++++ html/art.html | 192 ++++------------------------- html/embroidery.html | 191 ++++------------------------- html/fr/index.html | 138 +++++++++++++++++++++ html/index.html | 225 +++++++--------------------------- html/jp/index.html | 138 +++++++++++++++++++++ html/other_things.html | 193 ++++------------------------- html/vixenchroma.css | 156 +++++++++++++++++++++++ nginx_default.conf | 23 ++++ 14 files changed, 770 insertions(+), 1034 deletions(-) create mode 100644 html/404.html create mode 100644 html/all_updates.html create mode 100644 html/fr/index.html create mode 100644 html/jp/index.html create mode 100644 html/vixenchroma.css create mode 100644 nginx_default.conf diff --git a/README.md b/README.md index 624058c..5211172 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ Git project for my website, it's free and public. So you are free to take inspiration from it or steal things from it~ +Start the project : +``` +git pull ...... +cd VixenchromaWebSite +# You need to have git-lfs installed +git lfs pull +docker compose up -d +# enjoy the website at localhost:8080 +``` + LINE / Alyx \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 511a7ae..c0743f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,4 +7,5 @@ services: # - 127.0.0.1:8080:80 - 8080:80 volumes: - - ./html:/usr/share/nginx/html \ No newline at end of file + - ./html:/usr/share/nginx/html + - ./nginx_default.conf:/etc/nginx/conf.d/default.conf:ro \ No newline at end of file diff --git a/html/3dprinting_painting.html b/html/3dprinting_painting.html index 91be757..496b653 100644 --- a/html/3dprinting_painting.html +++ b/html/3dprinting_painting.html @@ -1,4 +1,4 @@ - + @@ -6,7 +6,8 @@ - + + Vixenchroma @@ -17,22 +18,12 @@