Skip to content

Commit 22ddde1

Browse files
committed
finished adding the index file
1 parent 4b7e40e commit 22ddde1

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

_config.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# _config.yml
2+
3+
# Site settings
4+
title: OpenScriptJs
5+
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.
6+
baseurl: "/OpenScript.Js"
7+
url: "https://OpenScriptJs.github.io"
8+
9+
# Author details
10+
author:
11+
name: Levi Kamara Zwannah
12+
email: levizwannah@gmail.com
13+
14+
# Theme setup
15+
theme: jekyll-theme-cayman
16+
17+
# Plugins
18+
plugins:
19+
- jekyll-feed
20+
- jekyll-seo-tag
21+
- jekyll-sitemap
22+
- jemoji
23+
24+
# Features
25+
markdown: kramdown
26+
highlighter: rouge
27+
28+
# SEO settings
29+
seo:
30+
title: "OpenScriptJs"
31+
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."
32+
33+
# Footer
34+
footer:
35+
message: "Developed by Levi Kamara Zwannah"
36+
powered_by: "Powered by GitHub Pages"
37+
links:
38+
- title: "GitHub"
39+
url: "https://github.com/OpenScriptJs/OpenScript.Js"

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
readme.md

0 commit comments

Comments
 (0)