Skip to content

Commit

Permalink
feat: add CSS support and fonts (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Ned Zimmerman <[email protected]>
  • Loading branch information
chosww and greatislander authored Nov 8, 2024
1 parent 38db80c commit 98192a3
Show file tree
Hide file tree
Showing 54 changed files with 1,695 additions and 1,040 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@ _site
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

#DS Store
.DS_Store
**/.DS_Store
4 changes: 1 addition & 3 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export default function eleventy(eleventyConfig) {
"src/admin/config.yml": "admin/config.yml"
});

eleventyConfig.addPassthroughCopy({
"src/assets": "assets"
});
eleventyConfig.addPassthroughCopy({ "src/assets/fonts": "assets/fonts" });

return {
dir: {
Expand Down
Loading

0 comments on commit 98192a3

Please sign in to comment.