-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update for @hyas/bolt-core 1.1.0
- Loading branch information
Showing
34 changed files
with
8,105 additions
and
4,787 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,25 @@ | ||
/** Import theme variables */ | ||
@import "common/variables"; | ||
|
||
/** Include any default variable overrides here */ | ||
@import "common/variables-custom"; | ||
|
||
/** Import boltcss */ | ||
@import "boltcss/bolt"; | ||
|
||
/** Import theme styles */ | ||
@import "common/global"; | ||
@import "common/mode"; | ||
@import "common/typography"; | ||
@import "components/buttons"; | ||
@import "components/code"; | ||
@import "components/images"; | ||
@import "components/media"; | ||
@import "components/tables"; | ||
@import "layouts/footer"; | ||
@import "layouts/header"; | ||
@import "layouts/pages"; | ||
@import "layouts/posts"; | ||
|
||
/** Include custom styles */ | ||
@import "common/custom"; |
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 @@ | ||
// Put your custom SCSS code here |
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,4 @@ | ||
// Put your custom (S)CSS variables here | ||
:root { | ||
--main-bg-color: yellowgreen; | ||
} |
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,48 +1,72 @@ | ||
# mounts | ||
## archetypes | ||
[[mounts]] | ||
source = "node_modules/@hyas/core/assets" | ||
target = "assets" | ||
source = "node_modules/@hyas/bolt-core/archetypes" | ||
target = "archetypes" | ||
|
||
[[mounts]] | ||
source = "node_modules/@hyas/core/layouts" | ||
target = "layouts" | ||
source = "archetypes" | ||
target = "archetypes" | ||
|
||
## assets | ||
[[mounts]] | ||
source = "node_modules/gethyas/assets" | ||
source = "node_modules/@hyas/core/assets" | ||
target = "assets" | ||
|
||
[[mounts]] | ||
source = "node_modules/@hyas/seo/layouts" | ||
target = "layouts" | ||
source = "node_modules/gethyas/assets" | ||
target = "assets" | ||
|
||
[[mounts]] | ||
source = "node_modules/@hyas/images/assets" | ||
target = "assets" | ||
excludeFiles = "/scss/**.scss" | ||
|
||
[[mounts]] | ||
source = "node_modules/@hyas/images/layouts" | ||
target = "layouts" | ||
source = "node_modules/@hyas/bolt-core/assets" | ||
target = "assets" | ||
|
||
[[mounts]] | ||
source = "node_modules/@hyas/bolt-core/archetypes" | ||
target = "archetypes" | ||
source = "assets" | ||
target = "assets" | ||
|
||
## content | ||
[[mounts]] | ||
source = "node_modules/@hyas/bolt-core/assets" | ||
target = "assets" | ||
source = "content" | ||
target = "content" | ||
|
||
## data | ||
[[mounts]] | ||
source = "node_modules/@hyas/bolt-core/layouts" | ||
source = "data" | ||
target = "data" | ||
|
||
## i18n | ||
[[mounts]] | ||
source = "i18n" | ||
target = "i18n" | ||
|
||
## layouts | ||
[[mounts]] | ||
source = "node_modules/@hyas/core/layouts" | ||
target = "layouts" | ||
|
||
[[mounts]] | ||
source = "archetypes" | ||
target = "archetypes" | ||
source = "node_modules/@hyas/seo/layouts" | ||
target = "layouts" | ||
|
||
[[mounts]] | ||
source = "assets" | ||
target = "assets" | ||
source = "node_modules/@hyas/images/layouts" | ||
target = "layouts" | ||
|
||
[[mounts]] | ||
source = "node_modules/@hyas/bolt-core/layouts" | ||
target = "layouts" | ||
|
||
[[mounts]] | ||
source = "layouts" | ||
target = "layouts" | ||
|
||
## static | ||
[[mounts]] | ||
source = "static" | ||
target = "static" |
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,49 @@ | ||
# Hugo | ||
title = "Bolt" | ||
description = "Minimal blog theme for Hyas based on Bolt.css" | ||
images = ["cover.png"] | ||
|
||
# Debug | ||
[render_hooks.image] | ||
errorLevel = 'ignore' # ignore (default), warning, or error (fails the build) | ||
|
||
[render_hooks.link] | ||
errorLevel = 'ignore' # ignore (default), warning, or error (fails the build) | ||
highlightBroken = false # true or false (default) | ||
|
||
# Images (@hyas/images) | ||
[hyas_images] | ||
[hyas_images.landscape] | ||
normalize = "1360x765" # "1600x900" (default) | ||
lqip = "16x9" # "16x9" (default) | ||
widths = [480, 640, 800, 1024] | ||
[hyas_images.portrait] | ||
normalize = "765x1360" # "900x1600" (default) | ||
lqip = "9x16" # "9x16" (default) | ||
widths = [480, 640, 800, 1024] | ||
|
||
# Inline SVG (@hyas/inline-svg) | ||
[inline_svg] | ||
iconSetDir = "tabler-icons" # "tabler-icons" (default) | ||
|
||
# SEO (@hyas/seo) | ||
[seo] | ||
[seo.title] | ||
separator = " | " | ||
suffix = "" | ||
[seo.favicons] | ||
sizes = [] | ||
icon = "favicon.png" # favicon.png (default) | ||
svgIcon = "favicon.svg" # favicon.svg (default) | ||
maskIcon = "mask-icon.svg" # mask-icon.svg (default) | ||
maskIconColor = "white" # white (default) | ||
[seo.schemas] | ||
type = "Organization" # Organization (default) or Person | ||
logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default) | ||
name = "Hyas" # Name of Organization or Person | ||
sameAs = [] # E.g. ["https://github.com/gethyas/hyas", "https://fosstodon.org/@hyas"] | ||
images = ["cover.png"] # ["cover.png"] (default) | ||
article = [] # Article sections | ||
newsArticle = [] # NewsArticle sections | ||
blogPosting = ["blog"] # BlogPosting sections | ||
product = [] # Product sections |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.