Repository: sling-site Updated Branches: refs/heads/master 19b0d30d4 -> 148eadb81
fixing whitespace which is preventing GitHub from displaying README properly Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/148eadb8 Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/148eadb8 Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/148eadb8 Branch: refs/heads/master Commit: 148eadb816f0a0519aab851a723c1b9577157fb9 Parents: 19b0d30 Author: Justin Edelson <[email protected]> Authored: Wed Sep 27 14:02:30 2017 +0200 Committer: Justin Edelson <[email protected]> Committed: Wed Sep 27 14:02:30 2017 +0200 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sling-site/blob/148eadb8/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1175a30..4f1bd00 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Clone this repository, run the below Maven command, http://localhost:8820/ and e mvn clean package jbake:inline -Djbake.port=8820 -Djbake.listenAddress=0.0.0.0 -##Â How to publish the website +## How to publish the website Build the site using `mvn clean package` after changing the JBake settings using this patch: (TODO: automate this using Maven resource rewriting or something similar.)
