-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
98 lines (85 loc) · 2.84 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
#permalink: pretty
permalink: /blog/:title
relative_permalinks: false
encoding: utf-8
# Setup
title: CNCTorture
tagline: Sample files for CAM Development, Testing, and Bug Reporting
description: Sample files for CAM Development, Testing, and Bug Reporting
url: https://cnctorture.xyz
baseurl: ""
urlimg: https://cnctorture.xyz/images/
urlcatalog: https://cnctorture.xyz/catalog
markdown: kramdown
kramdown:
math_engine: mathjax
paginate: 5
paginate_path: "/blog/page:num"
excerpt_separator: <!--more-->
default_bg: sitebg.jpg
default_logo: sitelogo.png
safe: false
#timezone: America/Chicago
future: true
## code highlight options
syntax_highlighter: rouge
input: GFM
gems:
- github-pages
- font-awesome-sass
- jekyll-redirect-from
- jekyll-mentions
jekyll-mentions:
base_url: https://twitter.com
include: [".htaccess"]
exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "rakefile", "README.md", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "LICENSE", "vendor", "assets", "_plugins", "public/dormant"]
# About/contact
author:
name: Sliptonic
url: https://twitter.com/sliptonic
avatar: foo.png
#email:
# Owner/author information
owner:
name: Sliptonic
avatar: foo.png
# Use the coder's toolbox at http://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=us_ascii to encode your description into XML string
description:
# Social networking links used in footer. Update and remove as you like.
twitter: sliptonic
github: sliptonic
linkedin: https://www.linkedin.com/in/sliptonic
## sidebar links:
# For external links add external: true
links:
- title: <i class="iconside iconm-home"></i> Home
url: /
- title: <i class="iconside iconm-user"></i> About
url: /about/
- title: <i class="iconside iconm-quill"></i> Blog
url: /blog/
- title: <i class="fa fa-tags"></i> Tags
url: /tags/
- title: <i class="fa fa-tags"></i> 2D
url: /2Dshapes/
- title: <i class="fa fa-tags"></i> 2.5D
url: /25Dshapes/
- title: <i class="fa fa-tags"></i> 3D
url: /3Dshapes/
- title: <i class="fa fa-plus-circle"></i> Submissions
url: /submissions/
- title: <i class="iconside iconm-envelop"></i> Contact
url: /contact/
- title: <i class="iconside iconm-twitter"></i> Twitter
url: https://twitter.com/sliptonic
external: true
- title: <i class="iconside iconm-feed2"></i> Feed
url: /feed.xml
# Google Custom Search:
google_search: 002119957996217558684:n5_kdbiah48
# Analytics and webmaster tools stuff goes here
google_analytics: [UA-16164137-3]
## END ##