From f2d6f208303c2b80b18f3769cd56115912be7cda Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Thu, 13 Sep 2018 13:25:13 +0100 Subject: [PATCH] updates --- _config.yml | 1 + code/lukeoliff.html | 8 ++++++++ code/lukeoliff.php | 11 +++++++++++ 3 files changed, 20 insertions(+) create mode 100644 code/lukeoliff.html create mode 100644 code/lukeoliff.php diff --git a/_config.yml b/_config.yml index a232ec1..a43c7b8 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,4 @@ title: My First PR description: Helping first time contributors to make their first contribution. My First PR. logo: https://raw.githubusercontent.com/my-first-pr/my-first-pr.github.io/master/assets/images/logo.png show_downloads: false +exclude: ["code/"] diff --git a/code/lukeoliff.html b/code/lukeoliff.html new file mode 100644 index 0000000..dae2429 --- /dev/null +++ b/code/lukeoliff.html @@ -0,0 +1,8 @@ + + + HTML Example + + +

Hello World

+ + \ No newline at end of file diff --git a/code/lukeoliff.php b/code/lukeoliff.php new file mode 100644 index 0000000..d75f617 --- /dev/null +++ b/code/lukeoliff.php @@ -0,0 +1,11 @@ + + + + PHP Test + + +Hello World

'; ?> + + \ No newline at end of file