Till Westmann has uploaded a new change for review. https://asterix-gerrit.ics.uci.edu/981
Change subject: remove 'incubating' from the site instructions ...................................................................... remove 'incubating' from the site instructions Change-Id: I1b285843446155643f5e777d92fc8b369fec3802 --- M content/site.html M site.md 2 files changed, 7 insertions(+), 7 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/incubator-asterixdb-site refs/changes/81/981/1 diff --git a/content/site.html b/content/site.html index df6b5d4..15299c0 100644 --- a/content/site.html +++ b/content/site.html @@ -135,12 +135,12 @@ <p>The website is managed using <code>git</code>. Clone the site as usual</p> -<pre><code>➤ git clone -b asf-site https://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site.git +<pre><code>➤ git clone -b asf-site https://git-wip-us.apache.org/repos/asf/asterixdb-site.git </code></pre> <p>and <code>cd</code> into the clone</p> -<pre><code>➤ cd incubator-asterixdb-site +<pre><code>➤ cd asterixdb-site </code></pre> <p>You will notice lots of Markdown files and HTML templates in the repository root. The compiled content of the website itself is served from the <code>content/</code> folder in this repository. That is to say, that the actual content of the website itself, as well as its sources are stored in the same repository. Additionally, the main branch on this repository is <code>asf-site</code> and not <code>master</code></p> @@ -154,7 +154,7 @@ <p>And perform the git-gerrit init on this branch</p> -<pre><code>➤ git gerrit init -u ssh://[email protected]:29418/ -p incubator-asterixdb-site +<pre><code>➤ git gerrit init -u ssh://[email protected]:29418/ -p asterixdb-site </code></pre> <h2 id="making-a-change-to-the-site">Making a change to the site</h2> diff --git a/site.md b/site.md index 213aef1..7e1fbbf 100644 --- a/site.md +++ b/site.md @@ -22,11 +22,11 @@ The website is managed using `git`. Clone the site as usual - ➤ git clone -b asf-site https://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site.git + ➤ git clone -b asf-site https://git-wip-us.apache.org/repos/asf/asterixdb-site.git and `cd` into the clone - ➤ cd incubator-asterixdb-site + ➤ cd asterixdb-site You will notice lots of Markdown files and HTML templates in the repository root. The compiled content of the website itself is served from the `content/` folder in this repository. That is to say, that the actual content of the website itself, as well as its sources are stored in the same repository. Additionally, the main branch on this repository is `asf-site` and not `master` @@ -38,7 +38,7 @@ And perform the git-gerrit init on this branch - ➤ git gerrit init -u ssh://[email protected]:29418/ -p incubator-asterixdb-site + ➤ git gerrit init -u ssh://[email protected]:29418/ -p asterixdb-site ## Making a change to the site @@ -82,7 +82,7 @@ If jekyll produces an error message like this one: ➤ jekyll serve --watch - Configuration file: /.../incubator-asterixdb-site/_config.yml + Configuration file: /.../asterixdb-site/_config.yml You are missing a library required for syntax highlighting. Please run: $ [sudo] gem install pygments jekyll 3.1.2 | Error: uninitialized constant Kramdown::Converter::PygmentsHtml::FatalException -- To view, visit https://asterix-gerrit.ics.uci.edu/981 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b285843446155643f5e777d92fc8b369fec3802 Gerrit-PatchSet: 1 Gerrit-Project: incubator-asterixdb-site Gerrit-Branch: asf-site Gerrit-Owner: Till Westmann <[email protected]>
