diff --git a/hugo/.hugo_build.lock b/hugo/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/hugo/archetypes/default.md b/hugo/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/hugo/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/hugo/assets/sass/main.scss b/hugo/assets/sass/main.scss new file mode 100644 index 0000000..3c26eab --- /dev/null +++ b/hugo/assets/sass/main.scss @@ -0,0 +1,55 @@ +@import '../../../node_modules/bootstrap/scss/bootstrap.scss'; + +// Grid +@media (min-width: 1200px) { + .row-cols-xl-8 { + > * { + flex: 0 0 12.5%; + max-width: 12.5%; + } + } +} + +@media (min-width: 1400px) { + .row-cols-xxl-10 { + > * { + flex: 0 0 10%; + max-width: 10%; + } + } +} + +// Icon grid +.icon-card { + display: flex; + flex-direction: column; + height: 100%; + color: $dark; + border-radius: $border-radius; + text-decoration: none; + border: 1.5px solid $border-color; + overflow: hidden; + + .icon-glyph { + padding: .5rem; + background: $light; + text-align: center; + font-size: $font-size-base * 2.5; + } + + .icon-name { + font-family: $font-family-monospace; + text-decoration: none; + text-align: center; + font-size: .75rem; + padding: .5rem; + flex-grow: 1; + } +} + +// Footer +footer { + a { + text-decoration: none; + } +} \ No newline at end of file diff --git a/hugo/config.toml b/hugo/config.toml new file mode 100644 index 0000000..f5e3208 --- /dev/null +++ b/hugo/config.toml @@ -0,0 +1,3 @@ +baseURL = 'https://studio384.be/' +languageCode = 'en-us' +title = 'Amaranth' diff --git a/hugo/content/_index.md b/hugo/content/_index.md new file mode 100644 index 0000000..671a9b9 --- /dev/null +++ b/hugo/content/_index.md @@ -0,0 +1,10 @@ +--- +--- + +## Welcome to Amaranth + +Amaranth is a beautiful set of icons. + +``` +npm install @changewindows/amaranth +``` \ No newline at end of file diff --git a/hugo/content/icons/address-book.md b/hugo/content/icons/address-book.md new file mode 100644 index 0000000..295f2b2 --- /dev/null +++ b/hugo/content/icons/address-book.md @@ -0,0 +1,5 @@ +--- +title: Address Book +tags: +categories: +--- diff --git a/hugo/content/icons/alarm.md b/hugo/content/icons/alarm.md new file mode 100644 index 0000000..bb55e5b --- /dev/null +++ b/hugo/content/icons/alarm.md @@ -0,0 +1,5 @@ +--- +title: Alarm +tags: +categories: +--- diff --git a/hugo/content/icons/amaranth.md b/hugo/content/icons/amaranth.md new file mode 100644 index 0000000..74c6eb7 --- /dev/null +++ b/hugo/content/icons/amaranth.md @@ -0,0 +1,5 @@ +--- +title: Amaranth +tags: +categories: +--- diff --git a/hugo/content/icons/angle-down.md b/hugo/content/icons/angle-down.md new file mode 100644 index 0000000..eca5d9b --- /dev/null +++ b/hugo/content/icons/angle-down.md @@ -0,0 +1,5 @@ +--- +title: Angle Down +tags: +categories: +--- diff --git a/hugo/content/icons/angle-left.md b/hugo/content/icons/angle-left.md new file mode 100644 index 0000000..fa964a4 --- /dev/null +++ b/hugo/content/icons/angle-left.md @@ -0,0 +1,5 @@ +--- +title: Angle Left +tags: +categories: +--- diff --git a/hugo/content/icons/angle-right.md b/hugo/content/icons/angle-right.md new file mode 100644 index 0000000..721e5be --- /dev/null +++ b/hugo/content/icons/angle-right.md @@ -0,0 +1,5 @@ +--- +title: Angle Right +tags: +categories: +--- diff --git a/hugo/content/icons/angle-up.md b/hugo/content/icons/angle-up.md new file mode 100644 index 0000000..92d11f0 --- /dev/null +++ b/hugo/content/icons/angle-up.md @@ -0,0 +1,5 @@ +--- +title: Angle Up +tags: +categories: +--- diff --git a/hugo/content/icons/angles-y.md b/hugo/content/icons/angles-y.md new file mode 100644 index 0000000..9111ec1 --- /dev/null +++ b/hugo/content/icons/angles-y.md @@ -0,0 +1,5 @@ +--- +title: Angles Y +tags: +categories: +--- diff --git a/hugo/content/icons/apple-app-store.md b/hugo/content/icons/apple-app-store.md new file mode 100644 index 0000000..c3efde9 --- /dev/null +++ b/hugo/content/icons/apple-app-store.md @@ -0,0 +1,5 @@ +--- +title: Apple App Store +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-down-short-wide.md b/hugo/content/icons/arrow-down-short-wide.md new file mode 100644 index 0000000..42cb4cd --- /dev/null +++ b/hugo/content/icons/arrow-down-short-wide.md @@ -0,0 +1,5 @@ +--- +title: Arrow Down Short Wide +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-down-to-line.md b/hugo/content/icons/arrow-down-to-line.md new file mode 100644 index 0000000..4da832c --- /dev/null +++ b/hugo/content/icons/arrow-down-to-line.md @@ -0,0 +1,5 @@ +--- +title: Arrow Down To Line +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-down-wide-short.md b/hugo/content/icons/arrow-down-wide-short.md new file mode 100644 index 0000000..bbc77dd --- /dev/null +++ b/hugo/content/icons/arrow-down-wide-short.md @@ -0,0 +1,5 @@ +--- +title: Arrow Down Wide Short +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-down.md b/hugo/content/icons/arrow-down.md new file mode 100644 index 0000000..d7c7775 --- /dev/null +++ b/hugo/content/icons/arrow-down.md @@ -0,0 +1,5 @@ +--- +title: Arrow Down +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-left-from-bracket.md b/hugo/content/icons/arrow-left-from-bracket.md new file mode 100644 index 0000000..7644568 --- /dev/null +++ b/hugo/content/icons/arrow-left-from-bracket.md @@ -0,0 +1,5 @@ +--- +title: Arrow Left From Bracket +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-left-to-bracket.md b/hugo/content/icons/arrow-left-to-bracket.md new file mode 100644 index 0000000..12e1fa5 --- /dev/null +++ b/hugo/content/icons/arrow-left-to-bracket.md @@ -0,0 +1,5 @@ +--- +title: Arrow Left To Bracket +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-left-to-line.md b/hugo/content/icons/arrow-left-to-line.md new file mode 100644 index 0000000..214b3d5 --- /dev/null +++ b/hugo/content/icons/arrow-left-to-line.md @@ -0,0 +1,5 @@ +--- +title: Arrow Left To Line +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-left.md b/hugo/content/icons/arrow-left.md new file mode 100644 index 0000000..600e66d --- /dev/null +++ b/hugo/content/icons/arrow-left.md @@ -0,0 +1,5 @@ +--- +title: Arrow Left +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-pointer.md b/hugo/content/icons/arrow-pointer.md new file mode 100644 index 0000000..7c7f1db --- /dev/null +++ b/hugo/content/icons/arrow-pointer.md @@ -0,0 +1,5 @@ +--- +title: Arrow Pointer +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-right-from-bracket.md b/hugo/content/icons/arrow-right-from-bracket.md new file mode 100644 index 0000000..a51c136 --- /dev/null +++ b/hugo/content/icons/arrow-right-from-bracket.md @@ -0,0 +1,5 @@ +--- +title: Arrow Right From Bracket +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-right-to-bracket.md b/hugo/content/icons/arrow-right-to-bracket.md new file mode 100644 index 0000000..4ebfa39 --- /dev/null +++ b/hugo/content/icons/arrow-right-to-bracket.md @@ -0,0 +1,5 @@ +--- +title: Arrow Right To Bracket +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-right-to-line.md b/hugo/content/icons/arrow-right-to-line.md new file mode 100644 index 0000000..63ba8af --- /dev/null +++ b/hugo/content/icons/arrow-right-to-line.md @@ -0,0 +1,5 @@ +--- +title: Arrow Right To Line +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-right.md b/hugo/content/icons/arrow-right.md new file mode 100644 index 0000000..d83861d --- /dev/null +++ b/hugo/content/icons/arrow-right.md @@ -0,0 +1,5 @@ +--- +title: Arrow Right +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-rotate-right.md b/hugo/content/icons/arrow-rotate-right.md new file mode 100644 index 0000000..6a64d0b --- /dev/null +++ b/hugo/content/icons/arrow-rotate-right.md @@ -0,0 +1,5 @@ +--- +title: Arrow Rotate Right +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-up-short-wide.md b/hugo/content/icons/arrow-up-short-wide.md new file mode 100644 index 0000000..ffe9113 --- /dev/null +++ b/hugo/content/icons/arrow-up-short-wide.md @@ -0,0 +1,5 @@ +--- +title: Arrow Up Short Wide +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-up-to-line.md b/hugo/content/icons/arrow-up-to-line.md new file mode 100644 index 0000000..9bd3c7b --- /dev/null +++ b/hugo/content/icons/arrow-up-to-line.md @@ -0,0 +1,5 @@ +--- +title: Arrow Up To Line +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-up-wide-short.md b/hugo/content/icons/arrow-up-wide-short.md new file mode 100644 index 0000000..32f5cc9 --- /dev/null +++ b/hugo/content/icons/arrow-up-wide-short.md @@ -0,0 +1,5 @@ +--- +title: Arrow Up Wide Short +tags: +categories: +--- diff --git a/hugo/content/icons/arrow-up.md b/hugo/content/icons/arrow-up.md new file mode 100644 index 0000000..bb527b3 --- /dev/null +++ b/hugo/content/icons/arrow-up.md @@ -0,0 +1,5 @@ +--- +title: Arrow Up +tags: +categories: +--- diff --git a/hugo/content/icons/arrows-rotate-right.md b/hugo/content/icons/arrows-rotate-right.md new file mode 100644 index 0000000..5152abe --- /dev/null +++ b/hugo/content/icons/arrows-rotate-right.md @@ -0,0 +1,5 @@ +--- +title: Arrows Rotate Right +tags: +categories: +--- diff --git a/hugo/content/icons/asterisk.md b/hugo/content/icons/asterisk.md new file mode 100644 index 0000000..4c4cf8f --- /dev/null +++ b/hugo/content/icons/asterisk.md @@ -0,0 +1,5 @@ +--- +title: Asterisk +tags: +categories: +--- diff --git a/hugo/content/icons/at.md b/hugo/content/icons/at.md new file mode 100644 index 0000000..4b69887 --- /dev/null +++ b/hugo/content/icons/at.md @@ -0,0 +1,5 @@ +--- +title: At +tags: +categories: +--- diff --git a/hugo/content/icons/azure.md b/hugo/content/icons/azure.md new file mode 100644 index 0000000..34c4d1e --- /dev/null +++ b/hugo/content/icons/azure.md @@ -0,0 +1,5 @@ +--- +title: Azure +tags: +categories: +--- diff --git a/hugo/content/icons/backward.md b/hugo/content/icons/backward.md new file mode 100644 index 0000000..4586e90 --- /dev/null +++ b/hugo/content/icons/backward.md @@ -0,0 +1,5 @@ +--- +title: Backward +tags: +categories: +--- diff --git a/hugo/content/icons/bars-staggered.md b/hugo/content/icons/bars-staggered.md new file mode 100644 index 0000000..42a63c6 --- /dev/null +++ b/hugo/content/icons/bars-staggered.md @@ -0,0 +1,5 @@ +--- +title: Bars Staggered +tags: +categories: +--- diff --git a/hugo/content/icons/bars.md b/hugo/content/icons/bars.md new file mode 100644 index 0000000..f496541 --- /dev/null +++ b/hugo/content/icons/bars.md @@ -0,0 +1,5 @@ +--- +title: Bars +tags: +categories: +--- diff --git a/hugo/content/icons/bel.md b/hugo/content/icons/bel.md new file mode 100644 index 0000000..6cfd412 --- /dev/null +++ b/hugo/content/icons/bel.md @@ -0,0 +1,5 @@ +--- +title: Bel +tags: +categories: +--- diff --git a/hugo/content/icons/blf.md b/hugo/content/icons/blf.md new file mode 100644 index 0000000..e760466 --- /dev/null +++ b/hugo/content/icons/blf.md @@ -0,0 +1,5 @@ +--- +title: Blf +tags: +categories: +--- diff --git a/hugo/content/icons/book.md b/hugo/content/icons/book.md new file mode 100644 index 0000000..aa167bd --- /dev/null +++ b/hugo/content/icons/book.md @@ -0,0 +1,5 @@ +--- +title: Book +tags: +categories: +--- diff --git a/hugo/content/icons/box-open-full.md b/hugo/content/icons/box-open-full.md new file mode 100644 index 0000000..eadcbff --- /dev/null +++ b/hugo/content/icons/box-open-full.md @@ -0,0 +1,5 @@ +--- +title: Box Open Full +tags: +categories: +--- diff --git a/hugo/content/icons/box.md b/hugo/content/icons/box.md new file mode 100644 index 0000000..e9f14da --- /dev/null +++ b/hugo/content/icons/box.md @@ -0,0 +1,5 @@ +--- +title: Box +tags: +categories: +--- diff --git a/hugo/content/icons/branch-up.md b/hugo/content/icons/branch-up.md new file mode 100644 index 0000000..a70fe33 --- /dev/null +++ b/hugo/content/icons/branch-up.md @@ -0,0 +1,5 @@ +--- +title: Branch Up +tags: +categories: +--- diff --git a/hugo/content/icons/branch.md b/hugo/content/icons/branch.md new file mode 100644 index 0000000..1fe98ef --- /dev/null +++ b/hugo/content/icons/branch.md @@ -0,0 +1,5 @@ +--- +title: Branch +tags: +categories: +--- diff --git a/hugo/content/icons/bug.md b/hugo/content/icons/bug.md new file mode 100644 index 0000000..5b4e9c4 --- /dev/null +++ b/hugo/content/icons/bug.md @@ -0,0 +1,5 @@ +--- +title: Bug +tags: +categories: +--- diff --git a/hugo/content/icons/building.md b/hugo/content/icons/building.md new file mode 100644 index 0000000..8678592 --- /dev/null +++ b/hugo/content/icons/building.md @@ -0,0 +1,5 @@ +--- +title: Building +tags: +categories: +--- diff --git a/hugo/content/icons/calendar-agenda.md b/hugo/content/icons/calendar-agenda.md new file mode 100644 index 0000000..94f90eb --- /dev/null +++ b/hugo/content/icons/calendar-agenda.md @@ -0,0 +1,5 @@ +--- +title: Calendar Agenda +tags: +categories: +--- diff --git a/hugo/content/icons/calendar-day.md b/hugo/content/icons/calendar-day.md new file mode 100644 index 0000000..83cdda8 --- /dev/null +++ b/hugo/content/icons/calendar-day.md @@ -0,0 +1,5 @@ +--- +title: Calendar Day +tags: +categories: +--- diff --git a/hugo/content/icons/calendar-month.md b/hugo/content/icons/calendar-month.md new file mode 100644 index 0000000..226a4e4 --- /dev/null +++ b/hugo/content/icons/calendar-month.md @@ -0,0 +1,5 @@ +--- +title: Calendar Month +tags: +categories: +--- diff --git a/hugo/content/icons/calendar-stars.md b/hugo/content/icons/calendar-stars.md new file mode 100644 index 0000000..46946d8 --- /dev/null +++ b/hugo/content/icons/calendar-stars.md @@ -0,0 +1,5 @@ +--- +title: Calendar Stars +tags: +categories: +--- diff --git a/hugo/content/icons/calendar-week.md b/hugo/content/icons/calendar-week.md new file mode 100644 index 0000000..67e4502 --- /dev/null +++ b/hugo/content/icons/calendar-week.md @@ -0,0 +1,5 @@ +--- +title: Calendar Week +tags: +categories: +--- diff --git a/hugo/content/icons/calendar.md b/hugo/content/icons/calendar.md new file mode 100644 index 0000000..ca54d25 --- /dev/null +++ b/hugo/content/icons/calendar.md @@ -0,0 +1,5 @@ +--- +title: Calendar +tags: +categories: +--- diff --git a/hugo/content/icons/changewindows-can.md b/hugo/content/icons/changewindows-can.md new file mode 100644 index 0000000..fa81fc7 --- /dev/null +++ b/hugo/content/icons/changewindows-can.md @@ -0,0 +1,5 @@ +--- +title: Changewindows Can +tags: +categories: +--- diff --git a/hugo/content/icons/changewindows-dev.md b/hugo/content/icons/changewindows-dev.md new file mode 100644 index 0000000..86cb237 --- /dev/null +++ b/hugo/content/icons/changewindows-dev.md @@ -0,0 +1,5 @@ +--- +title: Changewindows Dev +tags: +categories: +--- diff --git a/hugo/content/icons/changewindows.md b/hugo/content/icons/changewindows.md new file mode 100644 index 0000000..1b57763 --- /dev/null +++ b/hugo/content/icons/changewindows.md @@ -0,0 +1,5 @@ +--- +title: Changewindows +tags: +categories: +--- diff --git a/hugo/content/icons/chart-pie.md b/hugo/content/icons/chart-pie.md new file mode 100644 index 0000000..a8bed2f --- /dev/null +++ b/hugo/content/icons/chart-pie.md @@ -0,0 +1,5 @@ +--- +title: Chart Pie +tags: +categories: +--- diff --git a/hugo/content/icons/check.md b/hugo/content/icons/check.md new file mode 100644 index 0000000..8325284 --- /dev/null +++ b/hugo/content/icons/check.md @@ -0,0 +1,5 @@ +--- +title: Check +tags: +categories: +--- diff --git a/hugo/content/icons/chevron-down.md b/hugo/content/icons/chevron-down.md new file mode 100644 index 0000000..77f954a --- /dev/null +++ b/hugo/content/icons/chevron-down.md @@ -0,0 +1,5 @@ +--- +title: Chevron Down +tags: +categories: +--- diff --git a/hugo/content/icons/chevron-left.md b/hugo/content/icons/chevron-left.md new file mode 100644 index 0000000..dd6e096 --- /dev/null +++ b/hugo/content/icons/chevron-left.md @@ -0,0 +1,5 @@ +--- +title: Chevron Left +tags: +categories: +--- diff --git a/hugo/content/icons/chevron-right.md b/hugo/content/icons/chevron-right.md new file mode 100644 index 0000000..10ca1b8 --- /dev/null +++ b/hugo/content/icons/chevron-right.md @@ -0,0 +1,5 @@ +--- +title: Chevron Right +tags: +categories: +--- diff --git a/hugo/content/icons/chevron-up.md b/hugo/content/icons/chevron-up.md new file mode 100644 index 0000000..b692f2f --- /dev/null +++ b/hugo/content/icons/chevron-up.md @@ -0,0 +1,5 @@ +--- +title: Chevron Up +tags: +categories: +--- diff --git a/hugo/content/icons/chip.md b/hugo/content/icons/chip.md new file mode 100644 index 0000000..d5d9e26 --- /dev/null +++ b/hugo/content/icons/chip.md @@ -0,0 +1,5 @@ +--- +title: Chip +tags: +categories: +--- diff --git a/hugo/content/icons/chrome.md b/hugo/content/icons/chrome.md new file mode 100644 index 0000000..1647b68 --- /dev/null +++ b/hugo/content/icons/chrome.md @@ -0,0 +1,5 @@ +--- +title: Chrome +tags: +categories: +--- diff --git a/hugo/content/icons/circle-check.md b/hugo/content/icons/circle-check.md new file mode 100644 index 0000000..7ebc512 --- /dev/null +++ b/hugo/content/icons/circle-check.md @@ -0,0 +1,5 @@ +--- +title: Circle Check +tags: +categories: +--- diff --git a/hugo/content/icons/circle-exclamation.md b/hugo/content/icons/circle-exclamation.md new file mode 100644 index 0000000..b3f48bb --- /dev/null +++ b/hugo/content/icons/circle-exclamation.md @@ -0,0 +1,5 @@ +--- +title: Circle Exclamation +tags: +categories: +--- diff --git a/hugo/content/icons/circle-info.md b/hugo/content/icons/circle-info.md new file mode 100644 index 0000000..834e7de --- /dev/null +++ b/hugo/content/icons/circle-info.md @@ -0,0 +1,5 @@ +--- +title: Circle Info +tags: +categories: +--- diff --git a/hugo/content/icons/circle-plus.md b/hugo/content/icons/circle-plus.md new file mode 100644 index 0000000..5b95fab --- /dev/null +++ b/hugo/content/icons/circle-plus.md @@ -0,0 +1,5 @@ +--- +title: Circle Plus +tags: +categories: +--- diff --git a/hugo/content/icons/circle-question.md b/hugo/content/icons/circle-question.md new file mode 100644 index 0000000..9d3175d --- /dev/null +++ b/hugo/content/icons/circle-question.md @@ -0,0 +1,5 @@ +--- +title: Circle Question +tags: +categories: +--- diff --git a/hugo/content/icons/circle-user.md b/hugo/content/icons/circle-user.md new file mode 100644 index 0000000..9d522c0 --- /dev/null +++ b/hugo/content/icons/circle-user.md @@ -0,0 +1,5 @@ +--- +title: Circle User +tags: +categories: +--- diff --git a/hugo/content/icons/circle-xmark.md b/hugo/content/icons/circle-xmark.md new file mode 100644 index 0000000..96222e0 --- /dev/null +++ b/hugo/content/icons/circle-xmark.md @@ -0,0 +1,5 @@ +--- +title: Circle Xmark +tags: +categories: +--- diff --git a/hugo/content/icons/city.md b/hugo/content/icons/city.md new file mode 100644 index 0000000..7a6914a --- /dev/null +++ b/hugo/content/icons/city.md @@ -0,0 +1,5 @@ +--- +title: City +tags: +categories: +--- diff --git a/hugo/content/icons/clock-rotate-left.md b/hugo/content/icons/clock-rotate-left.md new file mode 100644 index 0000000..1dabfff --- /dev/null +++ b/hugo/content/icons/clock-rotate-left.md @@ -0,0 +1,5 @@ +--- +title: Clock Rotate Left +tags: +categories: +--- diff --git a/hugo/content/icons/clock.md b/hugo/content/icons/clock.md new file mode 100644 index 0000000..811598e --- /dev/null +++ b/hugo/content/icons/clock.md @@ -0,0 +1,5 @@ +--- +title: Clock +tags: +categories: +--- diff --git a/hugo/content/icons/cmd.md b/hugo/content/icons/cmd.md new file mode 100644 index 0000000..06267ca --- /dev/null +++ b/hugo/content/icons/cmd.md @@ -0,0 +1,5 @@ +--- +title: Cmd +tags: +categories: +--- diff --git a/hugo/content/icons/code.md b/hugo/content/icons/code.md new file mode 100644 index 0000000..da3b9fb --- /dev/null +++ b/hugo/content/icons/code.md @@ -0,0 +1,5 @@ +--- +title: Code +tags: +categories: +--- diff --git a/hugo/content/icons/compass.md b/hugo/content/icons/compass.md new file mode 100644 index 0000000..1885623 --- /dev/null +++ b/hugo/content/icons/compass.md @@ -0,0 +1,5 @@ +--- +title: Compass +tags: +categories: +--- diff --git a/hugo/content/icons/compress.md b/hugo/content/icons/compress.md new file mode 100644 index 0000000..5820e4b --- /dev/null +++ b/hugo/content/icons/compress.md @@ -0,0 +1,5 @@ +--- +title: Compress +tags: +categories: +--- diff --git a/hugo/content/icons/copy.md b/hugo/content/icons/copy.md new file mode 100644 index 0000000..0eb5909 --- /dev/null +++ b/hugo/content/icons/copy.md @@ -0,0 +1,5 @@ +--- +title: Copy +tags: +categories: +--- diff --git a/hugo/content/icons/dashboard.md b/hugo/content/icons/dashboard.md new file mode 100644 index 0000000..b1228b0 --- /dev/null +++ b/hugo/content/icons/dashboard.md @@ -0,0 +1,5 @@ +--- +title: Dashboard +tags: +categories: +--- diff --git a/hugo/content/icons/devices.md b/hugo/content/icons/devices.md new file mode 100644 index 0000000..1471501 --- /dev/null +++ b/hugo/content/icons/devices.md @@ -0,0 +1,5 @@ +--- +title: Devices +tags: +categories: +--- diff --git a/hugo/content/icons/disc.md b/hugo/content/icons/disc.md new file mode 100644 index 0000000..5f7694a --- /dev/null +++ b/hugo/content/icons/disc.md @@ -0,0 +1,5 @@ +--- +title: Disc +tags: +categories: +--- diff --git a/hugo/content/icons/display-cam.md b/hugo/content/icons/display-cam.md new file mode 100644 index 0000000..7c56547 --- /dev/null +++ b/hugo/content/icons/display-cam.md @@ -0,0 +1,5 @@ +--- +title: Display Cam +tags: +categories: +--- diff --git a/hugo/content/icons/display.md b/hugo/content/icons/display.md new file mode 100644 index 0000000..dc70c8c --- /dev/null +++ b/hugo/content/icons/display.md @@ -0,0 +1,5 @@ +--- +title: Display +tags: +categories: +--- diff --git a/hugo/content/icons/earth.md b/hugo/content/icons/earth.md new file mode 100644 index 0000000..3eacd87 --- /dev/null +++ b/hugo/content/icons/earth.md @@ -0,0 +1,5 @@ +--- +title: Earth +tags: +categories: +--- diff --git a/hugo/content/icons/eclipse.md b/hugo/content/icons/eclipse.md new file mode 100644 index 0000000..ec563a7 --- /dev/null +++ b/hugo/content/icons/eclipse.md @@ -0,0 +1,5 @@ +--- +title: Eclipse +tags: +categories: +--- diff --git a/hugo/content/icons/edge.md b/hugo/content/icons/edge.md new file mode 100644 index 0000000..ca00959 --- /dev/null +++ b/hugo/content/icons/edge.md @@ -0,0 +1,5 @@ +--- +title: Edge +tags: +categories: +--- diff --git a/hugo/content/icons/ellipsis-v.md b/hugo/content/icons/ellipsis-v.md new file mode 100644 index 0000000..7de4326 --- /dev/null +++ b/hugo/content/icons/ellipsis-v.md @@ -0,0 +1,5 @@ +--- +title: Ellipsis V +tags: +categories: +--- diff --git a/hugo/content/icons/ellipsis.md b/hugo/content/icons/ellipsis.md new file mode 100644 index 0000000..d3eff39 --- /dev/null +++ b/hugo/content/icons/ellipsis.md @@ -0,0 +1,5 @@ +--- +title: Ellipsis +tags: +categories: +--- diff --git a/hugo/content/icons/envelope.md b/hugo/content/icons/envelope.md new file mode 100644 index 0000000..c6fdc54 --- /dev/null +++ b/hugo/content/icons/envelope.md @@ -0,0 +1,5 @@ +--- +title: Envelope +tags: +categories: +--- diff --git a/hugo/content/icons/ethernet.md b/hugo/content/icons/ethernet.md new file mode 100644 index 0000000..4d3dfc1 --- /dev/null +++ b/hugo/content/icons/ethernet.md @@ -0,0 +1,5 @@ +--- +title: Ethernet +tags: +categories: +--- diff --git a/hugo/content/icons/euro.md b/hugo/content/icons/euro.md new file mode 100644 index 0000000..bb6908f --- /dev/null +++ b/hugo/content/icons/euro.md @@ -0,0 +1,5 @@ +--- +title: Euro +tags: +categories: +--- diff --git a/hugo/content/icons/expand.md b/hugo/content/icons/expand.md new file mode 100644 index 0000000..5bd4125 --- /dev/null +++ b/hugo/content/icons/expand.md @@ -0,0 +1,5 @@ +--- +title: Expand +tags: +categories: +--- diff --git a/hugo/content/icons/eye-slash.md b/hugo/content/icons/eye-slash.md new file mode 100644 index 0000000..84f5ddf --- /dev/null +++ b/hugo/content/icons/eye-slash.md @@ -0,0 +1,5 @@ +--- +title: Eye Slash +tags: +categories: +--- diff --git a/hugo/content/icons/eye.md b/hugo/content/icons/eye.md new file mode 100644 index 0000000..4e7437d --- /dev/null +++ b/hugo/content/icons/eye.md @@ -0,0 +1,5 @@ +--- +title: Eye +tags: +categories: +--- diff --git a/hugo/content/icons/facebook-messenger.md b/hugo/content/icons/facebook-messenger.md new file mode 100644 index 0000000..e60e393 --- /dev/null +++ b/hugo/content/icons/facebook-messenger.md @@ -0,0 +1,5 @@ +--- +title: Facebook Messenger +tags: +categories: +--- diff --git a/hugo/content/icons/facebook.md b/hugo/content/icons/facebook.md new file mode 100644 index 0000000..9a4545a --- /dev/null +++ b/hugo/content/icons/facebook.md @@ -0,0 +1,5 @@ +--- +title: Facebook +tags: +categories: +--- diff --git a/hugo/content/icons/fast-backward.md b/hugo/content/icons/fast-backward.md new file mode 100644 index 0000000..34ce9c4 --- /dev/null +++ b/hugo/content/icons/fast-backward.md @@ -0,0 +1,5 @@ +--- +title: Fast Backward +tags: +categories: +--- diff --git a/hugo/content/icons/fast-forward.md b/hugo/content/icons/fast-forward.md new file mode 100644 index 0000000..6f1d0b5 --- /dev/null +++ b/hugo/content/icons/fast-forward.md @@ -0,0 +1,5 @@ +--- +title: Fast Forward +tags: +categories: +--- diff --git a/hugo/content/icons/fax.md b/hugo/content/icons/fax.md new file mode 100644 index 0000000..cebfec0 --- /dev/null +++ b/hugo/content/icons/fax.md @@ -0,0 +1,5 @@ +--- +title: Fax +tags: +categories: +--- diff --git a/hugo/content/icons/file.md b/hugo/content/icons/file.md new file mode 100644 index 0000000..9929f8e --- /dev/null +++ b/hugo/content/icons/file.md @@ -0,0 +1,5 @@ +--- +title: File +tags: +categories: +--- diff --git a/hugo/content/icons/files.md b/hugo/content/icons/files.md new file mode 100644 index 0000000..52e8d38 --- /dev/null +++ b/hugo/content/icons/files.md @@ -0,0 +1,5 @@ +--- +title: Files +tags: +categories: +--- diff --git a/hugo/content/icons/film.md b/hugo/content/icons/film.md new file mode 100644 index 0000000..8def5a2 --- /dev/null +++ b/hugo/content/icons/film.md @@ -0,0 +1,5 @@ +--- +title: Film +tags: +categories: +--- diff --git a/hugo/content/icons/filter-plus.md b/hugo/content/icons/filter-plus.md new file mode 100644 index 0000000..281d6da --- /dev/null +++ b/hugo/content/icons/filter-plus.md @@ -0,0 +1,5 @@ +--- +title: Filter Plus +tags: +categories: +--- diff --git a/hugo/content/icons/filter-xmark.md b/hugo/content/icons/filter-xmark.md new file mode 100644 index 0000000..2317f5d --- /dev/null +++ b/hugo/content/icons/filter-xmark.md @@ -0,0 +1,5 @@ +--- +title: Filter Xmark +tags: +categories: +--- diff --git a/hugo/content/icons/filter.md b/hugo/content/icons/filter.md new file mode 100644 index 0000000..42ed92f --- /dev/null +++ b/hugo/content/icons/filter.md @@ -0,0 +1,5 @@ +--- +title: Filter +tags: +categories: +--- diff --git a/hugo/content/icons/fingerprint.md b/hugo/content/icons/fingerprint.md new file mode 100644 index 0000000..9c82e16 --- /dev/null +++ b/hugo/content/icons/fingerprint.md @@ -0,0 +1,5 @@ +--- +title: Fingerprint +tags: +categories: +--- diff --git a/hugo/content/icons/firefox.md b/hugo/content/icons/firefox.md new file mode 100644 index 0000000..1afb8d5 --- /dev/null +++ b/hugo/content/icons/firefox.md @@ -0,0 +1,5 @@ +--- +title: Firefox +tags: +categories: +--- diff --git a/hugo/content/icons/flag-checkered.md b/hugo/content/icons/flag-checkered.md new file mode 100644 index 0000000..83e63e1 --- /dev/null +++ b/hugo/content/icons/flag-checkered.md @@ -0,0 +1,5 @@ +--- +title: Flag Checkered +tags: +categories: +--- diff --git a/hugo/content/icons/flag.md b/hugo/content/icons/flag.md new file mode 100644 index 0000000..e12909b --- /dev/null +++ b/hugo/content/icons/flag.md @@ -0,0 +1,5 @@ +--- +title: Flag +tags: +categories: +--- diff --git a/hugo/content/icons/floppy-disk.md b/hugo/content/icons/floppy-disk.md new file mode 100644 index 0000000..39f5b86 --- /dev/null +++ b/hugo/content/icons/floppy-disk.md @@ -0,0 +1,5 @@ +--- +title: Floppy Disk +tags: +categories: +--- diff --git a/hugo/content/icons/foldable.md b/hugo/content/icons/foldable.md new file mode 100644 index 0000000..fe61cc4 --- /dev/null +++ b/hugo/content/icons/foldable.md @@ -0,0 +1,5 @@ +--- +title: Foldable +tags: +categories: +--- diff --git a/hugo/content/icons/folder-image.md b/hugo/content/icons/folder-image.md new file mode 100644 index 0000000..7b6c17d --- /dev/null +++ b/hugo/content/icons/folder-image.md @@ -0,0 +1,5 @@ +--- +title: Folder Image +tags: +categories: +--- diff --git a/hugo/content/icons/folder.md b/hugo/content/icons/folder.md new file mode 100644 index 0000000..6386121 --- /dev/null +++ b/hugo/content/icons/folder.md @@ -0,0 +1,5 @@ +--- +title: Folder +tags: +categories: +--- diff --git a/hugo/content/icons/forward.md b/hugo/content/icons/forward.md new file mode 100644 index 0000000..37c0daf --- /dev/null +++ b/hugo/content/icons/forward.md @@ -0,0 +1,5 @@ +--- +title: Forward +tags: +categories: +--- diff --git a/hugo/content/icons/gamepad.md b/hugo/content/icons/gamepad.md new file mode 100644 index 0000000..78295dd --- /dev/null +++ b/hugo/content/icons/gamepad.md @@ -0,0 +1,5 @@ +--- +title: Gamepad +tags: +categories: +--- diff --git a/hugo/content/icons/gauge.md b/hugo/content/icons/gauge.md new file mode 100644 index 0000000..7b1b82c --- /dev/null +++ b/hugo/content/icons/gauge.md @@ -0,0 +1,5 @@ +--- +title: Gauge +tags: +categories: +--- diff --git a/hugo/content/icons/gear.md b/hugo/content/icons/gear.md new file mode 100644 index 0000000..43bff6b --- /dev/null +++ b/hugo/content/icons/gear.md @@ -0,0 +1,5 @@ +--- +title: Gear +tags: +categories: +--- diff --git a/hugo/content/icons/gift.md b/hugo/content/icons/gift.md new file mode 100644 index 0000000..789a13c --- /dev/null +++ b/hugo/content/icons/gift.md @@ -0,0 +1,5 @@ +--- +title: Gift +tags: +categories: +--- diff --git a/hugo/content/icons/github.md b/hugo/content/icons/github.md new file mode 100644 index 0000000..896d3e3 --- /dev/null +++ b/hugo/content/icons/github.md @@ -0,0 +1,5 @@ +--- +title: Github +tags: +categories: +--- diff --git a/hugo/content/icons/google-play.md b/hugo/content/icons/google-play.md new file mode 100644 index 0000000..af5a05a --- /dev/null +++ b/hugo/content/icons/google-play.md @@ -0,0 +1,5 @@ +--- +title: Google Play +tags: +categories: +--- diff --git a/hugo/content/icons/grid.md b/hugo/content/icons/grid.md new file mode 100644 index 0000000..52d1431 --- /dev/null +++ b/hugo/content/icons/grid.md @@ -0,0 +1,5 @@ +--- +title: Grid +tags: +categories: +--- diff --git a/hugo/content/icons/grip-lines.md b/hugo/content/icons/grip-lines.md new file mode 100644 index 0000000..81842e9 --- /dev/null +++ b/hugo/content/icons/grip-lines.md @@ -0,0 +1,5 @@ +--- +title: Grip Lines +tags: +categories: +--- diff --git a/hugo/content/icons/headset.md b/hugo/content/icons/headset.md new file mode 100644 index 0000000..1a01aee --- /dev/null +++ b/hugo/content/icons/headset.md @@ -0,0 +1,5 @@ +--- +title: Headset +tags: +categories: +--- diff --git a/hugo/content/icons/heart-crack.md b/hugo/content/icons/heart-crack.md new file mode 100644 index 0000000..e1f8c77 --- /dev/null +++ b/hugo/content/icons/heart-crack.md @@ -0,0 +1,5 @@ +--- +title: Heart Crack +tags: +categories: +--- diff --git a/hugo/content/icons/heart-half.md b/hugo/content/icons/heart-half.md new file mode 100644 index 0000000..4990653 --- /dev/null +++ b/hugo/content/icons/heart-half.md @@ -0,0 +1,5 @@ +--- +title: Heart Half +tags: +categories: +--- diff --git a/hugo/content/icons/heart.md b/hugo/content/icons/heart.md new file mode 100644 index 0000000..ada5f3d --- /dev/null +++ b/hugo/content/icons/heart.md @@ -0,0 +1,5 @@ +--- +title: Heart +tags: +categories: +--- diff --git a/hugo/content/icons/hourglass-empty.md b/hugo/content/icons/hourglass-empty.md new file mode 100644 index 0000000..e277e12 --- /dev/null +++ b/hugo/content/icons/hourglass-empty.md @@ -0,0 +1,5 @@ +--- +title: Hourglass Empty +tags: +categories: +--- diff --git a/hugo/content/icons/hourglass-end.md b/hugo/content/icons/hourglass-end.md new file mode 100644 index 0000000..2bfb5d8 --- /dev/null +++ b/hugo/content/icons/hourglass-end.md @@ -0,0 +1,5 @@ +--- +title: Hourglass End +tags: +categories: +--- diff --git a/hugo/content/icons/hourglass-start.md b/hugo/content/icons/hourglass-start.md new file mode 100644 index 0000000..e86af82 --- /dev/null +++ b/hugo/content/icons/hourglass-start.md @@ -0,0 +1,5 @@ +--- +title: Hourglass Start +tags: +categories: +--- diff --git a/hugo/content/icons/hourglass.md b/hugo/content/icons/hourglass.md new file mode 100644 index 0000000..e7c7d59 --- /dev/null +++ b/hugo/content/icons/hourglass.md @@ -0,0 +1,5 @@ +--- +title: Hourglass +tags: +categories: +--- diff --git a/hugo/content/icons/house.md b/hugo/content/icons/house.md new file mode 100644 index 0000000..f27bfdc --- /dev/null +++ b/hugo/content/icons/house.md @@ -0,0 +1,5 @@ +--- +title: House +tags: +categories: +--- diff --git a/hugo/content/icons/id-card.md b/hugo/content/icons/id-card.md new file mode 100644 index 0000000..2a70562 --- /dev/null +++ b/hugo/content/icons/id-card.md @@ -0,0 +1,5 @@ +--- +title: Id Card +tags: +categories: +--- diff --git a/hugo/content/icons/image.md b/hugo/content/icons/image.md new file mode 100644 index 0000000..50cc8df --- /dev/null +++ b/hugo/content/icons/image.md @@ -0,0 +1,5 @@ +--- +title: Image +tags: +categories: +--- diff --git a/hugo/content/icons/laptop.md b/hugo/content/icons/laptop.md new file mode 100644 index 0000000..a964d01 --- /dev/null +++ b/hugo/content/icons/laptop.md @@ -0,0 +1,5 @@ +--- +title: Laptop +tags: +categories: +--- diff --git a/hugo/content/icons/layers-plus.md b/hugo/content/icons/layers-plus.md new file mode 100644 index 0000000..e71fc18 --- /dev/null +++ b/hugo/content/icons/layers-plus.md @@ -0,0 +1,5 @@ +--- +title: Layers Plus +tags: +categories: +--- diff --git a/hugo/content/icons/layers.md b/hugo/content/icons/layers.md new file mode 100644 index 0000000..c307814 --- /dev/null +++ b/hugo/content/icons/layers.md @@ -0,0 +1,5 @@ +--- +title: Layers +tags: +categories: +--- diff --git a/hugo/content/icons/lightbulb-on.md b/hugo/content/icons/lightbulb-on.md new file mode 100644 index 0000000..317473f --- /dev/null +++ b/hugo/content/icons/lightbulb-on.md @@ -0,0 +1,5 @@ +--- +title: Lightbulb On +tags: +categories: +--- diff --git a/hugo/content/icons/lightbulb.md b/hugo/content/icons/lightbulb.md new file mode 100644 index 0000000..bde4620 --- /dev/null +++ b/hugo/content/icons/lightbulb.md @@ -0,0 +1,5 @@ +--- +title: Lightbulb +tags: +categories: +--- diff --git a/hugo/content/icons/link-slash.md b/hugo/content/icons/link-slash.md new file mode 100644 index 0000000..3969eb2 --- /dev/null +++ b/hugo/content/icons/link-slash.md @@ -0,0 +1,5 @@ +--- +title: Link Slash +tags: +categories: +--- diff --git a/hugo/content/icons/link.md b/hugo/content/icons/link.md new file mode 100644 index 0000000..278ee4c --- /dev/null +++ b/hugo/content/icons/link.md @@ -0,0 +1,5 @@ +--- +title: Link +tags: +categories: +--- diff --git a/hugo/content/icons/linkedin.md b/hugo/content/icons/linkedin.md new file mode 100644 index 0000000..2dc2cee --- /dev/null +++ b/hugo/content/icons/linkedin.md @@ -0,0 +1,5 @@ +--- +title: Linkedin +tags: +categories: +--- diff --git a/hugo/content/icons/list-check.md b/hugo/content/icons/list-check.md new file mode 100644 index 0000000..2558d77 --- /dev/null +++ b/hugo/content/icons/list-check.md @@ -0,0 +1,5 @@ +--- +title: List Check +tags: +categories: +--- diff --git a/hugo/content/icons/list-ol.md b/hugo/content/icons/list-ol.md new file mode 100644 index 0000000..d39b698 --- /dev/null +++ b/hugo/content/icons/list-ol.md @@ -0,0 +1,5 @@ +--- +title: List Ol +tags: +categories: +--- diff --git a/hugo/content/icons/list.md b/hugo/content/icons/list.md new file mode 100644 index 0000000..b90297b --- /dev/null +++ b/hugo/content/icons/list.md @@ -0,0 +1,5 @@ +--- +title: List +tags: +categories: +--- diff --git a/hugo/content/icons/location-pin-dot.md b/hugo/content/icons/location-pin-dot.md new file mode 100644 index 0000000..4bf5bd9 --- /dev/null +++ b/hugo/content/icons/location-pin-dot.md @@ -0,0 +1,5 @@ +--- +title: Location Pin Dot +tags: +categories: +--- diff --git a/hugo/content/icons/location-pin-slash.md b/hugo/content/icons/location-pin-slash.md new file mode 100644 index 0000000..c15ee31 --- /dev/null +++ b/hugo/content/icons/location-pin-slash.md @@ -0,0 +1,5 @@ +--- +title: Location Pin Slash +tags: +categories: +--- diff --git a/hugo/content/icons/location-pin.md b/hugo/content/icons/location-pin.md new file mode 100644 index 0000000..14b5eda --- /dev/null +++ b/hugo/content/icons/location-pin.md @@ -0,0 +1,5 @@ +--- +title: Location Pin +tags: +categories: +--- diff --git a/hugo/content/icons/location-pins-route.md b/hugo/content/icons/location-pins-route.md new file mode 100644 index 0000000..7e640bf --- /dev/null +++ b/hugo/content/icons/location-pins-route.md @@ -0,0 +1,5 @@ +--- +title: Location Pins Route +tags: +categories: +--- diff --git a/hugo/content/icons/lock.md b/hugo/content/icons/lock.md new file mode 100644 index 0000000..ceb33c4 --- /dev/null +++ b/hugo/content/icons/lock.md @@ -0,0 +1,5 @@ +--- +title: Lock +tags: +categories: +--- diff --git a/hugo/content/icons/logs.md b/hugo/content/icons/logs.md new file mode 100644 index 0000000..d02b947 --- /dev/null +++ b/hugo/content/icons/logs.md @@ -0,0 +1,5 @@ +--- +title: Logs +tags: +categories: +--- diff --git a/hugo/content/icons/magnifying-glass.md b/hugo/content/icons/magnifying-glass.md new file mode 100644 index 0000000..440748c --- /dev/null +++ b/hugo/content/icons/magnifying-glass.md @@ -0,0 +1,5 @@ +--- +title: Magnifying Glass +tags: +categories: +--- diff --git a/hugo/content/icons/message-pen.md b/hugo/content/icons/message-pen.md new file mode 100644 index 0000000..a0dad32 --- /dev/null +++ b/hugo/content/icons/message-pen.md @@ -0,0 +1,5 @@ +--- +title: Message Pen +tags: +categories: +--- diff --git a/hugo/content/icons/message-smile.md b/hugo/content/icons/message-smile.md new file mode 100644 index 0000000..c93e7c5 --- /dev/null +++ b/hugo/content/icons/message-smile.md @@ -0,0 +1,5 @@ +--- +title: Message Smile +tags: +categories: +--- diff --git a/hugo/content/icons/message-text.md b/hugo/content/icons/message-text.md new file mode 100644 index 0000000..7c390c9 --- /dev/null +++ b/hugo/content/icons/message-text.md @@ -0,0 +1,5 @@ +--- +title: Message Text +tags: +categories: +--- diff --git a/hugo/content/icons/message.md b/hugo/content/icons/message.md new file mode 100644 index 0000000..55a0bb1 --- /dev/null +++ b/hugo/content/icons/message.md @@ -0,0 +1,5 @@ +--- +title: Message +tags: +categories: +--- diff --git a/hugo/content/icons/microphone.md b/hugo/content/icons/microphone.md new file mode 100644 index 0000000..c22e34c --- /dev/null +++ b/hugo/content/icons/microphone.md @@ -0,0 +1,5 @@ +--- +title: Microphone +tags: +categories: +--- diff --git a/hugo/content/icons/min.md b/hugo/content/icons/min.md new file mode 100644 index 0000000..ad502bd --- /dev/null +++ b/hugo/content/icons/min.md @@ -0,0 +1,5 @@ +--- +title: Min +tags: +categories: +--- diff --git a/hugo/content/icons/moon.md b/hugo/content/icons/moon.md new file mode 100644 index 0000000..118d697 --- /dev/null +++ b/hugo/content/icons/moon.md @@ -0,0 +1,5 @@ +--- +title: Moon +tags: +categories: +--- diff --git a/hugo/content/icons/music.md b/hugo/content/icons/music.md new file mode 100644 index 0000000..9ed9aef --- /dev/null +++ b/hugo/content/icons/music.md @@ -0,0 +1,5 @@ +--- +title: Music +tags: +categories: +--- diff --git a/hugo/content/icons/network.md b/hugo/content/icons/network.md new file mode 100644 index 0000000..e044b8c --- /dev/null +++ b/hugo/content/icons/network.md @@ -0,0 +1,5 @@ +--- +title: Network +tags: +categories: +--- diff --git a/hugo/content/icons/notes.md b/hugo/content/icons/notes.md new file mode 100644 index 0000000..875a386 --- /dev/null +++ b/hugo/content/icons/notes.md @@ -0,0 +1,5 @@ +--- +title: Notes +tags: +categories: +--- diff --git a/hugo/content/icons/numpad.md b/hugo/content/icons/numpad.md new file mode 100644 index 0000000..1513990 --- /dev/null +++ b/hugo/content/icons/numpad.md @@ -0,0 +1,5 @@ +--- +title: Numpad +tags: +categories: +--- diff --git a/hugo/content/icons/paper-plane-top.md b/hugo/content/icons/paper-plane-top.md new file mode 100644 index 0000000..7a1f6ac --- /dev/null +++ b/hugo/content/icons/paper-plane-top.md @@ -0,0 +1,5 @@ +--- +title: Paper Plane Top +tags: +categories: +--- diff --git a/hugo/content/icons/parachute-box.md b/hugo/content/icons/parachute-box.md new file mode 100644 index 0000000..183ba73 --- /dev/null +++ b/hugo/content/icons/parachute-box.md @@ -0,0 +1,5 @@ +--- +title: Parachute Box +tags: +categories: +--- diff --git a/hugo/content/icons/patreon.md b/hugo/content/icons/patreon.md new file mode 100644 index 0000000..e221ed6 --- /dev/null +++ b/hugo/content/icons/patreon.md @@ -0,0 +1,5 @@ +--- +title: Patreon +tags: +categories: +--- diff --git a/hugo/content/icons/pause.md b/hugo/content/icons/pause.md new file mode 100644 index 0000000..22552cc --- /dev/null +++ b/hugo/content/icons/pause.md @@ -0,0 +1,5 @@ +--- +title: Pause +tags: +categories: +--- diff --git a/hugo/content/icons/pen.md b/hugo/content/icons/pen.md new file mode 100644 index 0000000..1076ba8 --- /dev/null +++ b/hugo/content/icons/pen.md @@ -0,0 +1,5 @@ +--- +title: Pen +tags: +categories: +--- diff --git a/hugo/content/icons/phone-arrow-down-left.md b/hugo/content/icons/phone-arrow-down-left.md new file mode 100644 index 0000000..0473267 --- /dev/null +++ b/hugo/content/icons/phone-arrow-down-left.md @@ -0,0 +1,5 @@ +--- +title: Phone Arrow Down Left +tags: +categories: +--- diff --git a/hugo/content/icons/phone-arrow-up-right.md b/hugo/content/icons/phone-arrow-up-right.md new file mode 100644 index 0000000..5d9209a --- /dev/null +++ b/hugo/content/icons/phone-arrow-up-right.md @@ -0,0 +1,5 @@ +--- +title: Phone Arrow Up Right +tags: +categories: +--- diff --git a/hugo/content/icons/phone-gear.md b/hugo/content/icons/phone-gear.md new file mode 100644 index 0000000..ccf4350 --- /dev/null +++ b/hugo/content/icons/phone-gear.md @@ -0,0 +1,5 @@ +--- +title: Phone Gear +tags: +categories: +--- diff --git a/hugo/content/icons/phone-list.md b/hugo/content/icons/phone-list.md new file mode 100644 index 0000000..6f5a773 --- /dev/null +++ b/hugo/content/icons/phone-list.md @@ -0,0 +1,5 @@ +--- +title: Phone List +tags: +categories: +--- diff --git a/hugo/content/icons/phone-office.md b/hugo/content/icons/phone-office.md new file mode 100644 index 0000000..247d591 --- /dev/null +++ b/hugo/content/icons/phone-office.md @@ -0,0 +1,5 @@ +--- +title: Phone Office +tags: +categories: +--- diff --git a/hugo/content/icons/phone-volume.md b/hugo/content/icons/phone-volume.md new file mode 100644 index 0000000..429c54b --- /dev/null +++ b/hugo/content/icons/phone-volume.md @@ -0,0 +1,5 @@ +--- +title: Phone Volume +tags: +categories: +--- diff --git a/hugo/content/icons/phone.md b/hugo/content/icons/phone.md new file mode 100644 index 0000000..8d1c3a1 --- /dev/null +++ b/hugo/content/icons/phone.md @@ -0,0 +1,5 @@ +--- +title: Phone +tags: +categories: +--- diff --git a/hugo/content/icons/plane.md b/hugo/content/icons/plane.md new file mode 100644 index 0000000..94a3221 --- /dev/null +++ b/hugo/content/icons/plane.md @@ -0,0 +1,5 @@ +--- +title: Plane +tags: +categories: +--- diff --git a/hugo/content/icons/play-pause.md b/hugo/content/icons/play-pause.md new file mode 100644 index 0000000..02298db --- /dev/null +++ b/hugo/content/icons/play-pause.md @@ -0,0 +1,5 @@ +--- +title: Play Pause +tags: +categories: +--- diff --git a/hugo/content/icons/play.md b/hugo/content/icons/play.md new file mode 100644 index 0000000..4082f4c --- /dev/null +++ b/hugo/content/icons/play.md @@ -0,0 +1,5 @@ +--- +title: Play +tags: +categories: +--- diff --git a/hugo/content/icons/plus.md b/hugo/content/icons/plus.md new file mode 100644 index 0000000..8c5c906 --- /dev/null +++ b/hugo/content/icons/plus.md @@ -0,0 +1,5 @@ +--- +title: Plus +tags: +categories: +--- diff --git a/hugo/content/icons/power.md b/hugo/content/icons/power.md new file mode 100644 index 0000000..f24c771 --- /dev/null +++ b/hugo/content/icons/power.md @@ -0,0 +1,5 @@ +--- +title: Power +tags: +categories: +--- diff --git a/hugo/content/icons/puzzle-piece.md b/hugo/content/icons/puzzle-piece.md new file mode 100644 index 0000000..5046853 --- /dev/null +++ b/hugo/content/icons/puzzle-piece.md @@ -0,0 +1,5 @@ +--- +title: Puzzle Piece +tags: +categories: +--- diff --git a/hugo/content/icons/repeat-one.md b/hugo/content/icons/repeat-one.md new file mode 100644 index 0000000..f0017a4 --- /dev/null +++ b/hugo/content/icons/repeat-one.md @@ -0,0 +1,5 @@ +--- +title: Repeat One +tags: +categories: +--- diff --git a/hugo/content/icons/repeat.md b/hugo/content/icons/repeat.md new file mode 100644 index 0000000..c2f36ce --- /dev/null +++ b/hugo/content/icons/repeat.md @@ -0,0 +1,5 @@ +--- +title: Repeat +tags: +categories: +--- diff --git a/hugo/content/icons/rocket.md b/hugo/content/icons/rocket.md new file mode 100644 index 0000000..eb632ce --- /dev/null +++ b/hugo/content/icons/rocket.md @@ -0,0 +1,5 @@ +--- +title: Rocket +tags: +categories: +--- diff --git a/hugo/content/icons/safari.md b/hugo/content/icons/safari.md new file mode 100644 index 0000000..fe48bb1 --- /dev/null +++ b/hugo/content/icons/safari.md @@ -0,0 +1,5 @@ +--- +title: Safari +tags: +categories: +--- diff --git a/hugo/content/icons/server.md b/hugo/content/icons/server.md new file mode 100644 index 0000000..3fe1c2c --- /dev/null +++ b/hugo/content/icons/server.md @@ -0,0 +1,5 @@ +--- +title: Server +tags: +categories: +--- diff --git a/hugo/content/icons/shield-keyhole.md b/hugo/content/icons/shield-keyhole.md new file mode 100644 index 0000000..cbb8751 --- /dev/null +++ b/hugo/content/icons/shield-keyhole.md @@ -0,0 +1,5 @@ +--- +title: Shield Keyhole +tags: +categories: +--- diff --git a/hugo/content/icons/shield-plus.md b/hugo/content/icons/shield-plus.md new file mode 100644 index 0000000..1543332 --- /dev/null +++ b/hugo/content/icons/shield-plus.md @@ -0,0 +1,5 @@ +--- +title: Shield Plus +tags: +categories: +--- diff --git a/hugo/content/icons/shield-xmark.md b/hugo/content/icons/shield-xmark.md new file mode 100644 index 0000000..ade0d7a --- /dev/null +++ b/hugo/content/icons/shield-xmark.md @@ -0,0 +1,5 @@ +--- +title: Shield Xmark +tags: +categories: +--- diff --git a/hugo/content/icons/shield.md b/hugo/content/icons/shield.md new file mode 100644 index 0000000..4530785 --- /dev/null +++ b/hugo/content/icons/shield.md @@ -0,0 +1,5 @@ +--- +title: Shield +tags: +categories: +--- diff --git a/hugo/content/icons/shuffle.md b/hugo/content/icons/shuffle.md new file mode 100644 index 0000000..2239c40 --- /dev/null +++ b/hugo/content/icons/shuffle.md @@ -0,0 +1,5 @@ +--- +title: Shuffle +tags: +categories: +--- diff --git a/hugo/content/icons/sim-card.md b/hugo/content/icons/sim-card.md new file mode 100644 index 0000000..ce07792 --- /dev/null +++ b/hugo/content/icons/sim-card.md @@ -0,0 +1,5 @@ +--- +title: Sim Card +tags: +categories: +--- diff --git a/hugo/content/icons/sliders.md b/hugo/content/icons/sliders.md new file mode 100644 index 0000000..1a4254c --- /dev/null +++ b/hugo/content/icons/sliders.md @@ -0,0 +1,5 @@ +--- +title: Sliders +tags: +categories: +--- diff --git a/hugo/content/icons/smartphone-divert.md b/hugo/content/icons/smartphone-divert.md new file mode 100644 index 0000000..b73a199 --- /dev/null +++ b/hugo/content/icons/smartphone-divert.md @@ -0,0 +1,5 @@ +--- +title: Smartphone Divert +tags: +categories: +--- diff --git a/hugo/content/icons/smartphone.md b/hugo/content/icons/smartphone.md new file mode 100644 index 0000000..02d0379 --- /dev/null +++ b/hugo/content/icons/smartphone.md @@ -0,0 +1,5 @@ +--- +title: Smartphone +tags: +categories: +--- diff --git a/hugo/content/icons/software-box.md b/hugo/content/icons/software-box.md new file mode 100644 index 0000000..09bf8e1 --- /dev/null +++ b/hugo/content/icons/software-box.md @@ -0,0 +1,5 @@ +--- +title: Software Box +tags: +categories: +--- diff --git a/hugo/content/icons/spinner-third.md b/hugo/content/icons/spinner-third.md new file mode 100644 index 0000000..6543f18 --- /dev/null +++ b/hugo/content/icons/spinner-third.md @@ -0,0 +1,5 @@ +--- +title: Spinner Third +tags: +categories: +--- diff --git a/hugo/content/icons/spy.md b/hugo/content/icons/spy.md new file mode 100644 index 0000000..2c8fcc2 --- /dev/null +++ b/hugo/content/icons/spy.md @@ -0,0 +1,5 @@ +--- +title: Spy +tags: +categories: +--- diff --git a/hugo/content/icons/star.md b/hugo/content/icons/star.md new file mode 100644 index 0000000..5a66cdb --- /dev/null +++ b/hugo/content/icons/star.md @@ -0,0 +1,5 @@ +--- +title: Star +tags: +categories: +--- diff --git a/hugo/content/icons/stop.md b/hugo/content/icons/stop.md new file mode 100644 index 0000000..282fa39 --- /dev/null +++ b/hugo/content/icons/stop.md @@ -0,0 +1,5 @@ +--- +title: Stop +tags: +categories: +--- diff --git a/hugo/content/icons/stopwatch.md b/hugo/content/icons/stopwatch.md new file mode 100644 index 0000000..c378b9f --- /dev/null +++ b/hugo/content/icons/stopwatch.md @@ -0,0 +1,5 @@ +--- +title: Stopwatch +tags: +categories: +--- diff --git a/hugo/content/icons/store.md b/hugo/content/icons/store.md new file mode 100644 index 0000000..9a19451 --- /dev/null +++ b/hugo/content/icons/store.md @@ -0,0 +1,5 @@ +--- +title: Store +tags: +categories: +--- diff --git a/hugo/content/icons/sun.md b/hugo/content/icons/sun.md new file mode 100644 index 0000000..9943564 --- /dev/null +++ b/hugo/content/icons/sun.md @@ -0,0 +1,5 @@ +--- +title: Sun +tags: +categories: +--- diff --git a/hugo/content/icons/swatchbook.md b/hugo/content/icons/swatchbook.md new file mode 100644 index 0000000..b76cb1c --- /dev/null +++ b/hugo/content/icons/swatchbook.md @@ -0,0 +1,5 @@ +--- +title: Swatchbook +tags: +categories: +--- diff --git a/hugo/content/icons/table-clock.md b/hugo/content/icons/table-clock.md new file mode 100644 index 0000000..9b8d5a6 --- /dev/null +++ b/hugo/content/icons/table-clock.md @@ -0,0 +1,5 @@ +--- +title: Table Clock +tags: +categories: +--- diff --git a/hugo/content/icons/table.md b/hugo/content/icons/table.md new file mode 100644 index 0000000..f51a79f --- /dev/null +++ b/hugo/content/icons/table.md @@ -0,0 +1,5 @@ +--- +title: Table +tags: +categories: +--- diff --git a/hugo/content/icons/tag.md b/hugo/content/icons/tag.md new file mode 100644 index 0000000..16d6105 --- /dev/null +++ b/hugo/content/icons/tag.md @@ -0,0 +1,5 @@ +--- +title: Tag +tags: +categories: +--- diff --git a/hugo/content/icons/tower-broadcast.md b/hugo/content/icons/tower-broadcast.md new file mode 100644 index 0000000..e764a5a --- /dev/null +++ b/hugo/content/icons/tower-broadcast.md @@ -0,0 +1,5 @@ +--- +title: Tower Broadcast +tags: +categories: +--- diff --git a/hugo/content/icons/trash-can.md b/hugo/content/icons/trash-can.md new file mode 100644 index 0000000..7e71149 --- /dev/null +++ b/hugo/content/icons/trash-can.md @@ -0,0 +1,5 @@ +--- +title: Trash Can +tags: +categories: +--- diff --git a/hugo/content/icons/triangle-exclamation.md b/hugo/content/icons/triangle-exclamation.md new file mode 100644 index 0000000..83145eb --- /dev/null +++ b/hugo/content/icons/triangle-exclamation.md @@ -0,0 +1,5 @@ +--- +title: Triangle Exclamation +tags: +categories: +--- diff --git a/hugo/content/icons/twitter.md b/hugo/content/icons/twitter.md new file mode 100644 index 0000000..5210671 --- /dev/null +++ b/hugo/content/icons/twitter.md @@ -0,0 +1,5 @@ +--- +title: Twitter +tags: +categories: +--- diff --git a/hugo/content/icons/unlock.md b/hugo/content/icons/unlock.md new file mode 100644 index 0000000..0f8dd40 --- /dev/null +++ b/hugo/content/icons/unlock.md @@ -0,0 +1,5 @@ +--- +title: Unlock +tags: +categories: +--- diff --git a/hugo/content/icons/user-clock.md b/hugo/content/icons/user-clock.md new file mode 100644 index 0000000..ae6f992 --- /dev/null +++ b/hugo/content/icons/user-clock.md @@ -0,0 +1,5 @@ +--- +title: User Clock +tags: +categories: +--- diff --git a/hugo/content/icons/user-gear.md b/hugo/content/icons/user-gear.md new file mode 100644 index 0000000..254ac64 --- /dev/null +++ b/hugo/content/icons/user-gear.md @@ -0,0 +1,5 @@ +--- +title: User Gear +tags: +categories: +--- diff --git a/hugo/content/icons/user-headset.md b/hugo/content/icons/user-headset.md new file mode 100644 index 0000000..5799e0f --- /dev/null +++ b/hugo/content/icons/user-headset.md @@ -0,0 +1,5 @@ +--- +title: User Headset +tags: +categories: +--- diff --git a/hugo/content/icons/user-list.md b/hugo/content/icons/user-list.md new file mode 100644 index 0000000..a6df851 --- /dev/null +++ b/hugo/content/icons/user-list.md @@ -0,0 +1,5 @@ +--- +title: User List +tags: +categories: +--- diff --git a/hugo/content/icons/user-lock.md b/hugo/content/icons/user-lock.md new file mode 100644 index 0000000..e1a322d --- /dev/null +++ b/hugo/content/icons/user-lock.md @@ -0,0 +1,5 @@ +--- +title: User Lock +tags: +categories: +--- diff --git a/hugo/content/icons/user-plus.md b/hugo/content/icons/user-plus.md new file mode 100644 index 0000000..6d15b96 --- /dev/null +++ b/hugo/content/icons/user-plus.md @@ -0,0 +1,5 @@ +--- +title: User Plus +tags: +categories: +--- diff --git a/hugo/content/icons/user.md b/hugo/content/icons/user.md new file mode 100644 index 0000000..8e8c3cf --- /dev/null +++ b/hugo/content/icons/user.md @@ -0,0 +1,5 @@ +--- +title: User +tags: +categories: +--- diff --git a/hugo/content/icons/users-list.md b/hugo/content/icons/users-list.md new file mode 100644 index 0000000..dc3d8ea --- /dev/null +++ b/hugo/content/icons/users-list.md @@ -0,0 +1,5 @@ +--- +title: Users List +tags: +categories: +--- diff --git a/hugo/content/icons/users.md b/hugo/content/icons/users.md new file mode 100644 index 0000000..f97afca --- /dev/null +++ b/hugo/content/icons/users.md @@ -0,0 +1,5 @@ +--- +title: Users +tags: +categories: +--- diff --git a/hugo/content/icons/valkyrie-sword.md b/hugo/content/icons/valkyrie-sword.md new file mode 100644 index 0000000..0ab3c46 --- /dev/null +++ b/hugo/content/icons/valkyrie-sword.md @@ -0,0 +1,5 @@ +--- +title: Valkyrie Sword +tags: +categories: +--- diff --git a/hugo/content/icons/video.md b/hugo/content/icons/video.md new file mode 100644 index 0000000..635a408 --- /dev/null +++ b/hugo/content/icons/video.md @@ -0,0 +1,5 @@ +--- +title: Video +tags: +categories: +--- diff --git a/hugo/content/icons/virtual-reality.md b/hugo/content/icons/virtual-reality.md new file mode 100644 index 0000000..478a5fe --- /dev/null +++ b/hugo/content/icons/virtual-reality.md @@ -0,0 +1,5 @@ +--- +title: Virtual Reality +tags: +categories: +--- diff --git a/hugo/content/icons/voicemail.md b/hugo/content/icons/voicemail.md new file mode 100644 index 0000000..017a562 --- /dev/null +++ b/hugo/content/icons/voicemail.md @@ -0,0 +1,5 @@ +--- +title: Voicemail +tags: +categories: +--- diff --git a/hugo/content/icons/volume-0.md b/hugo/content/icons/volume-0.md new file mode 100644 index 0000000..e246cb1 --- /dev/null +++ b/hugo/content/icons/volume-0.md @@ -0,0 +1,5 @@ +--- +title: Volume 0 +tags: +categories: +--- diff --git a/hugo/content/icons/volume-1.md b/hugo/content/icons/volume-1.md new file mode 100644 index 0000000..f09a52b --- /dev/null +++ b/hugo/content/icons/volume-1.md @@ -0,0 +1,5 @@ +--- +title: Volume 1 +tags: +categories: +--- diff --git a/hugo/content/icons/volume-2.md b/hugo/content/icons/volume-2.md new file mode 100644 index 0000000..d4c2275 --- /dev/null +++ b/hugo/content/icons/volume-2.md @@ -0,0 +1,5 @@ +--- +title: Volume 2 +tags: +categories: +--- diff --git a/hugo/content/icons/volume-3.md b/hugo/content/icons/volume-3.md new file mode 100644 index 0000000..626e834 --- /dev/null +++ b/hugo/content/icons/volume-3.md @@ -0,0 +1,5 @@ +--- +title: Volume 3 +tags: +categories: +--- diff --git a/hugo/content/icons/volume-none.md b/hugo/content/icons/volume-none.md new file mode 100644 index 0000000..e89a8fa --- /dev/null +++ b/hugo/content/icons/volume-none.md @@ -0,0 +1,5 @@ +--- +title: Volume None +tags: +categories: +--- diff --git a/hugo/content/icons/wallpaper.md b/hugo/content/icons/wallpaper.md new file mode 100644 index 0000000..1f95fba --- /dev/null +++ b/hugo/content/icons/wallpaper.md @@ -0,0 +1,5 @@ +--- +title: Wallpaper +tags: +categories: +--- diff --git a/hugo/content/icons/waveform.md b/hugo/content/icons/waveform.md new file mode 100644 index 0000000..0f8bdc5 --- /dev/null +++ b/hugo/content/icons/waveform.md @@ -0,0 +1,5 @@ +--- +title: Waveform +tags: +categories: +--- diff --git a/hugo/content/icons/window.md b/hugo/content/icons/window.md new file mode 100644 index 0000000..aea289a --- /dev/null +++ b/hugo/content/icons/window.md @@ -0,0 +1,5 @@ +--- +title: Window +tags: +categories: +--- diff --git a/hugo/content/icons/xmark.md b/hugo/content/icons/xmark.md new file mode 100644 index 0000000..f326026 --- /dev/null +++ b/hugo/content/icons/xmark.md @@ -0,0 +1,5 @@ +--- +title: Xmark +tags: +categories: +--- diff --git a/hugo/layouts/_default/home.html b/hugo/layouts/_default/home.html new file mode 100644 index 0000000..c09bdd2 --- /dev/null +++ b/hugo/layouts/_default/home.html @@ -0,0 +1,17 @@ + + + + {{ partialCached "head" . }} + + + {{ partialCached "navbar" . }} + +
+ {{ .Content }} + + {{ partialCached "icons" . }} +
+ + {{ partialCached "footer" . }} + + diff --git a/hugo/layouts/icons/single.html b/hugo/layouts/icons/single.html new file mode 100644 index 0000000..3579df2 --- /dev/null +++ b/hugo/layouts/icons/single.html @@ -0,0 +1,14 @@ + + + + {{ partialCached "head" . }} + {{ .Title }} · Amaranth + + + {{ partialCached "navbar" . }} + +
+

{{ .Title }}

+
+ + \ No newline at end of file diff --git a/hugo/layouts/partials/footer.html b/hugo/layouts/partials/footer.html new file mode 100644 index 0000000..c9d169a --- /dev/null +++ b/hugo/layouts/partials/footer.html @@ -0,0 +1,6 @@ +