From 33a9d6b1907233a346b7144e38a30548179b1a85 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 9 Apr 2019 04:00:08 +0000 Subject: [PATCH] Set up README.md --- README.md | 3 +++ _config.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d1b6ae0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MEDLab website + +A website for the Media Enterprise Design Lab at the University of Colorado Boulder. Visit it online [here](https://cmci.colorado.edu/medlab/). \ No newline at end of file diff --git a/_config.yml b/_config.yml index 05c4738..0b72d33 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,8 @@ deploy: # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. -# exclude: +exclude: + - README.md # - Gemfile # - Gemfile.lock # - node_modules