-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
49 lines (37 loc) · 1.22 KB
/
_config.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# --- Required options --- #
title: Polygon Clipping
theme: jekyll-theme-dinky
# theme: jekyll-theme-cayman
show_downloads: true
# Exclude
# Name of website
name: Polygon clipping
description: Working with geometry using numpy.
# [npg](voronoi2.png)
# Your name to show in the footer
author: Dan Patterson
url: "https://dan-patterson.github.io/polygon_clipping"
# url: https://github.com/Dan-Patterson "https://dan-patterson.github.io/numpy_geometry"
# exclude:
# --- Logo --- #
# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
# avatar: "/assets/img/avatar-icon.png"
# If you want to have an image logo in the top-left corner instead of having the title of the website,
# then specify the following parameter
#title-img: /path/to/image
# kramdown
markdown: GFM
# Alternatively, the navbar, footer, and page background can be set to an image
# instead of colour
#navbar-img: "/assets/img/bgimage.png"
#footer-img: "/assets/img/bgimage.png"
#page-img: "/assets/img/bgimage.png"
plugins:
- jekyll-paginate
- jekyll-sitemap
# Gems
#gems:
# - jekyll-paginate
# --- reference ---
# https://github.com/daattali/beautiful-jekyll/blob/master/_config.yml