Skip to content

Commit

Permalink
projects commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdt01 committed Feb 18, 2024
1 parent ce46b0a commit 1a63507
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 17 deletions.
12 changes: 12 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ collections:
portfolio:
output: true
permalink: /:collection/:path/
projects:
output: true
permalink: /:collection/:path/
talks:
output: true
permalink: /:collection/:path/
Expand Down Expand Up @@ -236,6 +239,15 @@ defaults:
author_profile: true
share: true
comment: true
# _projects
- scope:
path: ""
type: projects
values:
layout: single
author_profile: true
share: true
comment: true
# _talks
- scope:
path: ""
Expand Down
8 changes: 4 additions & 4 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# main links links
main:
- title: "Projects"
url: /projects/
- title: "Portfolio"
url: /portfolio/

- title: "Talks"
url: /talks/

# - title: "Teaching"
# url: /teaching/

- title: "Portfolio"
url: /portfolio/
# - title: "Portfolio"
# url: /portfolio/

- title: "Blog Posts"
url: /year-archive/
Expand Down
2 changes: 1 addition & 1 deletion _projects/project-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Portfolio item number 1"
# excerpt: "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>"
excerpt: "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>"/
collection: portfolio
---

Expand Down
7 changes: 7 additions & 0 deletions _projects/project-2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Portfolio item number 2"
excerpt: "Short description of portfolio item number 2 <br/><img src='/images/500x300.png'>"
collection: portfolio
---

This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML.
12 changes: 0 additions & 12 deletions _projects/project-2.md

This file was deleted.

0 comments on commit 1a63507

Please sign in to comment.