Skip to content

Commit

Permalink
patch: styling progress
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidg3 committed Jun 30, 2024
1 parent abd656f commit 39bc684
Show file tree
Hide file tree
Showing 18 changed files with 802 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({ "./src/assets/": "assets" });
eleventyConfig.addPassthroughCopy({ "./node_modules/font-awesome/css": "assets/font-awesome/css" });
eleventyConfig.addPassthroughCopy({ "./node_modules/font-awesome/fonts": "assets/font-awesome/fonts" });
eleventyConfig.addPassthroughCopy({ "./node_modules/highlight.js/styles/atom-one-light.min.css": "styles/highlight.js-atom-one-light.min.css" });
eleventyConfig.addPassthroughCopy({ "./node_modules/highlight.js/styles/atom-one-dark.min.css": "styles/atom-theme.min.css" });

eleventyConfig.addPassthroughCopy({ "./client-side-compiled/**/*": "scripts" });
eleventyConfig.addPassthroughCopy({ "./styles-compiled/**/*": "styles" });
Expand Down
Loading

0 comments on commit 39bc684

Please sign in to comment.