diff --git a/.env b/.env new file mode 100644 index 0000000..199fbb0 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +APP_URL=https://me.twk95.com \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index d3553c4..7664562 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,10 +6,20 @@ services: container_name: eleventy_dev # Map port 8080 on the host to port 8080 in the container ports: - - "8080:8080" + - 8080:8080 # Mount the current directory on the host to /app in the container # This allows for live-reloading as you edit your files locally volumes: - .:/usr/src/app # Anonymize the node_modules directory to prevent conflicts with local modules - /app/node_modules + labels: + diun.enable: false + homepage.group: Tools + homepage.name: Eleventy + homepage.icon: eleventy + homepage.href: ${APP_URL} +networks: {} +x-dockge: + urls: + - ${APP_URL} diff --git a/src/_data/site.json b/src/_data/site.json index 8e70e1e..d9472a7 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -1,7 +1,8 @@ { "author": { - "name": "Jesus Network Solutions", + "name": "Jesus Otero", "email": "jesus@twk95.com", + "shortname": "JOL", "linkedinUrl": "https://linkedin.twk95.com" }, "resumeUrl": "resume/jesus-main.pdf" diff --git a/src/_includes/base.njk b/src/_includes/base.njk index ab9651d..67a93ba 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -1,89 +1,89 @@ +--- +title: "Base" +layout: "layout.njk" +--- - + {{ title }} - - - + +
-
-

{{ title }}

-

A demonstration of what's possible with this powerful static site generator.

-
+
+

{{ title }}

+

A demonstration of what's possible with this powerful static site generator.

+
-
-
- {{ content | safe }} -
+
+ {{ content | safe }} +
- - - - + + \ No newline at end of file diff --git a/src/_includes/layout.njk b/src/_includes/layout.njk index 611f36a..c9444e9 100644 --- a/src/_includes/layout.njk +++ b/src/_includes/layout.njk @@ -1,6 +1,6 @@ - + {{ title }} @@ -10,55 +10,51 @@ - - - - -
- - -