Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,60 @@
1
+safe:             false
2
+port:             7998
3
+baseurl:          /Font-Awesome/  # Where GitHub serves the project up from
4
+url:              http://localhost:7998
5
+
6
+source:           src
7
+destination:      _gh_pages
8
+plugins:          src/_plugins
9
+
10
+pygments:         true
11
+permalink:        pretty
12
+
13
+# ensures SCSS files are compiled
14
+include:          [_*.scss]
15
+
16
+# used in building icon pages
17
+icon_meta:        src/icons.yml
18
+icon_layout:      icon.html    # Relative to _layouts directory
19
+icon_destination: icon         # Relative to destination
20
+
21
+fontawesome:
22
+  version:        4.7.0
23
+  minor_version:  4.7
24
+  major_version:  4
25
+  doc_blob:       v4.7.0
26
+  url:            http://fontawesome.io
27
+  legacy_url:     http://fortawesome.github.com/Font-Awesome/
28
+  blog_url:       http://articles.fortawesome.com
29
+  twitter:        fontawesome
30
+  tagline:        The iconic font and CSS toolkit
31
+  css_prefix:     fa
32
+  author:
33
+    name:         Dave Gandy
34
+    email:        dave@fontawesome.io
35
+    twitter:      davegandy
36
+    github:       davegandy
37
+  github:
38
+    url:          https://github.com/FortAwesome/Font-Awesome
39
+    project:      Font-Awesome
40
+    org:          FortAwesome
41
+  license:
42
+    font:
43
+      version:      SIL OFL 1.1
44
+      url:          http://scripts.sil.org/OFL
45
+    code:
46
+      version:      MIT License
47
+      url:          http://opensource.org/licenses/mit-license.html
48
+    documentation:
49
+      version:      CC BY 3.0
50
+      url:          http://creativecommons.org/licenses/by/3.0/
51
+
52
+bootstrap:
53
+  version:        3.3.5
54
+  url:            http://getbootstrap.com
55
+
56
+jquery:
57
+  version:        1.11.3
58
+
59
+jquery_validate:
60
+  version:        1.13.1