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
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7916ac5e30519a74295494d4caf5fbdb52528f87c06fa6f0b2da359d5ea43e6d
4
+ data.tar.gz: bc1087e4c638e0491d9db5e90ea9b0f07cc24aa84bb3faea64c97d4d1deb08ac
5
+ SHA512:
6
+ metadata.gz: c0f0be3285c545cc07e13a4e296f3079228e63a9f4d55576f80a0a54bc0e003e5d3d4c4ff25182e305cd3cf134a57196d9e8abd0ef2259286e01271a6ab7999a
7
+ data.tar.gz: 1d94abf84bb840f68d531d749dd7c8435e58995264eab6c72472cf1368384d160da929fd4fb948a65d5a717b2fd58fb502bdef3ca8e5acba3f644f9f42b7f92b
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2022 ST4RLAB
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # MINIML
2
+
3
+
4
+ ## Build Responsive Websites Fast with MINIML
5
+
6
+ ![miniml](/screenshot.jpg)
7
+
8
+ # Demo site
9
+ This site is it's own demo. [miniml](https://st4rlab.github.io/miniml/)
10
+
11
+ Built with [UiKit](https://getuikit.com/) by [YooTheme](https://yootheme.com/). Uikit is better than bootstrap in many ways and this Jekyll theme gem leverages all the power of UiKit in an easy to understand package giving you the ability to focus on content and structure with ease.
12
+
13
+ # Features
14
+
15
+ * 100% compatible with GitHub Pages!
16
+ * Available to install by forking, cloning, or as a theme gem.
17
+ * Responsive layout built in and Mobile off-canvas menu.
18
+ * Paginated blog page with follow links on last page.
19
+ * Tag archive page that automatically populates with tags from posts. ie: [tag1, tag2, tag3, etc].
20
+ * Google Analytics support.
21
+ * Large header image support.
22
+
23
+ # Installation
24
+
25
+ For Quickstart, go to: [Installation](https://st4rdusdt.github.io/miniml/installation/)
26
+ Detailed instructions located in: [Documentation](https://st4rdusdt.github.io/miniml/documentation/)
@@ -0,0 +1,21 @@
1
+ # If you want to link only specific pages in your header, add the path to the
2
+ # pages in order as they should show up.
3
+ main:
4
+ - title: "Installation"
5
+ url: /installation
6
+ - title: "Documentation"
7
+ url: /documentation
8
+ - title: "Blog"
9
+ url: /blog
10
+ - title: "Contact"
11
+ url: /contact
12
+
13
+ mobile:
14
+ - title: "Installation"
15
+ url: /installation
16
+ - title: "Documentation"
17
+ url: /documentation
18
+ - title: "Blog"
19
+ url: /blog
20
+ - title: "Contact"
21
+ url: /contact
Binary file
@@ -0,0 +1,92 @@
1
+ <h4>Documentation</h4>
2
+ <a href="{{"/components/introduction" | relative_url}}">Introduction</a>
3
+ <h5>Layout</h5>
4
+ <hr>
5
+ <ul class="uk-nav">
6
+ <li><a href="{{"/components/article" | relative_url}}">Article</a></li>
7
+ <li><a href="{{"/components/background" | relative_url}}">Background</a></li>
8
+ <li><a href="{{"/components/container" | relative_url}}">Container</a></li>
9
+ <li><a href="{{"/components/cover" | relative_url}}">Cover</a></li>
10
+ <li><a href="{{"/components/flex" | relative_url}}">Flex</a></li>
11
+ <li><a href="{{"/components/grid" | relative_url}}">Grid</a></li>
12
+ <li><a href="{{"/components/column" | relative_url}}">Column</a></li>
13
+ <li><a href="{{"/components/width" | relative_url}}">Width</a></li>
14
+ </ul>
15
+ <hr>
16
+ <h5>Text</h5>
17
+ <hr>
18
+ <ul class="uk-nav">
19
+ <li><a href="{{"/components/heading" | relative_url}}">Heading</a></li>
20
+ <li><a href="{{"/components/text" | relative_url}}">Text</a></li>
21
+ </ul>
22
+ <hr>
23
+ <ul class="uk-nav">
24
+ <li><a href="{{"/components/accordion" | relative_url}}">Accordion</a></li>
25
+ <li><a href="{{"/components/alert" | relative_url}}">Alert</a></li>
26
+ <li><a href="{{"/components/animation" | relative_url}}">Animation</a></li>
27
+ <li><a href="{{"/components/align" | relative_url}}">Align</a></li>
28
+ <li><a href="{{"/components/badge" | relative_url}}">Badge</a></li>
29
+ <li><a href="{{"/components/base" | relative_url}}">Base</a></li>
30
+ <li><a href="{{"/components/breadcrumb" | relative_url}}">Breadcrumb</a></li>
31
+ <li><a href="{{"/components/button" | relative_url}}">Button</a></li>
32
+ <li><a href="{{"/components/card" | relative_url}}">Card</a></li>
33
+ <li><a href="{{"/components/close" | relative_url}}">Close</a></li>
34
+ <li><a href="{{"/components/comment" | relative_url}}">Comment</a></li>
35
+ <li><a href="{{"/components/description-list" | relative_url}}">Description List</a></li>
36
+ <li><a href="{{"/components/divider" | relative_url}}">Divider</a></li>
37
+ <li><a href="{{"/components/dotnav" | relative_url}}">Dotnav</a></li>
38
+ <li><a href="{{"/components/drop" | relative_url}}">Drop</a></li>
39
+ <li><a href="{{"/components/dropdown" | relative_url}}">Dropdown</a></li>
40
+ <li><a href="{{"/components/filter" | relative_url}}">Filter</a></li>
41
+ <li><a href="{{"/components/form" | relative_url}}">Form</a></li>
42
+ <li><a href="{{"/components/height" | relative_url}}">Height</a></li>
43
+ <li><a href="{{"/components/icon" | relative_url}}">Icon</a></li>
44
+ <li><a href="{{"/components/iconnav" | relative_url}}">Iconnav</a></li>
45
+ <li><a href="{{"/components/image" | relative_url}}">Image</a></li>
46
+ <li><a href="{{"/components/inverse" | relative_url}}">Inverse</a></li>
47
+ <li><a href="{{"/components/label" | relative_url}}">Label</a></li>
48
+ <li><a href="{{"/components/leader" | relative_url}}">Leader</a></li>
49
+ <li><a href="{{"/components/lightbox" | relative_url}}">Lightbox</a></li>
50
+ <li><a href="{{"/components/link" | relative_url}}">Link</a></li>
51
+ <li><a href="{{"/components/list" | relative_url}}">List</a></li>
52
+ <li><a href="{{"/components/margin" | relative_url}}">Margin</a></li>
53
+ <li><a href="{{"/components/marker" | relative_url}}">Marker</a></li>
54
+ <li><a href="{{"/components/modal" | relative_url}}">Modal</a></li>
55
+ <li><a href="{{"/components/nav" | relative_url}}">Nav</a></li>
56
+ <li><a href="{{"/components/navbar" | relative_url}}">Navbar</a></li>
57
+ <li><a href="{{"/components/notification" | relative_url}}">Notification
58
+ <li><a href="{{"/components/off-canvas" | relative_url}}">Off-canvas</a></li>
59
+ <li><a href="{{"/components/overlay" | relative_url}}">Overlay</a></li>
60
+ <li><a href="{{"/components/padding" | relative_url}}">Padding</a></li>
61
+ <li><a href="{{"/components/pagination" | relative_url}}">Pagination</a></li>
62
+ <li><a href="{{"/components/parallax" | relative_url}}">Parallax</a></li>
63
+ <li><a href="{{"/components/placeholder" | relative_url}}">Placeholder</a></li>
64
+ <li><a href="{{"/components/position" | relative_url}}">Position</a></li>
65
+ <li><a href="{{"/components/print" | relative_url}}">Print</a></li>
66
+ <li><a href="{{"/components/progress" | relative_url}}">Progress</a></li>
67
+ <li><a href="{{"/components/scroll" | relative_url}}">Scroll</a></li>
68
+ <li><a href="{{"/components/scrollspy" | relative_url}}">Scrollspy</a></li>
69
+ <li><a href="{{"/components/search" | relative_url}}">Search</a></li>
70
+ <li><a href="{{"/components/section" | relative_url}}">Section</a></li>
71
+ <li><a href="{{"/components/slidenav" | relative_url}}">Slidenav</a></li>
72
+ <li><a href="{{"/components/slider" | relative_url}}">Slider</a></li>
73
+ <li><a href="{{"/components/slideshow" | relative_url}}">Slideshow</a></li>
74
+ <li><a href="{{"/components/sortable" | relative_url}}">Sortable</a></li>
75
+ <li><a href="{{"/components/spinner" | relative_url}}">Spinner</a></li>
76
+ <li><a href="{{"/components/sticky" | relative_url}}">Sticky</a></li>
77
+ <li><a href="{{"/components/subnav" | relative_url}}">Subnav</a></li>
78
+ <li><a href="{{"/components/svg" | relative_url}}">SVG</a></li>
79
+ <li><a href="{{"/components/switcher" | relative_url}}">Switcher</a></li>
80
+ <li><a href="{{"/components/tab" | relative_url}}">Tab</a></li>
81
+ <li><a href="{{"/components/table" | relative_url}}">Table</a></li>
82
+ <li><a href="{{"/components/thumbnav" | relative_url}}">Thumbnav</a></li>
83
+ <li><a href="{{"/components/tile" | relative_url}}">Tile</a></li>
84
+ <li><a href="{{"/components/toggle" | relative_url}}">Toggle</a></li>
85
+ <li><a href="{{"/components/tooltip" | relative_url}}">Tooltip</a></li>
86
+ <li><a href="{{"/components/totop" | relative_url}}">Totop</a></li>
87
+ <li><a href="{{"/components/transition" | relative_url}}">Transition</a></li>
88
+ <li><a href="{{"/components/upload" | relative_url}}">Upload</a></li>
89
+ <li><a href="{{"/components/utility" | relative_url}}">Utility</a></li>
90
+ <li><a href="{{"/components/video" | relative_url}}">Video</a></li>
91
+ <li><a href="{{"/components/visibility" | relative_url}}">Visibility</a></li>
92
+ </ul>
@@ -0,0 +1,18 @@
1
+ <form action="https://usebasin.com/f/d55e7dea2480" method="POST" enctype="multipart/form-data" id="form">
2
+ <fieldset class="uk-fieldset">
3
+ <legend class="uk-legend">Send me a message</legend>
4
+ <div class="uk-margin">
5
+ <label class="uk-form-label" for="name">Name</label>
6
+ <input class="uk-input" type="text" name="name" placeholder="Your Name" />
7
+ </div>
8
+ <div class="uk-margin">
9
+ <label class="uk-form-label" for="email">Email</label>
10
+ <input class="uk-input" type="email" name="email" required />
11
+ </div>
12
+ <div class="uk-margin">
13
+ <label class="uk-form-label" for="message">Message</label>
14
+ <textarea class="uk-textarea" name="message"></textarea>
15
+ </div>
16
+ <button type="submit" class="button uk-button uk-button-primary">Send</button>
17
+ </fieldset>
18
+ </form>
@@ -0,0 +1,19 @@
1
+ {% if site.disqus %}
2
+ <!-- Disqus -->
3
+ <div class="comments">
4
+ <div id="disqus_thread"></div>
5
+ <script type="text/javascript">
6
+ var disqus_shortname = '{{ site.disqus }}';
7
+ /* ensure that pages with query string get the same discussion */
8
+ var url_parts = window.location.href.split("?");
9
+ var disqus_url = url_parts[0];
10
+ (function() {
11
+ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
12
+ dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
13
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
14
+ })();
15
+ </script>
16
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
17
+ </div>
18
+ <!-- End Disqus -->
19
+ {% endif %}
@@ -0,0 +1,11 @@
1
+ <span>
2
+ {% if site.twitter %}
3
+ <a href="https://twitter.com/{{site.twitter}}" class="uk-icon-button" uk-icon="twitter" uk-tooltip="title: Twitter" target="_blank"></a>
4
+ {% endif %}
5
+ {% if site.github %}
6
+ <a href="https://github.com/{{site.github}}" class="uk-icon-button" uk-icon="github" uk-tooltip="title: GitHub" target="_blank"></a>
7
+ {% endif %}
8
+ {% if site.RSS %}
9
+ <a href="{{ "/feed.xml" | relative_url }}" class="uk-icon-button" uk-icon="rss" uk-tooltip="title: RSS Feed" target="_blank"></a>
10
+ {% endif %}
11
+ </span>
@@ -0,0 +1,15 @@
1
+ <footer>
2
+ <div class="uk-section uk-section-secondary uk-section-xsmall">
3
+ <div class="uk-container">
4
+ <div class="uk-grid-match uk-child-width-1-1@m" uk-grid>
5
+ <div class="uk-text-center uk-text-small">
6
+ <p>
7
+ &copy; 2022 <a class="uk-link-text" href="{{"https://st4rlab.github.io" | relative_url }}">ST4RLAB</a> | <a class="uk-link-text" href="{{"https://github.com/st4rlab/miniml" | relative_url }}">miniml</a>
8
+ &nbsp;
9
+ {% include footer-links.html %}
10
+ </p>
11
+ </div>
12
+ </div>
13
+ </div>
14
+ </div>
15
+ </footer>
@@ -0,0 +1,10 @@
1
+ {% if jekyll.environment == "production" and site.google_analytics %}
2
+ <!-- Global site tag (gtag.js) - Google Analytics -->
3
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-KZ1JS263PW"></script>
4
+ <script>
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag(){dataLayer.push(arguments);}
7
+ gtag('js', new Date());
8
+ gtag('config', '{{ site.google_analytics }}');
9
+ </script>
10
+ {% endif %}
@@ -0,0 +1,7 @@
1
+
2
+ [![GitHub forks](https://img.shields.io/github/forks/isaacjosephhorton/miniml.svg?style=for-the-badge&label=Fork)](https://github.com/jpasholk/jekyll-uikit/fork/)
3
+ [![GitHub stars](https://img.shields.io/github/stars/isaacjosephhorton/miniml.svg?style=for-the-badge&label=Stars)](https://github.com/jpasholk/jekyll-uikit/stargazers)
4
+ [![GitHub last commit](https://img.shields.io/github/last-commit/isaacjosephhorton/miniml.svg?style=for-the-badge)](https://github.com/isaacjosephhorton/miniml/commits/master)
5
+ [![GitHub issues](https://img.shields.io/github/issues-raw/isaacjosephhorton/miniml.svg?style=for-the-badge)](https://github.com/isaacjosephhorton/miniml/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
6
+ [![Gem](https://img.shields.io/gem/dt/jekyll-uikit.svg?style=for-the-badge)](https://rubygems.org/gems/jekyll-uikit)
7
+ [![GitHub contributors](https://img.shields.io/github/contributors/isaacjosephhorton/miniml.svg?style=for-the-badge)](https://github.com/isaacjosephhorton/miniml/graphs/contributors)
@@ -0,0 +1,78 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
4
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
+
6
+ {%- assign page_title = page.title | default: site.title -%}
7
+ {%- assign page_description = page.description | default: site.description -%}
8
+ <link rel="author" href="{{ site.author }}">
9
+ <link rel="publisher" href="{{ site.name }}">
10
+ <link rel="icon" href="{{ site.baseurl }}/assets/img/favicon-min.png">
11
+ <meta itemprop="name" content="{{ page_title }}">
12
+ <meta itemprop="description" content="{{ page_description }}">
13
+ <meta itemprop="image" content="{{ page.bigimg }}">
14
+
15
+ <meta name="theme-color" content="#2e353f">
16
+ <meta name="description" content="{{ page_description }}">
17
+ <meta name="robots" content="index,follow">
18
+ <meta name="googlebot" content="index,follow">
19
+ <meta name="generator" content="jekyll">
20
+ <meta name="rating" content="General">
21
+ <meta name="format-detection" content="telephone=no">
22
+ <meta https-equiv="x-dns-prefetch-control" content="on">
23
+
24
+ <!-- Facebook Open Graph -->
25
+ <meta property="fb:app_id" content="{{ site.fb_app_id }}">
26
+ <meta property="og:url" content="{{ site.url }}{{ page.url | replace:'index.html',''}}">
27
+ <meta property="og:type" content="website">
28
+ <meta property="og:title" content="{{ page_title }}">
29
+ <meta property="og:image" content="{% if page.bigimg %}{{ page.bigimg | prepend: site.url }}{% else %}{{ "/assets/img/preview.png" | prepend: site.url }}{% endif %}">
30
+ <meta property="og:description" content="{{ site.description }}">
31
+ <meta property="og:site_name" content="{{ site.name }}">
32
+ <meta property="og:locale" content="{{ site.locale }}">
33
+
34
+ <!-- Twitter Card -->
35
+ <meta name="twitter:card" content="summary_large_image">
36
+ <meta name="twitter:site" content="@{{ site.twitter }}">
37
+ <meta name="twitter:creator" content="@{{ site.twitter }}">
38
+ <meta name="twitter:url" content="{{ site.url }}{{ page.url | replace:'index.html',''}}">
39
+ <meta name="twitter:title" content="{{ page_title }}">
40
+ <meta name="twitter:description" content="{{ page_description }}">
41
+ <meta name="twitter:image" content="{% if page.bigimg %}{{ page.bigimg | prepend: site.url }}{% else %}{{ "/Screenshot.jpg" | prepend: site.url }}{% endif %}">
42
+ <meta name="twitter:dnt" content="on">
43
+
44
+ <!-- Preloading is not currently supported by any browser at the moment, the idea behind it is certainly interesting.
45
+ <link rel="preload" href="image.png" as="image">
46
+ -->
47
+
48
+ <title>{{ page_title }}</title>
49
+
50
+ <base href="{{site.baseurl}}">
51
+
52
+ <!-- Prefetching, preloading, prebrowsing -->
53
+ <link rel="dns-prefetch" href="{{site.baseurl | remove: "https:" }}">
54
+ <link rel="preconnect" href="{{site.baseurl}}">
55
+ <link rel="prefetch" href="{{site.baseurl}}">
56
+ <link rel="prerender" href="{{site.baseurl}}">
57
+ <link href="{{ "/assets/apple-touch-icon.png" | relative_url }}" rel="apple-touch-icon">
58
+ <link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}">
59
+ <link rel="license" href="{{ /LICENCE | relative_url }}">
60
+ <link rel="alternate" href="https://es.example.com/" hreflang="{{ site.lang }}">
61
+ <!-- https://validator.w3.org/feed/ -->
62
+ <link href="{{ "/feed.xml" | relative_url }}" type="application/rss+xml" rel="alternate" title="Latest 10 blog posts (atom)">
63
+ <!-- UiKit CSS -->
64
+ <link rel="stylesheet" href="{{ "/assets/css/uikit.min.css" | relative_url }}">
65
+ <!-- syntax highlighting CSS -->
66
+ <link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" type="text/css">
67
+ <!-- Overrides CSS -->
68
+ <link rel="stylesheet" href="{{ "/assets/css/custom.css" | relative_url }}" type="text/css">
69
+ <!-- UiKit Javascript -->
70
+ <script type="text/javascript" src="{{ "/assets/js/uikit.min.js " | relative_url }}"></script>
71
+ <script type="text/javascript" src="{{ "/assets/js/uikit-icons.min.js " | relative_url }}"></script>
72
+ {% include google_analytics.html %}
73
+ <style>
74
+ .button, input[type=submit] {
75
+ -webkit-appearance: none;
76
+ }
77
+ </style>
78
+ </head>
@@ -0,0 +1,47 @@
1
+ <header class="tm-main" uk-sticky>
2
+ <div class="uk-container">
3
+ <nav id="nav" class="uk-navbar-container uk-navbar-transparent" uk-navbar >
4
+ <div class="uk-navbar-left">
5
+ {% include logo.html %}
6
+ <ul class="uk-navbar-nav uk-visible@m">
7
+ {% for link in site.data.navigation.main %}
8
+ {% if link.url contains "https" %}
9
+ {% assign url = link.url %}
10
+ {% else %}
11
+ {% assign url = link.url | relative_url %}
12
+ {% endif %}
13
+ <li class="{% if page.url contains link.url %}uk-active{% endif %}"><a href="{{ url }}">{{ link.title }}</a></li>
14
+ {% endfor %}
15
+ {% for link in site.data.navigation.toggle %}
16
+ {% if link.url contains "https" %}
17
+ {% assign url = link.url %}
18
+ {% else %}
19
+ {% assign url = link.url | relative_url %}
20
+ {% endif %}
21
+ <li class="{% if page.url contains link.url %}uk-active{% endif %}">
22
+ <a href="{{ url }}">{{ link.title }}</a>
23
+ <div class="uk-navbar-dropdown uk-border-rounded uk-background-muted">
24
+ <ul class="uk-nav uk-navbar-dropdown-nav">
25
+ {% for link in site.data.navigation.subnav %}
26
+ {% if link.url contains "https" %}
27
+ {% assign url = link.url %}
28
+ {% else %}
29
+ {% assign url = link.url | relative_url %}
30
+ {% endif %}
31
+ <li class="{% if page.url contains link.url %}uk-active{% endif %} uk-nav-header"><a href="{{ url }}">{{ link.title }}</a></li>
32
+ {% endfor %}
33
+ </ul>
34
+ </div>
35
+ </li>
36
+ {% endfor %}
37
+ </ul>
38
+ <ul class="uk-navbar-nav uk-hidden@m">
39
+ <li><button class="uk-navbar-toggle" uk-navbar-toggle-icon uk-toggle href="#offcanvasmenu"></button></li>
40
+ </ul>
41
+ </div>
42
+ <div class="uk-navbar-right uk-hidden@m">
43
+ {% include offcanvas.html %}
44
+ </div>
45
+ </nav>
46
+ </div>
47
+ </header>
@@ -0,0 +1 @@
1
+ <a href="{{"/" | relative_url}}" class="uk-logo uk-margin-remove-left"><img src="{{"/assets/img/logo-black.svg" | relative_url}}" alt="miniml" class="uk-margin-small-right" width="122" height="36" uk-svg></a>
@@ -0,0 +1 @@
1
+ <a href="{{"/" | relative_url}}" class="uk-logo uk-margin-remove-left"><img src="{{"/assets/img/logo-white.svg" | relative_url}}" alt="miniml" class="uk-margin-small-right" width="122" height="36" uk-svg></a>
@@ -0,0 +1,5 @@
1
+ {% if page.logo == 'light' %}
2
+ {% include logo-light.html %}
3
+ {% else %}
4
+ {% include logo-dark.html %}
5
+ {% endif %}
@@ -0,0 +1,18 @@
1
+ <div id="offcanvasmenu" class="uk-modal-full" uk-modal>
2
+ <div class="uk-modal-dialog uk-modal-body">
3
+ <button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>
4
+ <a href="{{"/" | relative_url}}" class="uk-logo uk-inline uk-padding-top uk-margin uk-margin-remove-left"><img src="{{"/assets/img/logo-black.svg" | relative_url}}" width="122" height="36" alt="miniml" class="uk-margin-small-right"
5
+ uk-svg></a>
6
+ <h5 class="uk-margin">Navigation</h5>
7
+ <ul class="uk-nav uk-nav-default">
8
+ {% for link in site.data.navigation.mobile %}
9
+ {% if link.url contains "https" %}
10
+ {% assign url = link.url %}
11
+ {% else %}
12
+ {% assign url = link.url | relative_url %}
13
+ {% endif %}
14
+ <li class="{% if page.url contains link.url %}uk-active{% endif %}"><a href="{{ url }}">{{ link.title }}</a></li>{% unless forloop.last %} {% endunless %}
15
+ {% endfor %}
16
+ </ul>
17
+ </div>
18
+ </div>
@@ -0,0 +1,47 @@
1
+ <header>
2
+ <div class="uk-container">
3
+ <nav id="nav" class="uk-navbar-container uk-navbar-transparent" uk-navbar>
4
+ <div class="uk-navbar-left ">
5
+ {% include logo.html %}
6
+ <ul class="uk-navbar-nav uk-visible@s">
7
+ {% for link in site.data.navigation.main %}
8
+ {% if link.url contains "https" %}
9
+ {% assign url = link.url %}
10
+ {% else %}
11
+ {% assign url = link.url | relative_url %}
12
+ {% endif %}
13
+ <li class="{% if page.url contains link.url %}uk-active{% endif %}"><a href="{{ url }}">{{ link.title }}</a></li>
14
+ {% endfor %}
15
+ {% for link in site.data.navigation.toggle %}
16
+ {% if link.url contains "https" %}
17
+ {% assign url = link.url %}
18
+ {% else %}
19
+ {% assign url = link.url | relative_url %}
20
+ {% endif %}
21
+ <li class="{% if page.url contains link.url %}uk-active{% endif %}">
22
+ <a href="{{ url }}">{{ link.title }}</a>
23
+ <div class="uk-navbar-dropdown uk-border-rounded uk-background-muted">
24
+ <ul class="uk-nav uk-navbar-dropdown-nav">
25
+ {% for link in site.data.navigation.subnav %}
26
+ {% if link.url contains "https" %}
27
+ {% assign url = link.url %}
28
+ {% else %}
29
+ {% assign url = link.url | relative_url %}
30
+ {% endif %}
31
+ <li class="{% if page.url contains link.url %}uk-active{% endif %} uk-nav-header"><a href="{{ url }}">{{ link.title }}</a></li>
32
+ {% endfor %}
33
+ </ul>
34
+ </div>
35
+ </li>
36
+ {% endfor %}
37
+ </ul>
38
+ <ul class="uk-navbar-nav uk-hidden@s">
39
+ <li><a class="uk-navbar-toggle" uk-navbar-toggle-icon uk-toggle href="#offcanvasmenu"></a></li>
40
+ </ul>
41
+ </div>
42
+ <div class="uk-navbar-right uk-hidden@s">
43
+ {% include offcanvas.html %}
44
+ </div>
45
+ </nav>
46
+ </div>
47
+ </header>
@@ -0,0 +1,24 @@
1
+ <div class="pagination uk-link-muted">
2
+ <br>
3
+ <ul class="uk-pagination uk-child-width-expand">
4
+ {% if paginator.previous_page %}
5
+ <li><a href="{{ paginator.previous_page_path }}"><span class="uk-margin-small-right" uk-pagination-previous></span> Previous</a></li> {% else %}
6
+ <li><a href="{{"/" | relative_url}}"><span class="uk-margin-small-right" uk-icon="home"> </span>Home</a></li>
7
+ {% endif %}
8
+ <span class="uk-flex uk-flex-center">
9
+ <li>{{paginator.page}} of {{paginator.total_pages}}</li>
10
+ </span>
11
+ {% if paginator.next_page %}
12
+ <div class="uk-flex uk-flex-right">
13
+ <li class="uk-margin-auto-left"><a href="{{ paginator.next_page_path }}">Next <span class="uk-margin-small-left" uk-pagination-next></span></a></li>
14
+ </div>
15
+ {% else %}
16
+ <div class="uk-flex uk-flex-right">
17
+ <li class="uk-margin-auto-left">
18
+ <a href="https://twitter.com/{{site.twitter}}" target="_blank">Follow<span uk-icon="twitter" class="uk-margin-small-left"></span></a>
19
+ </li>
20
+ </div>
21
+ {% endif %}
22
+ </ul>
23
+ <hr class="uk-divider-icon">
24
+ </div>
@@ -0,0 +1,24 @@
1
+ <br>
2
+ <ul class="uk-pagination">
3
+ {% if page.previous.url %}
4
+ <li>
5
+ <a href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.previous.title}}"><span class="uk-margin-small-right" uk-pagination-previous></span>
6
+ {{ page.previous.title | truncate: 15 }}</a>
7
+ </li>
8
+ {% else %}
9
+ <li>
10
+ <a href="{{"/blog" | relative_url}}"><span class="uk-margin-small-right" uk-pagination-previous></span>Back</a>
11
+ </li>
12
+ {% endif %}
13
+ {% if page.next.url %}
14
+ <li class="uk-margin-auto-left">
15
+ <a href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{page.next.title}}">{{ page.next.title | truncate: 15 }} <span class="uk-margin-small-left"
16
+ uk-pagination-next></span></a>
17
+ </li>
18
+ {% else %}
19
+ <li class="uk-margin-auto-left">
20
+ <a href="https://twitter.com/{{site.twitter}}" target="_blank">Follow<span uk-icon="twitter" class="uk-margin-small-left"></span></a>
21
+ </li>
22
+ {% endif %}
23
+ </ul>
24
+ <hr class="uk-divider-icon">
@@ -0,0 +1,10 @@
1
+ <!--Reading time-->
2
+ <span class="uk-article-meta" uk-icon="clock"></span>
3
+ <span class="uk-article-meta" title="Estimated read time">
4
+ {% assign words = post.content | number_of_words %}
5
+ {% if words < 360 %}
6
+ <span class="uk-article-meta">1 min</span>
7
+ {% else %}
8
+ <span class="uk-article-meta">{{ words | divided_by:180 }} mins</span>
9
+ {% endif %}
10
+ </span>
@@ -0,0 +1,10 @@
1
+ <!--Reading time-->
2
+ <span class="uk-article-meta" uk-icon="clock"></span>
3
+ <span class="uk-article-meta" title="Estimated read time">
4
+ {% assign words = content | number_of_words %}
5
+ {% if words < 360 %}
6
+ <span class="uk-article-meta">1 min</span>
7
+ {% else %}
8
+ <span class="uk-article-meta">{{ words | divided_by:180 }} mins</span>
9
+ {% endif %}
10
+ </span>
@@ -0,0 +1,72 @@
1
+ <div class="uk-section uk-section-large uk-section-muted">
2
+ <div class="uk-container">
3
+ <div uk-grid>
4
+
5
+ <div class="uk-width-1-2@m">
6
+ <div class="uk-card uk-card-default" uk-scrollspy="cls: uk-animation-fade; repeat: true">
7
+ <div class="uk-card-media-top">
8
+ <img src="{{ "/assets/img/blocks.png" | relative_url }}" alt="Blocks">
9
+ </div>
10
+ <div class="uk-card-body">
11
+ <div class="uk-heading-small" uk-scrollspy="cls: uk-animation-fade; repeat: true">Blocks</div>
12
+ <p>New Template Library featuring modular Blocks of reusable content for your custom build. </p>
13
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/introduction" | relative_url }}">Blokks Template Library</a>
14
+ </div>
15
+ </div>
16
+ </div>
17
+
18
+ <div class="uk-width-1-2@m">
19
+ <div class="uk-card uk-card-default" uk-scrollspy="cls: uk-animation-fade; repeat: true">
20
+ <div class="uk-card-media-top">
21
+ <img src="{{ "/assets/img/animation.png" | relative_url }}" alt="Animation">
22
+ </div>
23
+ <div class="uk-card-body">
24
+ <div class="uk-heading-small" uk-scrollspy="cls: uk-animation-fade; repeat: true">Animators</div>
25
+ <p>Quickly construct animated elements by adding easy to use attributes. </p>
26
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/animation" | relative_url }}">View Code Examples</a>
27
+ </div>
28
+ </div>
29
+ </div>
30
+
31
+ <div class="uk-width-1-2@m">
32
+ <div class="uk-card uk-card-default" uk-scrollspy="cls: uk-animation-fade; repeat: true">
33
+ <div class="uk-card-media-top">
34
+ <img src="{{ "/assets/img/scrollspy.png" | relative_url }}" alt="Animation">
35
+ </div>
36
+ <div class="uk-card-body">
37
+ <div class="uk-heading-small" uk-scrollspy="cls: uk-animation-fade; repeat: true">Scrollspy</div>
38
+ <p>Trigger events on scroll like animations. </p>
39
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/scrollspy" | relative_url }}">Try Scrollspy</a>
40
+ </div>
41
+ </div>
42
+ </div>
43
+
44
+ <div class="uk-width-1-2@m">
45
+ <div class="uk-card uk-card-default" uk-scrollspy="cls: uk-animation-fade; repeat: true">
46
+ <div class="uk-card-media-top">
47
+ <img src="{{ "/assets/img/slideshow.png" | relative_url }}" alt="Slideshow">
48
+ </div>
49
+ <div class="uk-card-body">
50
+ <div class="uk-heading-small" uk-scrollspy="cls: uk-animation-fade; repeat: true">Slideshow</div>
51
+ <p>Construct animated slideshows with a click. </p>
52
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/slideshow" | relative_url }}">View Slideshow Component</a>
53
+ </div>
54
+ </div>
55
+ </div>
56
+
57
+ <div class="uk-width-1-2@m">
58
+ <div class="uk-card uk-card-default" uk-scrollspy="cls: uk-animation-fade; repeat: true">
59
+ <div class="uk-card-media-top">
60
+ <img src="{{ "/assets/img/text.png" | relative_url }}" alt="Text">
61
+ </div>
62
+ <div class="uk-card-body">
63
+ <div class="uk-heading-small" uk-scrollspy="cls: uk-animation-fade; repeat: true">Text</div>
64
+ <p>Text formatting classes cover every need. </p>
65
+ <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/text" | relative_url }}">View Text Component</a>
66
+ </div>
67
+ </div>
68
+ </div>
69
+
70
+ </div>
71
+ </div>
72
+ </div>