forked from ClearFoundry/ClearScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (52 loc) · 1.49 KB
/
_config.yml
File metadata and controls
52 lines (52 loc) · 1.49 KB
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
remote_theme: mmistakes/[email protected]
locale: en-US
title: ClearScript
title_image: /ClearScript7-ReadMe.png
title_image_scale: 0.75
copyright: © 2022 Microsoft Corporation. Powered by [Jekyll](https://jekyllrb.com) & [So Simple](https://github.com/mmistakes/so-simple-theme).
description: Add scripting to your .NET applications quickly and easily.
url: https://clearscript.clearfoundry.net
baseurl: ""
logo: /ClearScriptLogo.png
skin: /assets/css/skins/light.css
read_time: true
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Lora"
weights: "400,400i,700,700i"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
paginate: 5
paginate_path: /page:num/
search_full_content: true
author:
name: ClearScript Library
picture: /ClearScript.png
email: [email protected]
twitter: ClearScriptLib
links:
- title: Twitter
url: https://twitter.com/ClearScriptLib
icon: fab fa-twitter-square
- title: GitHub
url: https://github.com/ClearScriptLib
icon: fab fa-github-square
- title: Email
url: mailto:[email protected]
icon: fas fa-envelope-square
footer_links:
- title: Twitter
url: https://twitter.com/ClearScriptLib
icon: fab fa-twitter-square
- title: GitHub
url: https://github.com/ClearFoundry/ClearScript
icon: fab fa-github-square
- title: Email
url: mailto:[email protected]
icon: fas fa-envelope-square
- title: Feed
url: feed.xml
icon: fas fa-rss-square