-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
39 lines (32 loc) · 1.05 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
# _config.yml
# Site settings
title: OpenScriptJs
description: A frontend framework for developing and Managing Reactive UIs in an elegant and easy way using normal non-module base JavaScript. That is, you can run this just like every other browser script.
baseurl: "/OpenScript.Js"
url: "https://OpenScriptJs.github.io"
# Author details
author:
name: Levi Kamara Zwannah
email: [email protected]
# Theme setup
theme: jekyll-theme-cayman
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
# Features
markdown: kramdown
highlighter: rouge
# SEO settings
seo:
title: "OpenScriptJs"
description: "A frontend framework for developing and Managing Reactive UIs in an elegant and easy way using normal non-module base JavaScript. That is, you can run this just like every other browser script."
# Footer
footer:
message: "Developed by Levi Kamara Zwannah"
powered_by: "Powered by GitHub Pages"
links:
- title: "GitHub"
url: "https://github.com/OpenScriptJs/OpenScript.Js"