Skip to content

Commit d771ac6

Browse files
authored
feat(examples): Update Hugo theme to Docsy (#205)
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io> Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
2 parents f4d0cb8 + b840bd5 commit d771ac6

File tree

391 files changed

+16623
-3735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+16623
-3735
lines changed

examples/hugo0.122/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ RUN set -xe; \
55

66
FROM scratch
77

8-
COPY site /site
9-
8+
COPY ./site /site
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
baseURL = 'http://example.org/'
22
languageCode = 'en-us'
33
title = 'My New Hugo Site'
4-
theme = "ananke"
4+
theme = "docsy-0.6.0"

examples/hugo0.122/site/themes/ananke/.gitignore

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/hugo0.122/site/themes/ananke/CHANGELOG.md

Lines changed: 0 additions & 169 deletions
This file was deleted.

examples/hugo0.122/site/themes/ananke/LICENSE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)