Rename exampleSite to example

master
Will Faught 4 months ago
parent b811770a6f
commit a31406a496

@ -1,7 +1,7 @@
# Paige example site # Paige example site
If you move the directory exampleSite out of its parent directory, If you move the directory example out of its parent directory,
you must remove this line from the file exampleSite/go.mod: you must remove this line from the file example/go.mod:
``` ```
replace github.com/willfaught/paige => ../ replace github.com/willfaught/paige => ../
@ -10,6 +10,6 @@ replace github.com/willfaught/paige => ../
and then run this command: and then run this command:
``` ```
$ cd exampleSite $ cd example
$ hugo mod get github.com/willfaught/paige@latest $ hugo mod get github.com/willfaught/paige@latest
``` ```

@ -46,9 +46,9 @@ description = "Mighty, malleable media mastery"
disable_breadcrumbs = false disable_breadcrumbs = false
disable_credit = false disable_credit = false
disable_license = false disable_license = false
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s" edit_url = "https://github.com/willfaught/paige/edit/master/example/content/%s"
external_link_new_tab = true external_link_new_tab = true
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s" history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
keyword_style = "pills" keyword_style = "pills"
license = "EUPL License" license = "EUPL License"
menu_style = "tabs" menu_style = "tabs"
@ -135,9 +135,9 @@ description = "Mighty, malleable media mastery"
disable_breadcrumbs = false disable_breadcrumbs = false
disable_credit = false disable_credit = false
disable_license = false disable_license = false
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s" edit_url = "https://github.com/willfaught/paige/edit/master/example/content/%s"
external_link_new_tab = true external_link_new_tab = true
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s" history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
keyword_style = "pills" keyword_style = "pills"
license = "EUPL License" license = "EUPL License"
menu_style = "tabs" menu_style = "tabs"

@ -47,9 +47,9 @@ description = "Mighty, malleable media mastery"
disable_breadcrumbs = false disable_breadcrumbs = false
disable_credit = false disable_credit = false
disable_license = false disable_license = false
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s" edit_url = "https://github.com/willfaught/paige/edit/master/example/content/%s"
external_link_new_tab = true external_link_new_tab = true
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s" history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
keyword_style = "pills" keyword_style = "pills"
license = "EUPL License" license = "EUPL License"
menu_style = "tabs" menu_style = "tabs"
@ -128,9 +128,9 @@ description = "Mighty, malleable media mastery"
disable_breadcrumbs = false disable_breadcrumbs = false
disable_credit = false disable_credit = false
disable_license = false disable_license = false
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s" edit_url = "https://github.com/willfaught/paige/edit/master/example/content/%s"
external_link_new_tab = true external_link_new_tab = true
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s" history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
keyword_style = "pills" keyword_style = "pills"
license = "EUPL License" license = "EUPL License"
menu_style = "tabs" menu_style = "tabs"

@ -70,9 +70,9 @@ description = "Mighty, malleable media mastery"
disable_breadcrumbs = false disable_breadcrumbs = false
disable_credit = false disable_credit = false
disable_license = false disable_license = false
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s" edit_url = "https://github.com/willfaught/paige/edit/master/example/content/%s"
external_link_new_tab = true external_link_new_tab = true
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s" history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
keyword_style = "pills" keyword_style = "pills"
license = "EUPL License" license = "EUPL License"
menu_style = "tabs" menu_style = "tabs"
@ -176,9 +176,9 @@ description = "Mighty, malleable media mastery"
disable_breadcrumbs = false disable_breadcrumbs = false
disable_credit = false disable_credit = false
disable_license = false disable_license = false
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s" edit_url = "https://github.com/willfaught/paige/edit/master/example/content/%s"
external_link_new_tab = true external_link_new_tab = true
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s" history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
keyword_style = "pills" keyword_style = "pills"
license = "EUPL License" license = "EUPL License"
menu_style = "tabs" menu_style = "tabs"

@ -1,4 +1,4 @@
module github.com/willfaught/paige/exampleSite module github.com/willfaught/paige/example
go 1.20 go 1.20

Loading…
Cancel
Save