From 307efded81b92cc6d7a47a956cb5ffcb479b12ae Mon Sep 17 00:00:00 2001 From: Dan Goldsmith Date: Wed, 29 Jan 2020 09:55:50 +0000 Subject: [PATCH] Checkin some edits. Pre refactroing this to be a template Repository --- Build.py | 2 +- Dissertation.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Build.py b/Build.py index 4782a63..85b7c0f 100644 --- a/Build.py +++ b/Build.py @@ -14,7 +14,7 @@ OUTPUT_FILE = "Disso.pdf" STU_HEADER_FILE = "Dissertation.md" #Students Header File #ENTER ALL THE SOURCE FILES THAT YOU HAVE IN THE DISSERTAION HERE. -SOURCE_FILES = [] +SOURCE_FILES = ["Introduction.md"] #Are you using the Recommended Submodule Approach SUBMODULE = True diff --git a/Dissertation.md b/Dissertation.md index cd1b508..925d1f3 100644 --- a/Dissertation.md +++ b/Dissertation.md @@ -1,6 +1,7 @@ --- # ----- THINGS THAT YOU NEED TO CHANGE ---- author: "Your Name" +sid: 424242 title: "Project Title" # Keywords associated with your project @@ -8,6 +9,9 @@ keywords: Comma, Seperated, Keywords degreetitle: 'BSc: Ethical Hacking and cybersecurity' +#Hide the Declaration and Ethics Form +draft: False + #Ethics form, REPLACE THIS WITH YOUR ONE PDF-ethics: Supporting/ethics-certificate.pdf