Skip to content

Commit

Permalink
draft pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Mendez committed Aug 19, 2022
1 parent 8200985 commit d5b5fa1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Binary file added MendezResume.pdf
Binary file not shown.
6 changes: 0 additions & 6 deletions _data/navigation.yml

This file was deleted.

13 changes: 13 additions & 0 deletions _drafts/all_posts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: page
title: All Posts
permalink: /all-posts/
---

<ul>
{% for post in site.posts %}
<li>
{{ post.date }}&emsp;<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>

0 comments on commit d5b5fa1

Please sign in to comment.