-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (32 loc) · 719 Bytes
/
_config.yml
File metadata and controls
39 lines (32 loc) · 719 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Site settings
baseurl: ""
# SEO related
title: "Hexa Programming Language"
twitter: "@hexalang"
author: "PeyTy"
description: "Hexa is a high level, strictly typed programming language that compiles to JavaScript and native apps"
image: "https://hexalang.github.io/logo.png"
url: "https://hexalang.github.io"
theme-color: "#66ccff"
# Structure
collections:
book:
output: true
blog:
output: true
social:
name: Hexa Programming Language
links:
- https://twitter.com/hexalang
- https://github.com/hexalang
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jemoji
- jekyll-seo-tag
- jekyll-sitemap
kramdown:
autolink: true
input: GFM
syntax_highlighter: rouge