You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2014-03-21-Example-Project.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,14 @@
1
1
---
2
2
author: "@wasabifan"#The GitHub username of the post's author or authors, separated by spaces. This is the only "required" field, but it is highly encouraged to fill out as many as you can.
3
-
language: JavaScript #The programming language that the project was written with
3
+
programming_language: JavaScript #The programming language that the project was written with
4
4
5
-
youtube_video_pre: "Here's a video:"#Text to be displayed before the video; will only be included if a video is supplied
6
-
youtube_video: abc123 #The video ID of the YouTube video to be displayed with this post
5
+
youtube_video_id: abc123 #The video ID of the YouTube video to be displayed with this post
7
6
8
-
github_repo: "github.com/myuser/myrepo"#Provide a link to a dedicated GitHub repo
9
-
code_url: "example.com/myproject"#Fallback if no GitHub repo is provided;
10
-
homepage: "example.com"#A pretty home page for the project
7
+
source_code_url: "https://github.com/myuser/myrepo"#Provide a link to your code
8
+
project_homepage_url: "http://example.com"#A pretty home page for the project
11
9
12
-
published: false #Hides the project from the published site (set this to true to publish it)
13
-
14
-
layout: project
15
-
category: projects
10
+
layout: "project"
11
+
category: "projects"
16
12
---
17
13
18
14
Put your content here. It can be any Markdown, HTML, plain text, or a combination of the three.
0 commit comments