Skip to content

Commit

Permalink
chore(build): cleanup and attempting to fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Dec 16, 2024
1 parent beb0f5d commit c12e991
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ jobs:
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}"
- name: Build Tailwind CSS
run: npm run build:tw
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Empty file added config/_default/hugo.toml
Empty file.
1 change: 0 additions & 1 deletion config/production/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
baseURL = "https://aurelia.io/website/"
publishDir = "public"

[params]
pathPrefix = "/website"
16 changes: 1 addition & 15 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,4 @@ theme = "aurelia-theme"
pathPrefix = ""

[outputs]
home = ["HTML", "RSS", "JSON"]

[build]
writeStats = true

[module]
[module.hugoVersion]
extended = true
[[module.mounts]]
source = "assets"
target = "assets"

[[module.mounts]]
source = "static"
target = "static"
home = ["HTML", "RSS", "JSON"]
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ module.exports = {
'@tailwindcss/postcss': {
config: './tailwind.config.js',
},
'autoprefixer': {},
}
};

0 comments on commit c12e991

Please sign in to comment.