Skip to content

Commit d89638c

Browse files
authored
Merge pull request #25 from OpenScriptJs/develop
Develop
2 parents 2f1e59b + 22ddde1 commit d89638c

File tree

4 files changed

+41
-5
lines changed

4 files changed

+41
-5
lines changed

.gitignore

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

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

_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)