Skip to content

Commit

Permalink
Merge pull request #57 from iv-org/static
Browse files Browse the repository at this point in the history
Make the website entirely static and almost JavaScript free
  • Loading branch information
TheFrenchGhosty authored Feb 15, 2022
2 parents d5c72e9 + f1e4c83 commit 300ea1c
Show file tree
Hide file tree
Showing 55 changed files with 252 additions and 20,743 deletions.
11 changes: 0 additions & 11 deletions .editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

31 changes: 0 additions & 31 deletions .eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions .markdownlint.json

This file was deleted.

3 changes: 0 additions & 3 deletions .markdownlintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .stylelintignore

This file was deleted.

34 changes: 0 additions & 34 deletions .stylelintrc.json

This file was deleted.

9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
FROM docker.io/library/node:16 as build
COPY . .
RUN npm install
RUN npm run build

FROM docker.io/library/nginx:alpine
COPY --from=build /public/ /usr/share/nginx/html/
# TheFrenchGhosty: The videos/ folder has been removed, no idea why it's created
RUN rm -rf /usr/share/nginx/html/videos
COPY /public/ /usr/share/nginx/html/
41 changes: 0 additions & 41 deletions assets/scss/app.scss

This file was deleted.

5 changes: 0 additions & 5 deletions assets/scss/variables.scss

This file was deleted.

17 changes: 0 additions & 17 deletions babel.config.js

This file was deleted.

125 changes: 0 additions & 125 deletions config/_default/config.toml

This file was deleted.

Loading

0 comments on commit 300ea1c

Please sign in to comment.