diff --git a/PUBLISH.trigger.md b/PUBLISH.trigger.md index 945c9b4..53acaad 100644 --- a/PUBLISH.trigger.md +++ b/PUBLISH.trigger.md @@ -1 +1,15 @@ -. \ No newline at end of file +Publish the current version of the website by changing the text few lines below. +For example, add your name after the line saying: "_ _ _ New changes after this _ _ _" +Don't forget to click on "Comit Changes" to commit the changes. + +- [PREVIEW WEB SITE](https://pages.sandpoints.org/dotawo/_preview/journal/) +- [PUBLISHED WEB SITE](https://pages.sandpoints.org/dotawo/journal/) + +--- + +``` +_ _ _ New changes after this _ _ _ +vincent +marcell + +``` \ No newline at end of file diff --git a/README.md b/README.md index 3a82f2a..ff2a88d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Dotawo +WEB SITE: https://pages.sandpoints.org/dotawo/_preview/journal/ + +PREVIEW: https://pages.sandpoints.org/dotawo/journal/ + +LOGS: https://pages.sandpoints.org/dotawo/last-commit-log.html \ No newline at end of file diff --git a/config/_default/config.toml b/config/_default/config.toml index 6ec4b12..3d3d4f4 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -6,7 +6,7 @@ relativeurls = true disableKinds = ["RSS", "sitemap"] [params] - description = "Some description should land here.." + description = "Some description should land here...." images = ["/UNS-logo.png"] title = "Dotawo Journal" giturl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"