http://git-wip-us.apache.org/repos/asf/james-project/blob/255b9a49/src/homepage/_site/welcome-jekyll.html ---------------------------------------------------------------------- diff --git a/src/homepage/_site/welcome-jekyll.html b/src/homepage/_site/welcome-jekyll.html deleted file mode 100644 index d631389..0000000 --- a/src/homepage/_site/welcome-jekyll.html +++ /dev/null @@ -1,117 +0,0 @@ -<!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> -<!DOCTYPE html> - <html> - <head> - <title>Welcome to Jekyll</title> - <!-- link to main stylesheet--> - <link rel="stylesheet" type="text/css" href="css/main.css"> - <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> - </head> - <body> - <!--<link href="css/main.css" rel="stylesheet">--> - <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> - -<div id="wrapper" class="post-page"> - - <!-- Header --> - <header id="header" class="alt"> - <h1><span class="icon fa-file-text-o"></span> Welcome to Jekyll</h1> - <p>August 29, 2016</p> - </header> - - <!-- Main --> - <div id="main"> - - <!-- Content --> - <section id="content" class="main"> - - <p>Youâll find this post in your <code class="highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p> - -<p>To add new posts, simply add a file in the <code class="highlighter-rouge">_posts</code> directory that follows the convention <code class="highlighter-rouge">YYYY-MM-DD-name-of-post.ext</code> and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p> - -<p>Jekyll also offers powerful support for code snippets:</p> - -<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span> - <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span> -<span class="k">end</span> -<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span> -<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure> - -<p>Check out the <a href="http://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyllâs GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p> - - - - <footer class="major special"> - <hr> - <center> - <ul class="actions"> - <li><a href="/index.html" class="button">Back to homepage</a></li> - <li><a href="/posts.html" class="button">Read More Posts</a></li> - </ul> - </center> - </footer> - </section> - </div> - <footer id="footer" class="major"> - <section> - <h2>James</h2> - <ul class="no-padding"> - <li class="no-padding"><a href="../#intro" class="active">About</a></li> - <li class="no-padding"><a href="../#first">Get Started</a></li> - <li class="no-padding"><a href="../#posts">Last Posts</a></li> - <li class="no-padding"><a href="../#second">Community</a></li> - <li class="no-padding"><a href="https://james.apache.org/"><span class="fa fa-external-link"></span> Documentation</a></li> - </ul> - </section> - <section> - <h2>Connect</h2> - <ul class="icons"> - <li><a href="http://twitter.com/ApacheJames" class="icon fa-twitter alt"><span class="label">Twitter</span></a></li> - <li><a href="https://github.com/apache/james-project" class="icon fa-github alt"><span class="label">GitHub</span></a></li> - <li><a href="http://james.apache.org/mail.html" class="icon fa-envelope-o alt"><span class="label">Mailing-list</span></a></li> - </ul> - </section> - <section> - <h2>Copyright</h2> - <a href="http://www.apache.org/">Apache Licence Copyright</a><br/> - ©Untitled. Design: <a href="https://html5up.net">HTML5 UP</a> - </section> - </footer> -</div> - - </body> - </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org