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