Skip to content

Commit

Permalink
Add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
Makkkkus committed Mar 20, 2024
1 parent 534d955 commit ebd517e
Show file tree
Hide file tree
Showing 12 changed files with 1,156 additions and 17 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
trim_trailing_whitespace = true
charset = utf-8
insert_final_newline = true

[*.{js,ts}]
tab_width = 2
indent_style = tab

[*.yml]
indent_size = 2
indent_style = space

[*.{html,svelte}]
tab_width = 4
indent_style = tab
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -32,10 +36,6 @@ jobs:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Minicraft+ website
[![Deploying](https://github.com/MinicraftPlus/MinicraftPlus.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/MinicraftPlus/MinicraftPlus.github.io/actions/workflows/deploy.yml)

This is the website for Mincraft Plus. It is currently set up using a combination of svelte (for modern features), and jekyll for preserving the legacy site.
Loading

0 comments on commit ebd517e

Please sign in to comment.