-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
224 additions
and
8,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
lockfileVersion = "3" | ||
registry = 'https://registry.npmjs.org/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ module.exports = { | |
keepRoleAttr: true, | ||
}, | ||
removeViewBox: false, | ||
sortAttrs: true, | ||
}, | ||
}, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "404" | ||
layout: "404" | ||
url: "/404/" | ||
--- | ||
|
||
<h1 class="display-1 text-center mx-auto py-5 my-5">404</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Stats" | ||
layout: "stats" | ||
url: "/stats/" | ||
hidden: true | ||
private: true | ||
--- | ||
|
||
<h1 class="display-1 text-center mx-auto py-3 mt-5">Stats</h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
{{ partial "head" . }} | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
{{ partialCached "skippy" . }} | ||
{{ partialCached "navbar" . }} | ||
{{ define "main" }} | ||
|
||
<main class="my-auto p-5" id="content"> | ||
{{ .Content }} | ||
</main> | ||
{{ .Content }} | ||
|
||
{{- partialCached "scripts" . .IsHome }} | ||
</body> | ||
</html> | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{{ define "main" }} | ||
|
||
{{ .Content }} | ||
|
||
<div class="col-12 col-sm-11 col-md-10 col-lg-9 col-xl-8 mx-auto mt-3"> | ||
<table class="table table-bordered border mx-auto w-75 mt-3"> | ||
<thead class="bg-light"> | ||
<tr> | ||
<th scope="col" class="w-50">Icon Sets</th> | ||
<th scope="col">Number of Icons</th> | ||
</tr> | ||
<tbody> | ||
<tr> | ||
<td>Modus Outline</td> | ||
<td>{{ len (where .Site.RegularPages "Section" "=" "modus-outline") }}</td> | ||
</tr> | ||
<tr> | ||
<td>Modus Solid</td> | ||
<td>{{ len (where .Site.RegularPages "Section" "=" "modus-solid") }}</td> | ||
</tr> | ||
<tr> | ||
<td class="font-weight-bold">Total:</td> | ||
<td class="font-weight-bold">{{ len (where .Site.RegularPages "Section" "!=" "") }}</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
<div class="text-center py-2"> | ||
Site built with: | ||
<a href="https://github.com/gohugoio/hugo/releases" target="_blank" rel="noopener" class="text-dark"> | ||
Hugo v{{ hugo.Version }}</a> | ||
</div> | ||
|
||
<div class="text-center py-2"> | ||
Build date: {{ now.Format "2006-01-02 15:04:05" }} | ||
</div> | ||
|
||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,84 @@ | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#add" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#camera" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#reply" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#keyboard" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#audio" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#home" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#solid" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#moon" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#cancel" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#pen" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#chat" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#chat" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#battery" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#ruler" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#calendar" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#cloud" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#arrowup" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#calendar" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#security" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#pulse" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#cursor" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#cursor" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#desktop" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#shovel" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#billing" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#sun" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#target" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#contrast" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#attachment" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#file" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#copy" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#edit" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#browse" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#alert" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#sortaz" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#calculate" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#move" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#move" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#cloud" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#hail-heavy" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#comment" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#comment" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#clock" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#compass" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#thumbsup" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#thumbs-up" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#billing" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#map" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#package" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#menu-circle" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#circle" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#scissors" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#copy" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#video" /> | ||
</svg> | ||
<svg class="modus-icon m-2" width="24" height="24" fill="currentColor"> | ||
<use xlink:href="/common-outline/sprites/modus-icons.svg#phone" /> | ||
<use xlink:href="/modus-outline/sprites/modus-icons.svg#volume-mute" /> | ||
</svg> |
Oops, something went wrong.