diff --git a/_config.yml b/_config.yml index 2a323817..391c7ca1 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,4 @@ markdown: kramdown kramdown: input: GFM permalink: /blog/:year/:month/:day/:title +projects: [kiosk, space, ican, strange, solar, drawing] diff --git a/_layouts/default.html b/_layouts/default.html index 1bdf029a..f03b34d8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -35,12 +35,13 @@
diff --git a/drawing/index.md b/drawing/index.md index 243a2852..75070fc3 100644 --- a/drawing/index.md +++ b/drawing/index.md @@ -1,6 +1,7 @@ --- layout: default title: Digital Drawing +short: drawing --- # Digital Drawing! diff --git a/ican/index.md b/ican/index.md index ccc4a312..796baf7d 100644 --- a/ican/index.md +++ b/ican/index.md @@ -1,6 +1,7 @@ --- layout: default title: iCan +short: ican --- # iCan! diff --git a/index.md b/index.md index 11e2ca12..f1ddb4b0 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,7 @@ --- layout: default title: The Paper Pilot +name: Home --- # Hello! I'm Anthony Lawn, or "The Paper Pilot". My passion is computer science, which you can see from my history of software engineering and game development stretching across desktop, web, and mobile applications. I'm currently attending the University of Texas at Dallas, working towards a B.S. in Computer Science. @@ -10,47 +11,19 @@ I have experience with ActionScript, Bash script, CSS, HTML, Java, JavaScript, P [Download my Resume](https://drive.google.com/uc?export=download&id=0B4xCmMA9eS2jZExWTGhtbS1nT0k) **Projects** +
- - - - - - +{% for project in site.projects %} + {% for page in site.pages %} + {% if page.short == project %} + + {% endif %} + {% endfor %} +{% endfor %}
diff --git a/kiosk/index.md b/kiosk/index.md index c04e1726..ab6fbc03 100644 --- a/kiosk/index.md +++ b/kiosk/index.md @@ -1,6 +1,7 @@ --- layout: default title: Computer Science Kiosk +short: kiosk --- # Computer Science Kiosk! diff --git a/solar/index.md b/solar/index.md index 674df81d..67613967 100644 --- a/solar/index.md +++ b/solar/index.md @@ -1,6 +1,7 @@ --- layout: default title: Solar TD +short: solar --- # Solar TD! diff --git a/space/index.md b/space/index.md index d7aaa6a0..6d9e65c5 100644 --- a/space/index.md +++ b/space/index.md @@ -1,6 +1,7 @@ --- layout: default title: Space Game +short: space --- # Space Game! diff --git a/strange/index.md b/strange/index.md index b619b811..8cf9e6a8 100644 --- a/strange/index.md +++ b/strange/index.md @@ -1,6 +1,7 @@ --- layout: default title: 12 is Strange +short: strange --- # 12 is Strange!