Repository: sling-site Updated Branches: refs/heads/master 8d63c070e -> 90ee7e609
tweaks Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/90ee7e60 Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/90ee7e60 Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/90ee7e60 Branch: refs/heads/master Commit: 90ee7e609d242aa13e76c6530020eef3f368b865 Parents: 8d63c07 Author: Bertrand Delacretaz <[email protected]> Authored: Tue Jul 11 14:42:47 2017 +0200 Committer: Bertrand Delacretaz <[email protected]> Committed: Tue Jul 11 14:42:47 2017 +0200 ---------------------------------------------------------------------- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sling-site/blob/90ee7e60/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 09d7d84..8372806 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ We'll have a script for that, but for now the following works: * Breadcrumbs are back. * The `#!xml` and `#!java` code higlighting macros are not supported, for now they are replaced by HTML comments. -## JBake and other techn notes +## JBake and other technotes * Currently using 2.5.1, see under `/bin`, docs at http://jbake.org/docs/2.5.1 * Uses https://github.com/sirthias/pegdown for Markdown, syntax info at https://github.com/sirthias/pegdown/blob/master/src/test/resources/MarkdownTest103/Markdown%20Documentation%20-%20Syntax.md , extensions at http://www.decodified.com/pegdown/api/org/pegdown/Extensions.html * Groovy MarkupTemplateEngine examples at https://github.com/jbake-org/jbake-example-project-groovy-mt , docs for that engine at http://groovy-lang.org/templating.html#_simpletemplateengine @@ -87,3 +87,7 @@ To find leftover `refs.` in pages use wget -r -nv -l 5 http://localhost:8820/ find localhost\:8820/ -type f | xargs grep -l 'refs\.' + +To diff the generated HTML, ignoring housekeeping stuff use + + git diff -U0 | grep -v lastmod | grep -v '^---' | grep -v '^+++' | grep -v '^diff' | grep -v '^index' | grep -v '@@'
