Spring Boot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

66 lines
1.9 KiB

---
layout: default
title: {{ site.project_name }}
---
<div class="billboard--wrapper project-header--wrapper">
<div class="billboard--container">
<div class="container-fluid">
<div class="content--title">
<a href="/">Projects</a>
</div>
<div class="row-fluid">
<div class="span8">
<div class="project--links--container">
<a href="#" class="project-link">
<i class="icon-github"></i>
</a>
<a href="#">
<div class="icon icon-forum"></div>
</a>
</div>
<div class="project--title">{{ site.project_name }}</div>
<div class="project--description">
<h2>To start a new 'gh-pages' Project page</h2>
From within your Spring project's git checkout directory:
<pre>
git remote add gh-pages-common https://github.com/springframework/common.git
git checkout --orphan gh-pages
git pull gh-pages-common gh-pages
</pre>
<h2>Edit _config.yml file and add update your project info</h2>
For example:
<pre>
name: Spring Data JPA
baseurl: /spring-data-jpa
</pre>
<h2>Create index.html</h2>
<ol>
<li>Copy this file (common.html) to index.html</li>
<li>Delete these instructions</li>
<li>Add your own content</li>
</ol>
<h2>Commit your changes</h2>
<pre>
git push origin gh-pages
</pre>
<h2>To update common content</h2>
<pre>
git checkout gh-pages
git pull --no-ff gh-pages-common gh-pages
</pre>
</div>
<div class="btn btn-black uppercase">Quick Start</div>
</div>
</div>
</div>
</div>
<div class="billboard-bg spring-data--bg"></div>
</div>
<div class="billboard-body--wrapper"></div>