diff --git a/.docker-build/.nojekyll b/Staticfile similarity index 100% rename from .docker-build/.nojekyll rename to Staticfile diff --git a/dockerfile b/dockerfile deleted file mode 100644 index bde7ebf..0000000 --- a/dockerfile +++ /dev/null @@ -1,37 +0,0 @@ -FROM nginx:alpine - -# Create the app directory that Railway expects -WORKDIR /app - -# Copy static files to the app directory -COPY .docker-build/ /app/ - -# Configure nginx -RUN rm /etc/nginx/conf.d/default.conf -COPY <<'EOF' /etc/nginx/conf.d/default.conf -server { - listen 8080; - listen [::]:8080; - server_name _; - - # Set root to /app where Railway expects it - root /app; - index index.html; - error_page 404 /404.html; - - location / { - try_files $uri $uri/ /index.html =404; - add_header Cache-Control "no-cache"; - } - - location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ { - expires 30d; - } -} -EOF - -# Set proper permissions for the app directory -RUN chown -R nginx:nginx /app && \ - chmod -R 755 /app - -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index 67e4472..0000000 --- a/nginx.conf +++ /dev/null @@ -1,10 +0,0 @@ -server { - listen 80; - server_name _; - root /usr/share/nginx/html; - index index.html; - - location / { - try_files $uri $uri/ /index.html; - } -} \ No newline at end of file diff --git a/.docker-build/.gitbook/assets/img_5751.jpg b/public/.gitbook/assets/img_5751.jpg similarity index 100% rename from .docker-build/.gitbook/assets/img_5751.jpg rename to public/.gitbook/assets/img_5751.jpg diff --git a/.docker-build/.gitbook/assets/img_5752.jpg b/public/.gitbook/assets/img_5752.jpg similarity index 100% rename from .docker-build/.gitbook/assets/img_5752.jpg rename to public/.gitbook/assets/img_5752.jpg diff --git a/.docker-build/.gitbook/assets/photo_2025-01-21_12-09-29.jpg b/public/.gitbook/assets/photo_2025-01-21_12-09-29.jpg similarity index 100% rename from .docker-build/.gitbook/assets/photo_2025-01-21_12-09-29.jpg rename to public/.gitbook/assets/photo_2025-01-21_12-09-29.jpg diff --git "a/.docker-build/.gitbook/assets/sin-t\303\255tulo.png" "b/public/.gitbook/assets/sin-t\303\255tulo.png" similarity index 100% rename from ".docker-build/.gitbook/assets/sin-t\303\255tulo.png" rename to "public/.gitbook/assets/sin-t\303\255tulo.png" diff --git a/.docker-build/.gitbook/assets/slide-9.png b/public/.gitbook/assets/slide-9.png similarity index 100% rename from .docker-build/.gitbook/assets/slide-9.png rename to public/.gitbook/assets/slide-9.png diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/.docker-build/404.html b/public/404.html similarity index 100% rename from .docker-build/404.html rename to public/404.html diff --git a/.docker-build/CNAME b/public/CNAME similarity index 100% rename from .docker-build/CNAME rename to public/CNAME diff --git a/.docker-build/index.html b/public/index.html similarity index 100% rename from .docker-build/index.html rename to public/index.html diff --git a/.docker-build/litepaper/business-model/index.html b/public/litepaper/business-model/index.html similarity index 100% rename from .docker-build/litepaper/business-model/index.html rename to public/litepaper/business-model/index.html diff --git a/.docker-build/litepaper/conclusion/index.html b/public/litepaper/conclusion/index.html similarity index 100% rename from .docker-build/litepaper/conclusion/index.html rename to public/litepaper/conclusion/index.html diff --git a/.docker-build/litepaper/introduction/index.html b/public/litepaper/introduction/index.html similarity index 100% rename from .docker-build/litepaper/introduction/index.html rename to public/litepaper/introduction/index.html diff --git a/.docker-build/litepaper/market-analysis/index.html b/public/litepaper/market-analysis/index.html similarity index 100% rename from .docker-build/litepaper/market-analysis/index.html rename to public/litepaper/market-analysis/index.html diff --git a/.docker-build/litepaper/problem-statements/index.html b/public/litepaper/problem-statements/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/index.html rename to public/litepaper/problem-statements/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-1/index.html b/public/litepaper/problem-statements/problem-statements-1/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-1/index.html rename to public/litepaper/problem-statements/problem-statements-1/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-2/index.html b/public/litepaper/problem-statements/problem-statements-2/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-2/index.html rename to public/litepaper/problem-statements/problem-statements-2/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-3/index.html b/public/litepaper/problem-statements/problem-statements-3/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-3/index.html rename to public/litepaper/problem-statements/problem-statements-3/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-4/index.html b/public/litepaper/problem-statements/problem-statements-4/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-4/index.html rename to public/litepaper/problem-statements/problem-statements-4/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-5/index.html b/public/litepaper/problem-statements/problem-statements-5/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-5/index.html rename to public/litepaper/problem-statements/problem-statements-5/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-6/index.html b/public/litepaper/problem-statements/problem-statements-6/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-6/index.html rename to public/litepaper/problem-statements/problem-statements-6/index.html diff --git a/.docker-build/litepaper/problem-statements/problem-statements-7/index.html b/public/litepaper/problem-statements/problem-statements-7/index.html similarity index 100% rename from .docker-build/litepaper/problem-statements/problem-statements-7/index.html rename to public/litepaper/problem-statements/problem-statements-7/index.html diff --git a/.docker-build/litepaper/proposed-solutions/1-genai-hub/index.html b/public/litepaper/proposed-solutions/1-genai-hub/index.html similarity index 100% rename from .docker-build/litepaper/proposed-solutions/1-genai-hub/index.html rename to public/litepaper/proposed-solutions/1-genai-hub/index.html diff --git a/.docker-build/litepaper/proposed-solutions/2-market-community-ai-platform/index.html b/public/litepaper/proposed-solutions/2-market-community-ai-platform/index.html similarity index 100% rename from .docker-build/litepaper/proposed-solutions/2-market-community-ai-platform/index.html rename to public/litepaper/proposed-solutions/2-market-community-ai-platform/index.html diff --git a/.docker-build/litepaper/proposed-solutions/3-open-source-blank-models/index.html b/public/litepaper/proposed-solutions/3-open-source-blank-models/index.html similarity index 100% rename from .docker-build/litepaper/proposed-solutions/3-open-source-blank-models/index.html rename to public/litepaper/proposed-solutions/3-open-source-blank-models/index.html diff --git a/.docker-build/litepaper/proposed-solutions/4-blacktails-dpin-gpu-system/index.html b/public/litepaper/proposed-solutions/4-blacktails-dpin-gpu-system/index.html similarity index 100% rename from .docker-build/litepaper/proposed-solutions/4-blacktails-dpin-gpu-system/index.html rename to public/litepaper/proposed-solutions/4-blacktails-dpin-gpu-system/index.html diff --git a/.docker-build/litepaper/proposed-solutions/5-cryptocurrency-payments/index.html b/public/litepaper/proposed-solutions/5-cryptocurrency-payments/index.html similarity index 100% rename from .docker-build/litepaper/proposed-solutions/5-cryptocurrency-payments/index.html rename to public/litepaper/proposed-solutions/5-cryptocurrency-payments/index.html diff --git a/.docker-build/litepaper/proposed-solutions/index.html b/public/litepaper/proposed-solutions/index.html similarity index 100% rename from .docker-build/litepaper/proposed-solutions/index.html rename to public/litepaper/proposed-solutions/index.html diff --git a/.docker-build/litepaper/roadmap/0-building-the-mvp/index.html b/public/litepaper/roadmap/0-building-the-mvp/index.html similarity index 100% rename from .docker-build/litepaper/roadmap/0-building-the-mvp/index.html rename to public/litepaper/roadmap/0-building-the-mvp/index.html diff --git a/.docker-build/litepaper/roadmap/1-building-the-foundation/index.html b/public/litepaper/roadmap/1-building-the-foundation/index.html similarity index 100% rename from .docker-build/litepaper/roadmap/1-building-the-foundation/index.html rename to public/litepaper/roadmap/1-building-the-foundation/index.html diff --git a/.docker-build/litepaper/roadmap/2-scaling-for-growth/index.html b/public/litepaper/roadmap/2-scaling-for-growth/index.html similarity index 100% rename from .docker-build/litepaper/roadmap/2-scaling-for-growth/index.html rename to public/litepaper/roadmap/2-scaling-for-growth/index.html diff --git a/.docker-build/litepaper/roadmap/3-embracing-the-future/index.html b/public/litepaper/roadmap/3-embracing-the-future/index.html similarity index 100% rename from .docker-build/litepaper/roadmap/3-embracing-the-future/index.html rename to public/litepaper/roadmap/3-embracing-the-future/index.html diff --git a/.docker-build/litepaper/roadmap/4-decentralization-of-ai/index.html b/public/litepaper/roadmap/4-decentralization-of-ai/index.html similarity index 100% rename from .docker-build/litepaper/roadmap/4-decentralization-of-ai/index.html rename to public/litepaper/roadmap/4-decentralization-of-ai/index.html diff --git a/.docker-build/litepaper/roadmap/index.html b/public/litepaper/roadmap/index.html similarity index 100% rename from .docker-build/litepaper/roadmap/index.html rename to public/litepaper/roadmap/index.html diff --git a/.docker-build/litepaper/team/index.html b/public/litepaper/team/index.html similarity index 100% rename from .docker-build/litepaper/team/index.html rename to public/litepaper/team/index.html diff --git a/.docker-build/litepaper/tokenomics/index.html b/public/litepaper/tokenomics/index.html similarity index 100% rename from .docker-build/litepaper/tokenomics/index.html rename to public/litepaper/tokenomics/index.html diff --git a/.docker-build/resources/css/retype.css b/public/resources/css/retype.css similarity index 100% rename from .docker-build/resources/css/retype.css rename to public/resources/css/retype.css diff --git a/.docker-build/resources/fonts/Inter-italic-latin-var.woff2 b/public/resources/fonts/Inter-italic-latin-var.woff2 similarity index 100% rename from .docker-build/resources/fonts/Inter-italic-latin-var.woff2 rename to public/resources/fonts/Inter-italic-latin-var.woff2 diff --git a/.docker-build/resources/fonts/Inter-roman-latin-var.woff2 b/public/resources/fonts/Inter-roman-latin-var.woff2 similarity index 100% rename from .docker-build/resources/fonts/Inter-roman-latin-var.woff2 rename to public/resources/fonts/Inter-roman-latin-var.woff2 diff --git a/.docker-build/resources/js/config.js b/public/resources/js/config.js similarity index 100% rename from .docker-build/resources/js/config.js rename to public/resources/js/config.js diff --git a/.docker-build/resources/js/lunr.js b/public/resources/js/lunr.js similarity index 100% rename from .docker-build/resources/js/lunr.js rename to public/resources/js/lunr.js diff --git a/.docker-build/resources/js/retype.js b/public/resources/js/retype.js similarity index 100% rename from .docker-build/resources/js/retype.js rename to public/resources/js/retype.js diff --git a/.docker-build/resources/js/search.json b/public/resources/js/search.json similarity index 100% rename from .docker-build/resources/js/search.json rename to public/resources/js/search.json diff --git a/.docker-build/resources/lunr.js.LICENSE.txt b/public/resources/lunr.js.LICENSE.txt similarity index 100% rename from .docker-build/resources/lunr.js.LICENSE.txt rename to public/resources/lunr.js.LICENSE.txt diff --git a/.docker-build/resources/mermaid.js.LICENSE.txt b/public/resources/mermaid.js.LICENSE.txt similarity index 100% rename from .docker-build/resources/mermaid.js.LICENSE.txt rename to public/resources/mermaid.js.LICENSE.txt diff --git a/.docker-build/resources/prism.js.LICENSE.txt b/public/resources/prism.js.LICENSE.txt similarity index 100% rename from .docker-build/resources/prism.js.LICENSE.txt rename to public/resources/prism.js.LICENSE.txt diff --git a/.docker-build/resources/retype.LICENSE.txt b/public/resources/retype.LICENSE.txt similarity index 100% rename from .docker-build/resources/retype.LICENSE.txt rename to public/resources/retype.LICENSE.txt diff --git a/.docker-build/resources/retype.js.LICENSE.txt b/public/resources/retype.js.LICENSE.txt similarity index 100% rename from .docker-build/resources/retype.js.LICENSE.txt rename to public/resources/retype.js.LICENSE.txt diff --git a/.docker-build/robots.txt b/public/robots.txt similarity index 100% rename from .docker-build/robots.txt rename to public/robots.txt diff --git a/.docker-build/sitemap.xml.gz b/public/sitemap.xml.gz similarity index 100% rename from .docker-build/sitemap.xml.gz rename to public/sitemap.xml.gz diff --git a/.docker-build/static/blacktail-hero.png b/public/static/blacktail-hero.png similarity index 100% rename from .docker-build/static/blacktail-hero.png rename to public/static/blacktail-hero.png diff --git a/.docker-build/static/logo-black.png b/public/static/logo-black.png similarity index 100% rename from .docker-build/static/logo-black.png rename to public/static/logo-black.png diff --git a/.docker-build/static/logo.png b/public/static/logo.png similarity index 100% rename from .docker-build/static/logo.png rename to public/static/logo.png diff --git a/.docker-build/static/question.svg b/public/static/question.svg similarity index 100% rename from .docker-build/static/question.svg rename to public/static/question.svg