diff --git a/_data/metadata.json b/_data/metadata.json index 9fb34c4..c23d415 100644 --- a/_data/metadata.json +++ b/_data/metadata.json @@ -1,16 +1,16 @@ { - "title": "Your Blog Name", - "url": "https://myurl.com/", - "description": "I am writing about my experiences as a naval navel-gazer.", + "title": "Divided by Zero", + "url": "https://blog.sebastien-roch.com/", + "description": "My blog about Javascript and Web in general", "feed": { - "subtitle": "I am writing about my experiences as a naval navel-gazer.", + "subtitle": "My blog about Javascript and Web in general", "filename": "feed.xml", "path": "/feed/feed.xml", - "url": "https://myurl.com/feed/feed.xml", - "id": "https://myurl.com/" + "url": "https://blog.sebastien-roch.com/feed/feed.xml", + "id": "https://blog.sebastien-roch.com/" }, "author": { - "name": "Your Name Here", - "email": "youremailaddress@example.com" + "name": "Sébastien Roch", + "email": "roch.sebastien@gmail.com" } } diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 85c274b..aebb692 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -20,15 +20,6 @@ -
-
    -
  1. Edit the _data/metadata.json with your blog’s information.
  2. -
  3. (Optional) Edit .eleventy.js with your configuration preferences.
  4. -
  5. Delete this message from _includes/layouts/base.njk.
  6. -
-

This is an Eleventy project created from the eleventy-base-blog repo.

-
- {{ content | safe }}