Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Aug 14, 2024
1 parent 7a00859 commit 471b491
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 18 deletions.
12 changes: 5 additions & 7 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ module.exports = function (eleventyConfig) {
// Copy JS Folder to /_site
eleventyConfig.addPassthroughCopy("./src/static/js");

// Copy Image Folder to /_site
eleventyConfig.addPassthroughCopy("./src/static/img");

// Copy favicon to route of /_site
eleventyConfig.addPassthroughCopy("./src/favicon.ico");

// Disable automatic use of your .gitignore
eleventyConfig.setUseGitIgnore(false);

Expand Down Expand Up @@ -45,6 +39,11 @@ module.exports = function (eleventyConfig) {
"./static/css/prism-tomorrow.css",
});

// Copy Image Folder to /_site
eleventyConfig.addPassthroughCopy("./src/static/img");

// Copy favicon to route of /_site
eleventyConfig.addPassthroughCopy("./src/favicon.ico");

// Minify HTML
eleventyConfig.addTransform("htmlmin", function (content, outputPath) {
Expand All @@ -66,7 +65,6 @@ module.exports = function (eleventyConfig) {
return {
dir: {
input: "src",
output: "_site"
},
htmlTemplateEngine: "njk",
};
Expand Down
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
9 changes: 1 addition & 8 deletions netlify.toml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[build]
publish = "_site"
<<<<<<< HEAD
command = "npm run build"

[build.processing]
skip_processing = true
=======
command = "npm run build"
>>>>>>> parent of 2f7f06c (test)
command = "npm run build"
5 changes: 2 additions & 3 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
"cssnano": "^5.0.15",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"luxon": "^2.5.2",
"luxon": "^2.3.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^9.1.0",
"prismjs": "^1.26.0",
"tailwindcss": "^3.0.13"
},
"dependencies": {
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5"
}
}
}
Empty file modified postcss.config.js
100755 → 100644
Empty file.
Empty file modified tailwind.config.js
100755 → 100644
Empty file.

0 comments on commit 471b491

Please sign in to comment.