CS224W Course Notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
682 B

  1. baseurl: /cs228-notes
  2. title: Probabilistic graphical modeling course
  3. subtitle: Lecture notes for Stanford cs228.
  4. author: Volodymyr Kuleshov
  5. simple_search: http://google.com/search
  6. description: Lecture notes for Stanford cs228.
  7. name: cs228-notes
  8. markdown_ext: "markdown,mkdown,mkdn,mkd,md"
  9. permalink: /articles/:short_year/:title
  10. timezone: America/New_York
  11. excerpt_separator: <!--more--> # you can specify your own separator, of course.
  12. exclude: ['Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md']
  13. post:
  14. template: _post.txt
  15. extension: md
  16. page:
  17. template: _page.txt
  18. extension: md
  19. editor: gvim
  20. git:
  21. branch: master
  22. transfer:
  23. command: rsync
  24. settings: -av
  25. source: _site/