diff --git a/example/README.md b/example/README.md index d037d01a..0ed64937 100644 --- a/example/README.md +++ b/example/README.md @@ -1,7 +1,7 @@ # Paige example site -If you move the directory exampleSite out of its parent directory, -you must remove this line from the file exampleSite/go.mod: +If you move the directory example out of its parent directory, +you must remove this line from the file example/go.mod: ``` replace github.com/willfaught/paige => ../ @@ -10,6 +10,6 @@ replace github.com/willfaught/paige => ../ and then run this command: ``` -$ cd exampleSite +$ cd example $ hugo mod get github.com/willfaught/paige@latest ``` diff --git a/example/content/customizations/_index.md b/example/content/customizations/_index.md index e4c61414..787bdb7b 100644 --- a/example/content/customizations/_index.md +++ b/example/content/customizations/_index.md @@ -46,9 +46,9 @@ description = "Mighty, malleable media mastery" disable_breadcrumbs = false disable_credit = 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 -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" license = "EUPL License" menu_style = "tabs" @@ -135,9 +135,9 @@ description = "Mighty, malleable media mastery" disable_breadcrumbs = false disable_credit = 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 -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" license = "EUPL License" menu_style = "tabs" diff --git a/example/content/customizations/show.md b/example/content/customizations/show.md index a5778e99..84103a62 100644 --- a/example/content/customizations/show.md +++ b/example/content/customizations/show.md @@ -47,9 +47,9 @@ description = "Mighty, malleable media mastery" disable_breadcrumbs = false disable_credit = 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 -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" license = "EUPL License" menu_style = "tabs" @@ -128,9 +128,9 @@ description = "Mighty, malleable media mastery" disable_breadcrumbs = false disable_credit = 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 -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" license = "EUPL License" menu_style = "tabs" diff --git a/example/content/customizations/style.md b/example/content/customizations/style.md index 921ec6cf..4a8d99ab 100644 --- a/example/content/customizations/style.md +++ b/example/content/customizations/style.md @@ -70,9 +70,9 @@ description = "Mighty, malleable media mastery" disable_breadcrumbs = false disable_credit = 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 -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" license = "EUPL License" menu_style = "tabs" @@ -176,9 +176,9 @@ description = "Mighty, malleable media mastery" disable_breadcrumbs = false disable_credit = 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 -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" license = "EUPL License" menu_style = "tabs" diff --git a/example/go.mod b/example/go.mod index 083142b3..cf41a2f1 100644 --- a/example/go.mod +++ b/example/go.mod @@ -1,4 +1,4 @@ -module github.com/willfaught/paige/exampleSite +module github.com/willfaught/paige/example go 1.20