26 строки
358 B
Markdown
26 строки
358 B
Markdown
---
|
|
title: Course template explained
|
|
---
|
|
|
|
# Github course template explained
|
|
|
|
## Directory layout
|
|
|
|
```
|
|
_config.yml
|
|
_data/course.html
|
|
_layout/base.html
|
|
_layout/course_page.html
|
|
_layout/course_about.html
|
|
_layout/page.html
|
|
```
|
|
## Course data
|
|
|
|
**_data/course.yml**
|
|
|
|
```
|
|
title: "DIY U: Build a Personal Learning Plan"
|
|
language: en
|
|
image: /img/diy-u/thumb.jpg
|
|
```
|