diff --git a/.eleventy.js b/.eleventy.js index c5f5740..f97e6c7 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,5 +1,7 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("./src/style.css"); + eleventyConfig.addPassthroughCopy("./src/assets"); + eleventyConfig.addPassthroughCopy("./src/scripts"); return { dir: { diff --git a/src/_includes/base.html b/src/_includes/base.html index 091dd5a..d855e4c 100644 --- a/src/_includes/base.html +++ b/src/_includes/base.html @@ -1,30 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + {{ title }} - - + - {{ content }} +
+
+
+ {{ content }} +
+
+
diff --git a/src/common/footer.html b/src/common/footer.html deleted file mode 100644 index 5c81df2..0000000 --- a/src/common/footer.html +++ /dev/null @@ -1,15 +0,0 @@ -
-
-
- - Copyright © 2019 Sravan Balaji under - MIT License - -
-
-
diff --git a/src/common/footer.txt b/src/common/footer.txt deleted file mode 100644 index 9cd85b3..0000000 --- a/src/common/footer.txt +++ /dev/null @@ -1 +0,0 @@ -document.write('
Copyright © 2019 Sravan Balaji under MIT License
') \ No newline at end of file diff --git a/src/common/header.html b/src/common/header.html deleted file mode 100644 index f023a51..0000000 --- a/src/common/header.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/src/common/header.txt b/src/common/header.txt deleted file mode 100644 index 5b208b0..0000000 --- a/src/common/header.txt +++ /dev/null @@ -1 +0,0 @@ -document.write(' ') \ No newline at end of file diff --git a/src/common/navbar.html b/src/common/navbar.html deleted file mode 100644 index fb6fe59..0000000 --- a/src/common/navbar.html +++ /dev/null @@ -1,174 +0,0 @@ - diff --git a/src/common/navbar.txt b/src/common/navbar.txt deleted file mode 100644 index ea0c212..0000000 --- a/src/common/navbar.txt +++ /dev/null @@ -1 +0,0 @@ -document.write(' ') \ No newline at end of file diff --git a/src/index.md b/src/index.md index ca899d7..43f7569 100644 --- a/src/index.md +++ b/src/index.md @@ -7,6 +7,6 @@ layout: "base.html" Welcome to my personal website! This started out as a side project to learn about web development and UI design, but it has since expanded into a professional portfolio and blog (sort of). If you are a fan of dark mode, try out the toggle button in the upper right corner! -On this website, you can find information about my [educational](./portfolio.html#education) and [professional career](./portfolio.html#professional_experience as well as some of my [personal interests](./personal.html). If you are looking to create your own website and are curious about how I created and hosted this one, please see the [documentation](./documentation.html) page. +On this website, you can find information about my [educational](./portfolio.html#education) and [professional career](./portfolio.html#professional_experience) as well as some of my [personal interests](./personal.html). If you are looking to create your own website and are curious about how I created and hosted this one, please see the [documentation](./documentation.html) page. This website is a constant work in progress and updates will be made as I find time. You can follow development and make suggestions on [GitHub](https://github.com/balajsra/sravanbalaji.com).