insights4you-jekyll-theme 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +39 -5
- data/_includes/footer.html +5 -8
- data/_includes/head.html +63 -0
- data/_includes/header-logo.html +179 -0
- data/_includes/header-navbar.html +69 -0
- data/_includes/header-svg.html +39 -0
- data/_includes/ui/button.html +30 -0
- data/_includes/ui/empty.html +23 -0
- data/_includes/ui/icon.html +33 -0
- data/_includes/ui/illustration.html +20 -0
- data/_layouts/default.html +17 -0
- data/_layouts/error.html +12 -0
- data/_layouts/home.html +19 -0
- data/assets/css/theme.min.css +90 -2
- data/assets/images/android-chrome-192x192.png +0 -0
- data/assets/images/android-chrome-512x512.png +0 -0
- data/assets/images/apple-touch-icon.png +0 -0
- data/assets/images/favicon-16x16.png +0 -0
- data/assets/images/favicon-32x32.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/site.webmanifest +1 -0
- metadata +89 -19
- data/_includes/header.html +0 -405
- data/_includes/sidebar.html +0 -24
- data/_layouts/base.html +0 -54
data/_includes/sidebar.html
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
<nav class="navbar navbar-vertical navbar-expand-lg">
|
2
|
-
<div class="collapse navbar-collapse" id="sidebar-menu">
|
3
|
-
<ul class="navbar-nav">
|
4
|
-
<li class="nav-item">
|
5
|
-
<a class="nav-link" href="{{ '/' | relative_url }}">
|
6
|
-
<span class="nav-link-icon"><i class="ti ti-dashboard"></i></span>
|
7
|
-
<span class="nav-link-title">Dashboard</span>
|
8
|
-
</a>
|
9
|
-
</li>
|
10
|
-
<li class="nav-item">
|
11
|
-
<a class="nav-link" href="#">
|
12
|
-
<span class="nav-link-icon"><i class="ti ti-settings"></i></span>
|
13
|
-
<span class="nav-link-title">Settings</span>
|
14
|
-
</a>
|
15
|
-
</li>
|
16
|
-
<li class="nav-item">
|
17
|
-
<a class="nav-link" href="#">
|
18
|
-
<span class="nav-link-icon"><i class="ti ti-user"></i></span>
|
19
|
-
<span class="nav-link-title">Profile</span>
|
20
|
-
</a>
|
21
|
-
</li>
|
22
|
-
</ul>
|
23
|
-
</div>
|
24
|
-
</nav>
|
data/_layouts/base.html
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
6
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
7
|
-
<title>{{ page.title }} | {{ site.title }}</title>
|
8
|
-
|
9
|
-
<!-- Tabler CSS -->
|
10
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler.min.css">
|
11
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-flags.min.css">
|
12
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-payments.min.css">
|
13
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-social.min.css">
|
14
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/css/tabler-vendors.min.css">
|
15
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.31.0/dist/tabler-icons.min.css">
|
16
|
-
|
17
|
-
<!-- Custom Theme CSS -->
|
18
|
-
<link rel="stylesheet" href="{{ '/assets/css/theme.min.css' | relative_url }}">
|
19
|
-
|
20
|
-
<!-- Google Fonts -->
|
21
|
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
22
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
23
|
-
<link href="https://fonts.googleapis.com/css2?family=Akronim&family=DynaPuff:wght@400..700&family=Nova+Square&family=Syne+Mono&display=swap" rel="stylesheet">
|
24
|
-
|
25
|
-
<!-- Inline Styles -->
|
26
|
-
<style>
|
27
|
-
:root {
|
28
|
-
--tblr-font-sans-serif: "DynaPuff";
|
29
|
-
}
|
30
|
-
</style>
|
31
|
-
</head>
|
32
|
-
<body>
|
33
|
-
<!-- Header Include -->
|
34
|
-
{% include header.html %}
|
35
|
-
|
36
|
-
<!-- Page Wrapper -->
|
37
|
-
<div class="page-wrapper">
|
38
|
-
<div class="page-body">
|
39
|
-
<main class="container-xl">
|
40
|
-
{{ content }}
|
41
|
-
</main>
|
42
|
-
</div>
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<!-- Footer Include -->
|
46
|
-
{% include footer.html %}
|
47
|
-
|
48
|
-
<!-- Tabler JS -->
|
49
|
-
<script src="https://cdn.jsdelivr.net/npm/@tabler/core@1.1.1/dist/js/tabler.min.js"></script>
|
50
|
-
|
51
|
-
<!-- Custom Theme JS -->
|
52
|
-
<script src="{{ '/assets/js/theme.js' | relative_url }}"></script>
|
53
|
-
</body>
|
54
|
-
</html>
|