Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
title: Welcome to my portfolio!
theme: jekyll-theme-primer
theme: jekyll-theme-cayman
1 change: 1 addition & 0 deletions _includes/01-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace this with your name, and include a header.
1 change: 1 addition & 0 deletions _includes/02-image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace this with an image, like your photo. Ensure you include some alt-text.
1 change: 1 addition & 0 deletions _includes/03-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace this with a link to your a GitHub or social media profile.
1 change: 1 addition & 0 deletions _includes/04-lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace this with a list of your favorite things.
1 change: 1 addition & 0 deletions _includes/05-emphasis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Write out some of your awesome attributes, and use emphasis (like bold or italics) to identify keywords, programming languages, or skills.
18 changes: 18 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
---
layout: default
---

{% include 01-name.md %}

<br>

{% include 02-image.md %}

<br>

{% include 03-links.md %}

<br>

{% include 04-lists.md %}

<br>

{% include 05-emphasis.md %}