diff --git a/_includes/default.njk b/_includes/default.njk index 5bb6c51..8c0560e 100644 --- a/_includes/default.njk +++ b/_includes/default.njk @@ -10,7 +10,7 @@ title: OpenJS NodeJS Application Developer Study Guide - + @@ -40,7 +40,7 @@ title: OpenJS NodeJS Application Developer Study Guide
  • Diagnostics
  • Error Handling
  • Node.js CLI
  • -
  • Events
  • +
  • Events
  • File System
  • JavaScript Prerequisites
  • Module system
  • @@ -61,7 +61,7 @@ title: OpenJS NodeJS Application Developer Study Guide

    © NearForm Ltd.

    -

    Edit this page on GitHub

    +

    Edit this page on GitHub

    diff --git a/index.md b/index.md index f93b281..61c2d49 100644 --- a/index.md +++ b/index.md @@ -9,3 +9,5 @@ TODO: - Styling and update the default template [Events]({{ "/events" | url }}) + +-- Adding timestamp to test deploy diff --git a/package.json b/package.json index 8eb27da..1ebb6f6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "npx eleventy --serve", "preDeploy": "npx eleventy --pathprefix=openjs-nodejs-application-developer-study-guide", - "deploy": "npm run preDeploy && gh-pages -d _site" + "deploy": "npm run preDeploy; timestamp=$(date \"+%s\") && gh-pages -d _site -m \"Deployed at $timestamp\"" }, "repository": { "type": "git",