From 350ed18100258f52784c7e1868bcdd8629373ad5 Mon Sep 17 00:00:00 2001
From: Nathan Schneider <nathan.schneider@colorado.edu>
Date: Fri, 22 Oct 2021 21:56:23 +0000
Subject: [PATCH] Added some basic metadata, project page for darija

---
 _config.yml        | 17 ++++++++++-------
 _projects/medic.md | 10 ++++++++++
 2 files changed, 20 insertions(+), 7 deletions(-)
 create mode 100644 _projects/medic.md

diff --git a/_config.yml b/_config.yml
index af3c768..12f18d8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -18,23 +18,26 @@
 # You can create any custom variable you would like, and they will be accessible
 # in the templates via {{ site.myvariable }}.
 
-title: Example Jekyll site using GitLab Pages
-email: your-email@domain.com
+title: Excavations: Governance Archaeology for the Future of the Internet
+email: medlab@colorado.edu
 description: >- # this means to ignore newlines until "baseurl:"
   Write an awesome description for your new site here. You can edit this
   line in _config.yml. It will appear in your document head meta (for
   Google search results) and in your feed.xml site description.
-baseurl: "/jekyll" # the subpath of your site, e.g. /blog
-url: "/" # the base hostname & protocol for your site, e.g. http://example.com
-twitter_username: jekyllrb
-github_username:  jekyll
-gitlab_username:  pages
+baseurl: "/excavations" # the subpath of your site, e.g. /blog
+url: "https://medlabboulder.gitlab.io" # the base hostname & protocol for your site, e.g. http://example.com
+twitter_username: medlabboulder
+gitlab_username:  medlabboulder
 
 # Build settings
 theme: minima
 plugins:
   - jekyll-feed
 
+collections:
+  projects:
+    output: true
+
 # Exclude from processing.
 # The following items will not be processed, by default.
 # Any item listed under the `exclude:` key here will be automatically added to
diff --git a/_projects/medic.md b/_projects/medic.md
new file mode 100644
index 0000000..d6142cb
--- /dev/null
+++ b/_projects/medic.md
@@ -0,0 +1,10 @@
+---
+layout: page
+title: Darija Medic
+permalink: /projects/medic/
+archaeology: tag1, tag2
+---
+
+# Darija Medic
+
+Project project project
\ No newline at end of file