_config.yml 829 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
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
26
27
28
29
30
31
32
33
34
35
permalink:           pretty

# Setup
title:               'kmeans PyTorch'
#tagline:             'A Jekyll theme'
url:                 https://subhadarship.github.io/kmeans_pytorch/
baseurl:             '/kmeans_pytorch'

# About/contact
author:
  name:              Subhadarshi Panda
  url:               https://subhadarship.github.io
github:
  repo:              https://github.com/subhadarship/kmeans_pytorch/

# Custom vars
version:             0.3

multilingual:        false
src:                 "."
default_theme:       "Rust"

# For Maths
markdown:            kramdown

# To use hljs, disable the default highlighter
kramdown:
  syntax_highlighter_opts:
    disable: true

# Chapter Configuration (up to a 2 level nested list)

chapters:
  - path: chapters/example/example.md
  - path: chapters/cpu_vs_gpu/cpu_vs_gpu.md