aboutsummaryrefslogtreecommitdiff
path: root/.eleventy.js
diff options
context:
space:
mode:
authorIndrajith K L2022-12-04 01:50:32 +0530
committerIndrajith K L2022-12-04 01:50:32 +0530
commite2e122a692313ef0719a03dad808235e16f07cd3 (patch)
tree1d58758d804a984e4bef189fb829412197432bb2 /.eleventy.js
parentcc608c0b5229d98a4fcee35fb5c3804a911ebcac (diff)
downloadindrajith-dev-e2e122a692313ef0719a03dad808235e16f07cd3.tar.gz
indrajith-dev-e2e122a692313ef0719a03dad808235e16f07cd3.tar.bz2
indrajith-dev-e2e122a692313ef0719a03dad808235e16f07cd3.zip
Adds PGP Keys
Updates Contact pages
Diffstat (limited to '.eleventy.js')
-rw-r--r--.eleventy.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eleventy.js b/.eleventy.js
index fbf989e..c2b2086 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -13,6 +13,7 @@ module.exports = function (config) {
});
config.addPassthroughCopy({
"src/css/fonts": "./fonts",
+ "src/files": "./files",
});
config.addPassthroughCopy({
"src/images": "./images",