Repository: cayenne-website Updated Branches: refs/heads/asf-site 23b90af6a -> 9cfe75e20
Minor update of CMS guide Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/9cfe75e2 Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/9cfe75e2 Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/9cfe75e2 Branch: refs/heads/asf-site Commit: 9cfe75e208815292a2846f22451d97800132296d Parents: 23b90af Author: Nikita Timofeev <[email protected]> Authored: Mon Jan 22 10:17:50 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Mon Jan 22 10:17:50 2018 +0300 ---------------------------------------------------------------------- dev/cms-guide.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/9cfe75e2/dev/cms-guide.html ---------------------------------------------------------------------- diff --git a/dev/cms-guide.html b/dev/cms-guide.html index 568071e..65480af 100644 --- a/dev/cms-guide.html +++ b/dev/cms-guide.html @@ -118,7 +118,8 @@ mvn <h2 id="publish">Publish</h2> -<p>To publish new version just run Maven with <code>publish</code> profile. This will build production version of the site (with <code>cayenne.apache.org</code> base URL) and push commit into <code>asf-site</code> branch that will be synced with actual site content location:</p> +<p>To publish new version just run Maven with <code>publish</code> profile. This will build production version of the site (with <code>cayenne.apache.org</code> base URL) +and push commit into <code>asf-site</code> branch that will be synced with actual site content location:</p> <pre><code>mvn -Ppublish -Dmsg="commit message describing site changes" </code></pre> @@ -127,9 +128,8 @@ mvn <p>Don’t forget to push you source’s changes so others won’t rewrite them.</p> -<p>:grey_exclamation: apache <code>gitpubsub</code> should be setup in order actual content sync to happen.</p> - -<p><em>NOTE</em>: This process can be automated by Jenkins. It can run publish on every commit to <code>master</code>. But at first it is better to use manual publishing.</p> +<p><em>NOTE</em>: This process can be automated by Jenkins. It can run publish on every commit to <code>master</code>. +But for now it is better to use manual publishing.</p> <div class="pb-3"></div> @@ -169,7 +169,8 @@ You can run it like this: <code>./build-docs.sh 4.1.M2</code></li> <h2 id="advanced">Advanced</h2> -<p>Node.js, Yarn, Gulp and Hugo used to build this site, Maven used just to boostrap Node.js and Yarn tools and launch Gulp tasks. +<p>Node.js, Yarn, Gulp and Hugo used to build this site, Maven used just to boostrap Node.js and +Yarn tools and launch Gulp tasks. Hugo binaries managed by <a href="https://www.npmjs.com/package/hugo-bin">hugo-bin</a> NPM module.</p> <h3 id="src-structure">Src structure</h3>
