Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added hugo/.hugo_build.lock
Empty file.
6 changes: 6 additions & 0 deletions hugo/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

55 changes: 55 additions & 0 deletions hugo/assets/sass/main.scss
Original file line number Diff line number Diff line change
@@ -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;
}
}
3 changes: 3 additions & 0 deletions hugo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
baseURL = 'https://studio384.be/'
languageCode = 'en-us'
title = 'Amaranth'
10 changes: 10 additions & 0 deletions hugo/content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
---

## Welcome to Amaranth

Amaranth is a beautiful set of icons.

```
npm install @changewindows/amaranth
```
5 changes: 5 additions & 0 deletions hugo/content/icons/address-book.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Address Book
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/alarm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Alarm
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/amaranth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Amaranth
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/angle-down.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Angle Down
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/angle-left.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Angle Left
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/angle-right.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Angle Right
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/angle-up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Angle Up
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/angles-y.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Angles Y
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/apple-app-store.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Apple App Store
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-down-short-wide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Down Short Wide
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-down-to-line.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Down To Line
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-down-wide-short.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Down Wide Short
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-down.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Down
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-left-from-bracket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Left From Bracket
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-left-to-bracket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Left To Bracket
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-left-to-line.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Left To Line
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-left.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Left
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-pointer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Pointer
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-right-from-bracket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Right From Bracket
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-right-to-bracket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Right To Bracket
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-right-to-line.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Right To Line
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-right.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Right
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-rotate-right.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Rotate Right
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-up-short-wide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Up Short Wide
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-up-to-line.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Up To Line
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-up-wide-short.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Up Wide Short
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrow-up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrow Up
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/arrows-rotate-right.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Arrows Rotate Right
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/asterisk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Asterisk
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/at.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: At
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Azure
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/backward.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Backward
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/bars-staggered.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Bars Staggered
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/bars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Bars
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/bel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Bel
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/blf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Blf
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/book.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Book
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/box-open-full.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Box Open Full
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/box.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Box
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/branch-up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Branch Up
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/branch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Branch
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Bug
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/building.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Building
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/calendar-agenda.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Calendar Agenda
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/calendar-day.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Calendar Day
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/calendar-month.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Calendar Month
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/calendar-stars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Calendar Stars
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/calendar-week.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Calendar Week
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/calendar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Calendar
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/changewindows-can.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Changewindows Can
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/changewindows-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Changewindows Dev
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/changewindows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Changewindows
tags:
categories:
---
5 changes: 5 additions & 0 deletions hugo/content/icons/chart-pie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Chart Pie
tags:
categories:
---
Loading