You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2015/05/08 08:30:37 UTC

[2/2] struts-site git commit: Converts to Markdown and updates jekyll start command

Converts to Markdown and updates jekyll start command


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/3b86b5d6
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/3b86b5d6
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/3b86b5d6

Branch: refs/heads/master
Commit: 3b86b5d6bc7521ef33ef82780d3779869c09ced2
Parents: 67b2312
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri May 8 08:30:21 2015 +0200
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri May 8 08:30:21 2015 +0200

----------------------------------------------------------------------
 README    | 10 ----------
 README.md |  9 +++++++++
 2 files changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/3b86b5d6/README
----------------------------------------------------------------------
diff --git a/README b/README
deleted file mode 100644
index 63c2dea..0000000
--- a/README
+++ /dev/null
@@ -1,10 +0,0 @@
-This project is used to update main Apache Struts website http://struts.apache.org/
-On each commit site is rebuild and available at http://struts.staging.apache.org/
-You must manually push changes to production via CMS.
-
-Site is generated by Jekyll and uses pure html either markdown format.
-To test website locally:
-
- > jekyll serve -w
-
-All pages are generated into 'content' folder.

http://git-wip-us.apache.org/repos/asf/struts-site/blob/3b86b5d6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..81a2044
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+This project is used to update main Apache Struts website http://struts.apache.org/
+You must manually push changes to production via SVN.
+
+Site is generated by Jekyll and uses pure html either markdown format.
+To test website locally:
+
+ > bundle exec jekyll serve -w --trace --host 0.0.0.0
+
+All pages are generated into 'content' folder.