Skip to content

Commit

Permalink
restore root assets and theme assets folders (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
apreshill authored May 29, 2024
1 parent 5c7b558 commit d983152
Show file tree
Hide file tree
Showing 109 changed files with 80 additions and 2 deletions.
69 changes: 68 additions & 1 deletion assets/custom.scss
Original file line number Diff line number Diff line change
@@ -1 +1,68 @@
// Override this file to add your own SCSS styling.
/* hanken-grotesk-regular - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hanken Grotesk';
font-style: normal;
font-weight: 400;
src: url('fonts/hanken-grotesk-v7-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
url('fonts/hanken-grotesk-v7-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* hanken-grotesk-italic - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hanken Grotesk';
font-style: italic;
font-weight: 400;
src: url('fonts/hanken-grotesk-v7-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
url('fonts/hanken-grotesk-v7-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* hanken-grotesk-600 - latin */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Hanken Grotesk';
font-style: bold;
font-weight: 600;
src: url('fonts/hanken-grotesk-v7-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
url('fonts/hanken-grotesk-v7-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
--decorator-outer-offset-top: .3rem;
--decorator-outer-offset-left: -.475rem;
--decorator-border-width: 1px;
--decorator-outer-dim: 12px;
--decorator-border: 4px solid #F3E0E1;
}

.decorator {
flex:0 0 0;
position:relative;
width:2pt;
min-height:100%;
border-left:var(--decorator-border);
}
.decorator::before {
position:absolute;
top:var(--decorator-outer-offset-top);
left:var(--decorator-outer-offset-left);
content:' ';
display:block;
width:var(--decorator-outer-dim);
height:var(--decorator-outer-dim);
border-radius:calc(var(--decorator-outer-dim) / 2);
background-color:#e8987f
}
.decorator::after {
position:absolute;
top:calc(var(--decorator-outer-offset-top) + var(--decorator-border-width));
left:calc(var(--decorator-outer-offset-left) + var(--decorator-border-width));
content:' ';
display:block;
width:calc(var(--decorator-outer-dim) - (var(--decorator-border-width) * 2));
height:calc(var(--decorator-outer-dim) - (var(--decorator-border-width) * 2));
border-radius:calc((var(--decorator-outer-dim) - (var(--decorator-border-width) * 2)) / 2);
background-color:#e8987f
}
.blocks:last-child .decorator {
margin-bottom:0.25in
}
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"*"
"../themes/hugo-apero/assets/*"
]
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions themes/hugo-apero/assets/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Override this file to add your own SCSS styling.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions themes/hugo-apero/assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d983152

Please sign in to comment.