miniml 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +26 -0
  4. data/_data/navigation.yml +21 -0
  5. data/_includes/.DS_Store +0 -0
  6. data/_includes/components.html +92 -0
  7. data/_includes/contact-form.html +18 -0
  8. data/_includes/disqus.html +19 -0
  9. data/_includes/footer-links.html +11 -0
  10. data/_includes/footer.html +15 -0
  11. data/_includes/google_analytics.html +10 -0
  12. data/_includes/gu-shields.md +7 -0
  13. data/_includes/head.html +78 -0
  14. data/_includes/header.html +47 -0
  15. data/_includes/logo-dark.html +1 -0
  16. data/_includes/logo-light.html +1 -0
  17. data/_includes/logo.html +5 -0
  18. data/_includes/offcanvas.html +18 -0
  19. data/_includes/overlayheader.html +47 -0
  20. data/_includes/pagination.html +24 -0
  21. data/_includes/post-pagination.html +24 -0
  22. data/_includes/reading-time-blog.html +10 -0
  23. data/_includes/reading-time.html +10 -0
  24. data/_includes/sections/blocks.html +72 -0
  25. data/_includes/sections/custom-icons.html +64 -0
  26. data/_includes/sections/installation.html +49 -0
  27. data/_includes/sections/responsive.html +26 -0
  28. data/_includes/totop.html +3 -0
  29. data/_layouts/archive.html +51 -0
  30. data/_layouts/component.html +15 -0
  31. data/_layouts/default.html +11 -0
  32. data/_layouts/feed.html +26 -0
  33. data/_layouts/home.html +43 -0
  34. data/_layouts/homepage.html +9 -0
  35. data/_layouts/over.html +34 -0
  36. data/_layouts/overlay.html +8 -0
  37. data/_layouts/page.html +33 -0
  38. data/_layouts/post.html +49 -0
  39. data/assets/css/custom.css +56 -0
  40. data/assets/css/syntax.css +3 -0
  41. data/assets/css/theme-overrides.scss +12 -0
  42. data/assets/css/uikit-rtl.css +12170 -0
  43. data/assets/css/uikit-rtl.min.css +1 -0
  44. data/assets/css/uikit.css +12170 -0
  45. data/assets/css/uikit.min.css +1 -0
  46. data/assets/img/.DS_Store +0 -0
  47. data/assets/img/animation.png +0 -0
  48. data/assets/img/animation.svg +436 -0
  49. data/assets/img/blocks.png +0 -0
  50. data/assets/img/darkmountain.jpeg +0 -0
  51. data/assets/img/favicon-gu.png +0 -0
  52. data/assets/img/favicon-min.png +0 -0
  53. data/assets/img/graffiti.jpg +0 -0
  54. data/assets/img/gu-inner-blue.png +0 -0
  55. data/assets/img/gu.svg +13 -0
  56. data/assets/img/icons-full-preview.png +0 -0
  57. data/assets/img/icons.png +0 -0
  58. data/assets/img/ijh-logo-white.svg +7 -0
  59. data/assets/img/info.svg +16 -0
  60. data/assets/img/install.png +0 -0
  61. data/assets/img/installation.svg +21 -0
  62. data/assets/img/integration.svg +1 -0
  63. data/assets/img/logo-black.svg +40 -0
  64. data/assets/img/logo-white.svg +40 -0
  65. data/assets/img/logo.png +0 -0
  66. data/assets/img/merge.jpg +0 -0
  67. data/assets/img/nftbg.jpg +0 -0
  68. data/assets/img/preview.png +0 -0
  69. data/assets/img/s-stroke.svg +1 -0
  70. data/assets/img/scrollspy.png +0 -0
  71. data/assets/img/slideshow.png +0 -0
  72. data/assets/img/text.png +0 -0
  73. data/assets/img/wood-cube-bg.jpg +0 -0
  74. data/assets/js/uikit-icons.min.js +1 -0
  75. data/assets/js/uikit.min.js +1 -0
  76. data/assets/thisisfine.gif +0 -0
  77. data/assets/update.sh +3 -0
  78. metadata +232 -0
@@ -0,0 +1,64 @@
1
+ <div class="uk-section uk-section-large uk-section-secondary">
2
+ <div class="uk-container">
3
+ <div uk-grid>
4
+ <div class="uk-width-1-2@m">
5
+ <div class="uk-card uk-card-primary uk-card-body" uk-scrollspy="cls: uk-animation-fade; repeat: true">
6
+ <span uk-icon="icon: commenting; ratio: 2"></span>
7
+ <div class="uk-heading-small">SVG Icons</div>
8
+ <h3 class="uk-margin-small-top">Versatile Customizable SVG Icons</h3>
9
+ <p>Icon set is completely customizable, include your logo or add material design icons. You're in control.
10
+ </p>
11
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/custom-icons" | relative_url }}">Custom Icons</a>
12
+ </div>
13
+ </div>
14
+ <div class="uk-width-1-2@m">
15
+ <div>
16
+ <div class="uk-light svgiconcard uk-card uk-card-body" uk-scrollspy="target: > span; cls: uk-animation-fade; delay: 100">
17
+ <span uk-icon="icon: home; ratio: 1"></span>
18
+ <span uk-icon="icon: code; ratio: 1"></span>
19
+ <span uk-icon="icon: link; ratio: 1"></span>
20
+ <span uk-icon="icon: sign-in; ratio: 1"></span>
21
+ <span uk-icon="icon: paint-bucket; ratio: 1"></span>
22
+ <span uk-icon="icon: question; ratio: 1"></span>
23
+ <span uk-icon="icon: sign-out; ratio: 1"></span>
24
+ <span uk-icon="icon: user; ratio: 1"></span>
25
+ <span uk-icon="icon: users; ratio: 1"></span>
26
+ <span uk-icon="icon: lock; ratio: 1"></span>
27
+ <span uk-icon="icon: camera; ratio: 1"></span>
28
+ <span uk-icon="icon: cog; ratio: 1"></span>
29
+ <span uk-icon="icon: star; ratio: 1"></span>
30
+ <span uk-icon="icon: image; ratio: 1"></span>
31
+ <span uk-icon="icon: menu; ratio: 1"></span>
32
+ <span uk-icon="icon: social; ratio: 1"></span>
33
+ <span uk-icon="icon: comments; ratio: 1"></span>
34
+ <span uk-icon="icon: settings; ratio: 1"></span>
35
+ <span uk-icon="icon: list; ratio: 1"></span>
36
+ <span uk-icon="icon: more; ratio: 1"></span>
37
+
38
+ <span uk-icon="icon: clock; ratio: 1"></span>
39
+ <span uk-icon="icon: git-branch; ratio: 1"></span>
40
+ <span uk-icon="icon: git-fork; ratio: 1"></span>
41
+ <span uk-icon="icon: tag; ratio: 1"></span>
42
+ <span uk-icon="icon: mail; ratio: 1"></span>
43
+ <span uk-icon="icon: print; ratio: 1"></span>
44
+ <span uk-icon="icon: location; ratio: 1"></span>
45
+ <span uk-icon="icon: bookmark; ratio: 1"></span>
46
+ <span uk-icon="icon: world; ratio: 1"></span>
47
+ <span uk-icon="icon: search; ratio: 1"></span>
48
+ <span uk-icon="icon: credit-card; ratio: 1"></span>
49
+ <span uk-icon="icon: history; ratio: 1"></span>
50
+ <span uk-icon="icon: calendar; ratio: 1"></span>
51
+ <span uk-icon="icon: minus; ratio: 1"></span>
52
+ <span uk-icon="icon: cloud-upload; ratio: 1"></span>
53
+ <span uk-icon="icon: file-pdf; ratio: 1"></span>
54
+ <span uk-icon="icon: server; ratio: 1"></span>
55
+ <span uk-icon="icon: pull; ratio: 1"></span>
56
+ <span uk-icon="icon: laptop; ratio: 1"></span>
57
+ <span uk-icon="icon: refresh; ratio: 1"></span>
58
+ </div>
59
+
60
+ </div>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ </div>
@@ -0,0 +1,49 @@
1
+ <div class="uk-section uk-section-large uk-section-muted">
2
+ <div class="uk-container">
3
+ <div uk-grid>
4
+ <div class="uk-width-1-2@m">
5
+ <div class="uk-card uk-card-secondary uk-text-center uk-text-left@m" uk-scrollspy="cls: uk-animation-fade; repeat: true">
6
+ <div class="uk-card-body">
7
+ <div class="uk-heading-small">Installation</div>
8
+ <h4 class="uk-margin-small-top">Get up and running in less than 10 minutes.</h4>
9
+ <p>Install miniml's source and JavaScript files via clone, fork, or npm.
10
+ As simple or as complex as you like.
11
+ </p>
12
+ <a class="uk-button uk-button-secondary uk-button-large uk-inline-block" href="https://github.com/isaacjosephhorton/miniml">Download</a>
13
+ </div>
14
+ <div class="uk-card-media-bottom">
15
+ <img src="{{ "/assets/img/install.png" | relative_url }}" alt="Blocks">
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <div class="uk-width-1-2@m uk-text-center uk-text-left@m">
20
+ <div>
21
+ <h4 class="uk-heading-small">Quick Install</h4>
22
+ <p>The easiest way to install quickly is to clone the GitHub repository.</p>
23
+ <div class="uk-padding-small uk-section-default">
24
+ <code>
25
+ git clone https://github.com/st4rlab/miniml.git
26
+ </code>
27
+ </div>
28
+
29
+ <p>Make sure you have jekyll installed and you can run a build and live test with this:</p>
30
+ <div class="uk-padding-small uk-section-default">
31
+ <code>
32
+ bundle install
33
+ </code>
34
+ <br>
35
+ <code>
36
+ bundle exec jekyll serve
37
+ </code>
38
+ </div>
39
+ <p>Or install it yourself as:</p>
40
+ <div class="uk-padding-small uk-section-default">
41
+ <code>
42
+ $ gem install miniml
43
+ </code>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
@@ -0,0 +1,26 @@
1
+ <div class="uk-section uk-section-large uk-section-default">
2
+ <div class="uk-container">
3
+ <div uk-grid uk-height-match="target: .uk-card">
4
+ <div class="uk-width-1-2@m">
5
+ <div class="uk-card uk-card-primary uk-card-body uk-text-center uk-text-left@m" uk-scrollspy="cls: uk-animation-slide-bottom-small; repeat: true">
6
+ <span uk-icon="icon: uikit; ratio: 2"></span>
7
+ <div class="uk-heading-small">UiKit</div>
8
+ <h4 class="uk-margin-small-top">Robust (yet sleek) Javascript/CSS Framework</h4>
9
+ <p>The Uikit package is a collection of css and javascript that is reliable and comes with good documentation.
10
+ </p>
11
+ <a class="uk-button uk-button-secondary uk-button-large" href="{{"/components/javascript" | relative_url }}">How it works</a>
12
+ </div>
13
+ </div>
14
+ <div class="uk-width-1-2@m">
15
+ <div class="uk-card uk-card-default uk-card-body uk-text-center uk-text-left@m" uk-scrollspy="cls: uk-animation-slide-right-small; repeat: true">
16
+ <span uk-icon="icon: github; ratio: 2"></span>
17
+ <div class="uk-heading-small">GitHub Pages</div>
18
+ <h4 class="uk-margin-small-top">Works perfectly on Github Pages.</h4>
19
+ <p>Made from the bottom up for quick install on GitHub Pages.</p>
20
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/installation" | relative_url }}">View Installation Docs</a>
21
+ </div>
22
+ </div>
23
+
24
+ </div>
25
+ </div>
26
+ </div>
@@ -0,0 +1,3 @@
1
+ {% if site.to_top == true %}
2
+ <span class="uk-flex uk-flex-center"><a href="" uk-totop uk-scroll></a></span><br>
3
+ {% endif %}
@@ -0,0 +1,51 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="uk-container-expand">
5
+ <div id="page" class="uk-section-default uk-padding-xsmall">
6
+ {% if page.bigimg %}
7
+ <div class="uk-section uk-light uk-background-fixed uk-background-cover uk-background-top-left" style="background-image: url({{ page.bigimg | relative_url }})">
8
+ <div class="intro-text uk-container">
9
+ <h3 class="uk-heading-primary">{{page.title}}</h3>
10
+ <p class="uk-article-meta">
11
+ {% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
12
+ {% assign sortedTags=site_tags | split:',' | sort %}
13
+ <span uk-icon="tag"></span>
14
+ {% for tag in sortedTags %}
15
+ <span class="tags">
16
+ <a href="#{{tag | cgi_escape}}" uk-scroll>{{ tag }} [{{ site.tags[tag].size }}]</a>
17
+ {% unless forloop.last %}, {% endunless %}
18
+ </span>
19
+ {% endfor %}
20
+ </p>
21
+ </div>
22
+ </div>
23
+ {% else %}
24
+ <div class="uk-section-small">
25
+ <div class="uk-container">
26
+ <h3 class="uk-heading-primary">{{page.title}}</h3>
27
+ <h2>Tags</h2>
28
+ <p class="uk-article-meta">
29
+ {% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
30
+ {% assign sortedTags = site_tags | split:',' | sort %}
31
+ <span uk-icon="tag"></span>
32
+ {% for tag in sortedTags %}
33
+ <span class="tags">
34
+ <a href="#{{tag | cgi_escape}}" uk-scroll>{{ tag }} [{{ site.tags[tag].size }}]</a>
35
+ {% unless forloop.last %} | {% endunless %}
36
+ </span>
37
+ {% endfor %}
38
+ </p>
39
+ </div>
40
+ </div>
41
+ <hr class="uk-divider-icon">
42
+ {% endif %}
43
+ </div>
44
+ <div class="uk-section">
45
+ <div class="uk-container">
46
+ <article class="uk-article">
47
+ {{content}}
48
+ </article>
49
+ </div>
50
+ </div>
51
+ </div>
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div>
6
+ <div class="uk-container">
7
+ <hr>
8
+ <div uk-grid>
9
+ <div class="uk-width-medium uk-visible@m uk-scrollable-auto" uk-height-viewport>{% include components.html %}</div>
10
+ <div class="uk-width-2-3@m">{{content}}</div>
11
+ <div class="uk-width-expand@m"></div>
12
+ </div>
13
+ {% include totop.html %}
14
+ </div>
15
+ </div>
@@ -0,0 +1,11 @@
1
+ <!doctype html>
2
+ <html lang="" itemscope itemtype="https://schema.org/Article">
3
+ {% include head.html %}
4
+ <main>
5
+ {% include header.html %}
6
+ {{content}}
7
+ {% include footer.html %}
8
+ </main>
9
+ <script src="/assets/js/codecopy.js"></script>
10
+
11
+ </html>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <rss version="2.0" xmlns:atom="https://www.w3.org/2005/Atom" xmlns:dc="https://purl.org/dc/elements/1.1/">
3
+ <channel>
4
+ <title>{{ site.name | xml_escape }}</title>
5
+ <description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
6
+ <link>{{ site.url }}</link>
7
+ <atom:link href="{{ site.url }}/{{ page.path }}" rel="self" type="application/rss+xml" />
8
+ <lastBuildDate>{% for post in site.posts limit:1 %}{{ post.date | date_to_rfc822 }}{% endfor %}</lastBuildDate>
9
+ {% for post in site.posts limit:10 %}
10
+ <item>
11
+ <title>{{ post.title | xml_escape }}</title>
12
+ {% if post.author.name %}
13
+ <dc:creator>{{ post.author.name | xml_escape }}</dc:creator>
14
+ {% endif %}
15
+ {% if post.excerpt %}
16
+ <description>{{ post.excerpt | xml_escape }}</description>
17
+ {% else %}
18
+ <description>{{ post.content | xml_escape }}</description>
19
+ {% endif %}
20
+ <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
21
+ <link>{{ site.url }}{{ post.url }}</link>
22
+ <guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
23
+ </item>
24
+ {% endfor %}
25
+ </channel>
26
+ </rss>
@@ -0,0 +1,43 @@
1
+ ---
2
+ layout: homepage
3
+ title: miniml
4
+ logo: light
5
+ ---
6
+
7
+ <body>
8
+ <div class="uk-background-cover uk-background-bottom-center" style="background-image: url({{ "/assets/img/merge.jpg" | relative_url }});background-color:#333333;">
9
+ {% include header.html %}
10
+ <div class="uk-section uk-section-large">
11
+ <div class="intro-text uk-container">
12
+ <h2 class="uk-heading-medium uk-animation-slide-left-small">miniml</h2>
13
+ <div class="uk-grid-match uk-child-width-1-1@m" uk-grid>
14
+ <div>
15
+ <h3 class="uk-h4 uk-animation-slide-left-small">Complete Base Template Solution for Building Static Websites on Gihub Pages</h3>
16
+ <div>
17
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/installation" | relative_url }}">Get Started</a>
18
+ <a class="uk-button uk-button-default uk-button-large uk-inline-block" href="https://github.com/isaacjosephhorton/miniml">Download</a>
19
+ </div>
20
+ </div>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ {% include sections/responsive.html %}
26
+ {% include sections/installation.html %}
27
+ {% include sections/custom-icons.html %}
28
+ {% include sections/blocks.html %}
29
+ <div id="Connect" class="uk-section uk-section-secondary">
30
+ <div class="uk-container">
31
+ <h2 class="uk-heading-line"><span>Connect</span></h2>
32
+ <div class="uk-child-width-1-2@m" uk-grid>
33
+ <div>
34
+ <p>
35
+ miniml is always looking for contributors to help out. Your involvement is creatively appreciated.
36
+ </p>
37
+ </div>
38
+ <div>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </body>
@@ -0,0 +1,9 @@
1
+ <!doctype html>
2
+ <html lang="" itemscope itemtype="https://schema.org/Article">
3
+ {% include head.html %}
4
+ <main>
5
+ {{content}}
6
+ {% include footer.html %}
7
+ </main>
8
+
9
+ </html>
@@ -0,0 +1,34 @@
1
+ ---
2
+ layout: overlay
3
+ ---
4
+
5
+ <body>
6
+ <div class="uk-background-norepeat uk-background-cover uk-background-blend-overlay" style="background-image: url({{ "/assets/img/preview.png" | relative_url }});">
7
+ {% include overlayheader.html %}
8
+ <div class="uk-section uk-section-large">
9
+ <div class="intro-text uk-container">
10
+ <h2 class="uk-heading-medium">{{ page.title }}</h2>
11
+ <div class="uk-grid-match uk-child-width-1-1@m" uk-grid>
12
+ <div>
13
+ <h3 class="uk-h4">{{ page.subheading }}</h3>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ </div>
19
+ <div>
20
+ </div>
21
+ <div class="uk-section uk-section-small">
22
+ <div class="uk-container">
23
+ <div uk-grid>
24
+ <div class="uk-width-2-3@m">
25
+ {{ content }}
26
+ </div>
27
+ <div class="uk-width-1-3 uk-visible@m">
28
+ <h6 class="uk-margin-remove-bottom">Title:</h6>
29
+ <h3 class="uk-margin-remove-top">{{page.title}}</h3>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </body>
@@ -0,0 +1,8 @@
1
+ <!doctype html>
2
+ <html lang="" itemscope itemtype="https://schema.org/Article">
3
+ {% include head.html %}
4
+ <main>
5
+ {{content}}
6
+ {% include footer.html %}
7
+ </main>
8
+ </html>
@@ -0,0 +1,33 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="uk-container-expand uk-background-cover uk-background-top-center" style="background-image: url({{ page.bigimg | relative_url }})">
6
+ <div id="page" class="uk-section uk-padding-remove-bottom">
7
+ {% if page.bigimg %}
8
+ <div class="uk-container uk-light">
9
+ <div class="intro-text">
10
+ <h3 class="uk-heading-medium">{{page.title}}</h3>
11
+ </div>
12
+ </div>
13
+ {% else %}
14
+ <div>
15
+ <div class="uk-container">
16
+ {% if page.subheading %}<h5 class="uk-margin-small-bottom">{{page.subheading}}</h5>{% endif %}
17
+ <h3 class="uk-heading-medium uk-margin-remove-top">{{page.title}}</h3>
18
+ </div>
19
+ </div>
20
+ <hr>
21
+ {% endif %}
22
+ </div>
23
+ </div>
24
+ <div>
25
+ <div class="uk-section">
26
+ <div class="uk-container">
27
+ <article class="uk-article">
28
+ {{content}}
29
+ </article>
30
+ </div>
31
+ </div>
32
+ {% include totop.html %}
33
+ </div>
@@ -0,0 +1,49 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="uk-container-expand">
6
+ <div id="blog" class="uk-section-default">
7
+ <div>
8
+ <div class="uk-container uk-padding-large uk-padding-remove-bottom">
9
+ <h2 class="uk-heading-medium">{{page.title}}</h2>
10
+ <p class="uk-article-meta">
11
+ <span uk-icon="calendar"></span> <span class="date">{{page.date | date: "%b %d, %Y "}}</span>
12
+ <span uk-icon="tag"></span>
13
+ {% for tag in page.tags %}
14
+ <a href="{{ site.baseurl }}/archive/index.html#{{ tag | cgi_escape }}" title="Pages tagged {{ tag }}" rel="tag">{{ tag }}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}
15
+ {% include reading-time.html %}
16
+ </p>
17
+ </div>
18
+ </div>
19
+ <hr class="uk-divider-icon">
20
+ </div>
21
+ <div class="uk-section uk-section-large uk-container uk-padding-large uk-padding-remove-top">
22
+ <div uk-grid>
23
+ <div class="uk-width-1-3 uk-visible@m">
24
+ <h6 class="uk-margin-remove-bottom">Title:</h6>
25
+ <h3 class="uk-margin-remove-top">{{page.title}}</h3>
26
+ <h6 class="uk-margin-remove-bottom">Date:</h6>
27
+ <h5 class="uk-margin-remove-top">{{page.date | date: "%b %d, %Y "}}</h5>
28
+ <h6 class="uk-margin-remove-bottom">Tags:</h6>
29
+ <p class="uk-margin-remove-top">{% for tag in page.tags %}
30
+ <a href="{{ site.baseurl }}/archive/index.html#{{ tag | cgi_escape }}" title="Pages tagged {{ tag }}" rel="tag">{{ tag }}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}
31
+ </p>
32
+ <img src="{{page.image}}">
33
+ </div>
34
+ <div class="uk-width-2-3@m">
35
+ <article class="uk-article">
36
+ {% if page.bigimg %}
37
+ <img src="{{page.bigimg}}">
38
+ {% endif %}
39
+ {{content}}
40
+ </article>
41
+ </div>
42
+ <div>
43
+ {% include post-pagination.html %}
44
+ </div>
45
+ {% include disqus.html %}
46
+ <br>
47
+ </div>
48
+ {% include totop.html %}
49
+ </div>
@@ -0,0 +1,56 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap');
2
+
3
+ pre {
4
+ background-color:#282c34;
5
+ }
6
+
7
+ .uk-navbar-nav>li>a {
8
+ color:#000;
9
+ }
10
+ .uk-button.uk-button-primary, .uk-button.uk-button-default, .uk-button.uk-button-secondary {
11
+ border-radius:50px;
12
+ }
13
+ .uk-card {
14
+ border-radius:24px;
15
+ }
16
+ .uk-navbar-left.uk-light.black, .blackback {
17
+ background-color: black;
18
+ }
19
+ .uk-navbar-left.uk-light.black .uk-navbar-nav>li>a {
20
+ color: white;
21
+ }
22
+ .blackback {
23
+ width:10px;
24
+ height:80px;
25
+ display:block;
26
+ }
27
+ h1, h2, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, .uk-heading-2xlarge {
28
+ font-family: 'Raleway', sans-serif;
29
+ font-weight:700;
30
+ }
31
+ h3, h4, h5, h6 {
32
+ font-family: 'Raleway', sans-serif;
33
+ font-weight:500;
34
+ }
35
+ .svgiconcard span {
36
+ margin: 0 25px 25px 0;
37
+ }
38
+ pre code {
39
+ padding:20px;
40
+ display:block;
41
+ border-radius:5px;
42
+ }
43
+ .highlight, pre.highlight {
44
+ background: #282c34;
45
+ color: #abb2bf;
46
+ border-radius: 5px;
47
+ }
48
+ .mi-padline {
49
+ padding: 10px 15px;
50
+ border: 1px solid #ccc;
51
+ margin-right: 5px;
52
+ display:inline-block;
53
+ }
54
+ .tm-main.uk-sticky.uk-active {
55
+ background-color:#fff;
56
+ }
@@ -0,0 +1,3 @@
1
+ .highlight,pre.highlight{background:#282c34;color:#abb2bf}.highlight pre{background:#282c34}.highlight .hll{background:#282c34}.highlight .c{color:#5c6370;font-style:italic}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#c678dd}.highlight .l{color:#98c379}.highlight .n{color:#abb2bf}.highlight .o{color:#abb2bf}.highlight .p{color:#abb2bf}.highlight .cm{color:#5c6370;font-style:italic}.highlight .cp{color:#5c6370;font-style:italic}.highlight .c1{color:#5c6370;font-style:italic}.highlight .cs{color:#5c6370;font-style:italic}.highlight .ge{font-style:italic}.highlight .gs{font-weight:700}.highlight .kc{color:#c678dd}.highlight .kd{color:#c678dd}.highlight .kn{color:#c678dd}.highlight .kp{color:#c678dd}.highlight .kr{color:#c678dd}.highlight .kt{color:#c678dd}.highlight .ld{color:#98c379}.highlight .m{color:#d19a66}.highlight .s{color:#98c379}.highlight .na{color:#d19a66}.highlight .nb{color:#e5c07b}.highlight .nc{color:#e5c07b}.highlight .no{color:#e5c07b}.highlight .nd{color:#e5c07b}.highlight .ni{color:#e5c07b}.highlight .ne{color:#e5c07b}.highlight .nf{color:#abb2bf}.highlight .nl{color:#e5c07b}.highlight .nn{color:#abb2bf}.highlight .nx{color:#abb2bf}.highlight .py{color:#e5c07b}.highlight .nt{color:#e06c75}.highlight .nv{color:#e5c07b}.highlight .ow{font-weight:700}.highlight .w{color:#f8f8f2}.highlight .mf{color:#d19a66}.highlight .mh{color:#d19a66}.highlight .mi{color:#d19a66}.highlight .mo{color:#d19a66}.highlight .sb{color:#98c379}.highlight .sc{color:#98c379}.highlight .sd{color:#98c379}.highlight .s2{color:#98c379}.highlight .se{color:#98c379}.highlight .sh{color:#98c379}.highlight .si{color:#98c379}.highlight .sx{color:#98c379}.highlight .sr{color:#56b6c2}.highlight .s1{color:#98c379}.highlight .ss{color:#56b6c2}.highlight .bp{color:#e5c07b}.highlight .vc{color:#e5c07b}.highlight .vg{color:#e5c07b}.highlight .vi{color:#e06c75}.highlight .il{color:#d19a66}.highlight .gu{color:#75715e}.highlight .gd{color:#f92672}.highlight .gi{color:#a6e22e}
2
+ pre { border: 0px solid #000; color: #abb2bf;
3
+ }
@@ -0,0 +1,12 @@
1
+ .intro-text {
2
+ text-shadow: 1px 1px 2px black;
3
+ }
4
+ blockquote {
5
+ border-left: 5px solid #ccc;
6
+ background: #f9f9f9;
7
+ border-radius: 0px 4px 4px 0px;
8
+ padding: 5px 10px;
9
+ }
10
+ .button, input[type=submit] {
11
+ -webkit-appearance: none;
12
+ }