Xun Liu created SUBMARINE-71:
--------------------------------

             Summary: [umbrella] Update submarine site
                 Key: SUBMARINE-71
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-71
             Project: Hadoop Submarine
          Issue Type: Improvement
            Reporter: Xun Liu


Manage http://hadoop.apache.org/submarine/ in this umbrella issue each release 
an update to the site.

Modify the hadoop site as follows
1) git clone https://github.com/apache/hadoop-site.git
2) Run the hadoop site locally
{code:java}
cd hadoop-site/submarine/
vi submarine/config.toml
baseurl = "http://localhost:1313";
publishDir = "content"
Hugo
Hugo server
Http://localhost:1313{code}
You can view the changes to the page through the browser.
3) commit
Restore these 2 configurations in submarine/config.toml
{code:java}
baseurl = "/submarine/"
publishDir = "../content/submarine"
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to