forked from ermongroup/cs228-notes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
25 lines (25 loc) · 682 Bytes
/
Copy path_config.yml
File metadata and controls
25 lines (25 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
baseurl: /cs228-notes
title: Probabilistic graphical modeling course
subtitle: Lecture notes for Stanford cs228.
author: Volodymyr Kuleshov
simple_search: http://google.com/search
description: Lecture notes for Stanford cs228.
name: cs228-notes
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
permalink: /articles/:short_year/:title
timezone: America/New_York
excerpt_separator: <!--more--> # you can specify your own separator, of course.
exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md']
post:
template: _post.txt
extension: md
page:
template: _page.txt
extension: md
editor: gvim
git:
branch: master
transfer:
command: rsync
settings: -av
source: _site/