mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Get rid of side panel to minimize noise in layout
This commit is contained in:
@@ -86,10 +86,6 @@ Add the following to the `config.toml` file:
|
||||
[[module.imports.mounts]]
|
||||
source = "assets/css/json-resume.css"
|
||||
target = "assets/css/critical/44-json-resume.css"
|
||||
[[module.mounts]]
|
||||
# required by hugo-mod-json-resume
|
||||
source = "node_modules/simple-icons/icons"
|
||||
target = "assets/simple-icons"
|
||||
[[module.mounts]]
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
|
@@ -13,7 +13,7 @@ main {
|
||||
display: grid;
|
||||
grid-area: main;
|
||||
grid-template-areas: "empty content sidebar";
|
||||
grid-template-columns: 1fr minmax(0, 650px) 4fr;
|
||||
grid-template-columns: 2fr minmax(0, 960px) 2fr;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@@ -3,21 +3,6 @@
|
||||
[hugoVersion]
|
||||
extended = true
|
||||
min = "0.84.0"
|
||||
[[imports]]
|
||||
path = "github.com/schnerring/hugo-mod-json-resume"
|
||||
[[imports.mounts]]
|
||||
source = "data"
|
||||
target = "data"
|
||||
[[imports.mounts]]
|
||||
source = "layouts"
|
||||
target = "layouts"
|
||||
[[imports.mounts]]
|
||||
source = "assets/css/json-resume.css"
|
||||
target = "assets/css/critical/44-json-resume.css"
|
||||
[[mounts]]
|
||||
# required by hugo-mod-json-resume
|
||||
source = "node_modules/simple-icons/icons"
|
||||
target = "assets/simple-icons"
|
||||
[[mounts]]
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
@@ -41,4 +26,4 @@
|
||||
target = "static/fonts"
|
||||
[[mounts]]
|
||||
source = "node_modules/@tabler/icons/icons"
|
||||
target = "assets/tabler-icons"
|
||||
target = "assets/tabler-icons"
|
||||
|
@@ -1,5 +0,0 @@
|
||||
module github.com/davegallant/hugo-theme-gruvbox
|
||||
|
||||
go 1.21
|
||||
|
||||
require github.com/schnerring/hugo-mod-json-resume v0.0.0-20231022202951-552402b37357 // indirect
|
@@ -1,2 +0,0 @@
|
||||
github.com/schnerring/hugo-mod-json-resume v0.0.0-20231022202951-552402b37357 h1:FR5kIQJNpHrB+P6yb8PrDVO8FpbUxF5fdTXLQp7UUpI=
|
||||
github.com/schnerring/hugo-mod-json-resume v0.0.0-20231022202951-552402b37357/go.mod h1:an+FdylzRESQ2N+NuFK+iLerxnDRWbOqkxCDUXflGF4=
|
@@ -11,17 +11,6 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ $cv := index $.Site.Data.json_resume $.Site.Language.Lang }}
|
||||
{{ if $cv.basics }}
|
||||
<aside class="bio">
|
||||
{{ partial "json-resume/basics.html" . }}
|
||||
|
||||
{{ if $.Site.Params.tagCloud.enable }}
|
||||
<hr />
|
||||
{{ end }}
|
||||
</aside>
|
||||
{{ end }}
|
||||
|
||||
{{ if $.Site.Params.tagCloud.enable }}
|
||||
<aside>
|
||||
{{ partial "tag-cloud.html" . }}
|
||||
|
@@ -14,7 +14,6 @@
|
||||
"normalize.css": "project",
|
||||
"prism-themes": "project",
|
||||
"prismjs": "project",
|
||||
"simple-icons": "github.com/schnerring/hugo-mod-json-resume",
|
||||
"typeface-fira-code": "project",
|
||||
"typeface-roboto-slab": "project"
|
||||
},
|
||||
|
Reference in New Issue
Block a user