diff --git a/.eleventy.js b/.eleventy.js index e907c3c..b191366 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -40,9 +40,10 @@ module.exports = function(eleventyConfig) { })) }); - eleventyConfig.addFilter("absoluteUrl", function(path) { + eleventyConfig.addFilter("absoluteUrl", function(url) { const base = "https://adrianvic.github.io"; - return base + path; + const prefix = "/tenkuma/web"; + return base + prefix + url; }); eleventyConfig.addFilter("postDate", (dateObj) => { diff --git a/_includes/base.njk b/_includes/base.njk index 81e30ae..28fb5d7 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -11,25 +11,33 @@
-
{% include "header.njk" %}
- {{ post.data.postTitle }}
+ {{ post.data.postTitle }}
{{ post.data.date | postDate }}{% if post.data.lastModified | postDate !== post.data.date | postDate %} ({{ i18n[langKey].lastEditedIn }} {{ post.data.lastModified | postDate}}){% endif %}
{{ i18n[langKey].homeWelcomeParagraph | safe }}
-{{ i18n[langKey].homeWelcomeParagraph | safe }}
+ +{{ i18n[langKey].homeAboutMeParagraph | safe }}
{{ i18n[langKey].homeAboutMeParagraphTwo | safe }}
-{{ i18n[langKey].homeSocialsAndContactParagraph | safe }}
{{ i18n[langKey].homeSocialsAndContactParagraphTwo | safe }}
{{ i18n[langKey].homeMyMusicParagraph | safe }}
-{{ i18n[langKey].homeMyMusicParagraphTwo | safe }}
-{{ i18n[langKey].homeMyMusicParagraph | safe }}
+{{ i18n[langKey].homeMyMusicParagraphTwo | safe }}
+ +{{ i18n[langKey].homeMyVideoParagraph | safe }}
+{{ i18n[langKey].homeMyVideoParagraph | safe }}
{{ i18n[langKey].homeMySoftwareParagraph | safe }}
- {#{{ i18n[langKey].homeMySoftwareNotableProjects | safe }}
#} +{{ i18n[langKey].homeMySoftwareParagraph | safe }}