mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
docs/website: update Hugo modules and template
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
This commit is contained in:
parent
1abd310b07
commit
e699ea2a2c
@ -3,9 +3,9 @@ module foo-dogsquared-nixos-config-site
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 // indirect
|
||||
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1 // indirect
|
||||
github.com/foo-dogsquared/website v0.0.0-20241027012131-6349510adc3c // indirect
|
||||
github.com/refactoringui/heroicons v2.1.5+incompatible // indirect
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 // indirect
|
||||
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0 // indirect
|
||||
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7 // indirect
|
||||
github.com/refactoringui/heroicons v2.2.0+incompatible // indirect
|
||||
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d // indirect
|
||||
)
|
||||
|
@ -1,10 +1,22 @@
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20231025231637-36998f86bbf2/go.mod h1:8HnVc0SlzI7LCEU4sITYS5MQTq0Bct/nFr/7LdsHYVQ=
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95 h1:knvsLW0kTmLxZ7tCKAQgK9M6e8ggjU6NPcmP3HOFKHc=
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241028022226-7f7e0be42a95/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29 h1:tW39wPtZJTjpaK7+QshbQFYeLQA1airNi547vXMoy7c=
|
||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20241120232120-e36cafefea29/go.mod h1:R9tJ1WSUnZf0R12SAmI9I/x9IQQbwPGek2FQyGJOC0g=
|
||||
github.com/foo-dogsquared/hugo-mod-web-feeds v0.0.3-0.20220613123653-e0bc8e58159d/go.mod h1:V7UXom6wuFrWj1lBUCXQA3HguwfDhQA+tQNxyRxdClk=
|
||||
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1-0.20240829055539-b7c3b8878050/go.mod h1:Rbsgp6Kdi2jVmAILYZTgCysqU4xvoLFwvrR0nvpSr4I=
|
||||
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1 h1:5Mu2OBMVHHp1nytCUUFz9EEQ3gTQCBUHsovzaQssnmc=
|
||||
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.1/go.mod h1:HV3pnAPBJNG6k9bo10wDOkl6rYFib+um2IURlRIlXkg=
|
||||
github.com/foo-dogsquared/hugo-theme-more-contentful v0.7.2-0.20241119041335-143341838df0/go.mod h1:HV3pnAPBJNG6k9bo10wDOkl6rYFib+um2IURlRIlXkg=
|
||||
github.com/foo-dogsquared/website v0.0.0-20241027012131-6349510adc3c h1:W8U63X6JQh434eT+G3WtfXJQ2Lpl1t0jGLTkNKAVkVI=
|
||||
github.com/foo-dogsquared/website v0.0.0-20241027012131-6349510adc3c/go.mod h1:AkVVnWQg95UIzQEN7OuMgupRG6Mi2gAsxuaK81/DyUc=
|
||||
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7 h1:FJK0BK/43bHbPHB5jFI/8YuICPOptq3QDTupfDGCE2M=
|
||||
github.com/foo-dogsquared/website v0.0.0-20241121041746-6b5744c9aee7/go.mod h1:WzxWNpb3eNVQiqnnJTR66ptffyoK/SpZcw8efzOO12g=
|
||||
github.com/refactoringui/heroicons v2.0.18+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
|
||||
github.com/refactoringui/heroicons v2.1.5+incompatible h1:XzZpX6BwR5eYel3Owrw6u0e11/pj1FTXA3MSiN3OOvE=
|
||||
github.com/refactoringui/heroicons v2.1.5+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
|
||||
github.com/refactoringui/heroicons v2.2.0+incompatible h1:EKlvN4FK+3SgKcO9qy8Y30Up+SYypBifKCaOynG9Sh8=
|
||||
github.com/refactoringui/heroicons v2.2.0+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
|
||||
github.com/simple-icons/simple-icons v0.0.0-20231022005333-fdbaaa2d5f99/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=
|
||||
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d h1:hkrcJOSlWIPEaFLPeE82iyslQkhnyH4aheEtIushCQg=
|
||||
github.com/simple-icons/simple-icons v0.0.0-20241027003233-9d720b26a17d/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{- /* Here's where the customized version should be. */ -}}
|
||||
{{ $highlighter := resources.Get "css/rouge.scss" | resources.ToCSS }}
|
||||
{{ $highlighter := resources.Get "css/rouge.scss" | toCSS }}
|
||||
{{- if hugo.IsProduction }}
|
||||
{{ $highlighter = $highlighter | resources.Minify | resources.Fingerprint }}
|
||||
{{ end }}
|
||||
|
@ -19,13 +19,14 @@ let
|
||||
in
|
||||
buildHugoSite {
|
||||
pname = "foodogsquared-docs";
|
||||
version = "2024-09-03";
|
||||
version = "2024-11-21";
|
||||
|
||||
src = lib.cleanSource ./.;
|
||||
|
||||
vendorHash = "sha256-3HnyNLHyJDQ8hhZFb3Cu+i75nrUJn/iEV5xNP++di/4=";
|
||||
vendorHash = "sha256-HWvwr2n6M84nAZFGESBRCtC0I6MuxnCRljRfhkpZlSo=";
|
||||
|
||||
buildInputs = [ asciidoctorWrapper gems ];
|
||||
nativeBuildInputs = [ asciidoctorWrapper ];
|
||||
buildInputs = [ gems ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "foodogsquared's NixOS configuration docs";
|
||||
|
Loading…
Reference in New Issue
Block a user