Rename exampleSite to example
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
module github.com/willfaught/paige/exampleSite
|
||||
module github.com/willfaught/paige/example
|
||||
|
||||
go 1.20
|
||||
|
||||
|
Reference in New Issue
Block a user