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