diff --git a/exampleSite/content/project/project1.md b/exampleSite/content/project/project1.md index d20499d..54d5138 100644 --- a/exampleSite/content/project/project1.md +++ b/exampleSite/content/project/project1.md @@ -1,7 +1,7 @@ --- title: "Project 1" description: "Lorem ipsum dolor sit amet" -repo: "#" +repo: "#" # delete this line if you want blog-like posts for projects tags: ["go", "golang", "hugo"] weight: 1 draft: false diff --git a/exampleSite/content/project/project2.md b/exampleSite/content/project/project2.md index 41aab8b..c62e896 100644 --- a/exampleSite/content/project/project2.md +++ b/exampleSite/content/project/project2.md @@ -1,7 +1,7 @@ --- title: "Project 2" description: "Consectetur adipiscing elit" -repo: "#" +repo: "#" # delete this line if you want blog-like posts for projects tags: ["html", "css", "js"] weight: 2 draft: false diff --git a/exampleSite/content/project/project3.md b/exampleSite/content/project/project3.md index a13d0c9..0eac5cd 100644 --- a/exampleSite/content/project/project3.md +++ b/exampleSite/content/project/project3.md @@ -1,7 +1,7 @@ --- title: "Project 3" description: "Cras felis sapien" -repo: "#" +repo: "#" # delete this line if you want blog-like posts for projects tags: ["bootstrap", "responsive"] weight: 3 draft: false diff --git a/exampleSite/content/project/project4.md b/exampleSite/content/project/project4.md index 7f907c0..86b502d 100644 --- a/exampleSite/content/project/project4.md +++ b/exampleSite/content/project/project4.md @@ -1,7 +1,7 @@ --- title: "Project 4" description: "Pellentesque eu lacinia id" -repo: "#" +repo: "#" # delete this line if you want blog-like posts for projects tags: ["highlight-js", "syntax-highlighting"] weight: 4 draft: false