From 3cadb6ea3381d44c1fd23be928240ef853691386 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 6 Feb 2014 16:14:00 +0100 Subject: [PATCH] Initial web page setup. --- _config.yml | 10 ++--- index.html | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+), 5 deletions(-) create mode 100644 index.html diff --git a/_config.yml b/_config.yml index ddc41fb5..e500d88b 100644 --- a/_config.yml +++ b/_config.yml @@ -10,20 +10,20 @@ redcarpet: ### The following properties will change on a project-by-project basis # Context path in the remote website (usually /), will be prepended to absolute URLs for static resources -baseurl: /gh-pages +baseurl: /spring-data-couchbase # Name of the project for display in places like page titles -name: Spring Framework +name: Spring Data Couchbase # ID of the project in the metadata API at spring.io (if this is not a # valid project ID the javascript widgets in the home page will not work) -project: spring-framework +project: spring-data-couchbase # Project github URL -github_repo_url: http://github.com/spring-projects/spring-framework +github_repo_url: http://github.com/spring-projects/spring-data-couchbase # Project forum URL -forum: http://forum.spring.io/forum/spring-projects/container +forum: http://forum.spring.io/forum/spring-projects/data # If you want to include a custom pom.xml or gradle template set these value to true and add _include files custom_pom_template: false diff --git a/index.html b/index.html new file mode 100644 index 00000000..ddd50e06 --- /dev/null +++ b/index.html @@ -0,0 +1,127 @@ +--- +# The name of your project +title: Spring Data Couchbase + +badges: + + # Specify your project's twitter handle, if any. Delete if none. + twitter: SpringData + + # Customize your project's badges. Delete any entries that do not apply. + custom: + - name: Source (GitHub) + url: https://github.com/spring-projects/spring-data-couchbase + icon: github + + - name: Issues (JIRA) + url: http://jira.springsource.org/browse/DATACOUCH + icon: tracking + + - name: CI (Bamboo) + url: https://build.springsource.org/browse/SPRINGDATACOUCH + icon: ci + + - name: Forum + url: http://forum.spring.io/forum/spring-projects/data + icon: forum + + - name: StackOverflow + url: http://stackoverflow.com/questions/tagged/spring-data-couchbase + icon: stackoverflow + + # - name: Metrics (SonarQube) + # url: https://sonar.springsource.org/dashboard/index/org.springframework.data:spring-data-jpa + # icon: metrics + +--- + + + + +{% capture parent_link %} +[Spring Parent]({{ site.projects_site_url }}/spring-parent) +{% endcapture %} + + +{% capture billboard_description %} + +**PROJECT DESCRIPTION** Corpus callosum, +[the carbon](#) in our apple pies a mote of dust suspended in a +sunbeam. Muse about! Venture galaxies a billion trillion extraordinary +claims require extraordinary evidence, consciousness a mote of dust +suspended in a sunbeam Apollonius of [Perga Euclid](#) inconspicuous +motes of rock and gas made in the interiors of collapsing stars. + +{% endcapture %} + +{% capture main_content %} + +**INTRODUCTORY PARAGRAPHS** Birth, a very small stage in a vast cosmic +arena extraordinary claims require extraordinary evidence! Flatland +Apollonius of Perga culture inconspicuous motes of rock and gas realm +of the galaxies quasar, corpus callosum, galaxies Drake Equation ship +of the imagination [Jean-François Champollion](#). Galaxies Hypatia! +Trillion tingling of the spine the only home we've ever known +extraordinary claims require extraordinary evidence stirred by +starlight, culture? Flatland Tunguska event finite but unbounded +corpus callosum! + +## Features + +* Feature 1 +* [Feature 2](#) +* Feature 3 +* Feature 4 +* ... + + +## Quick Start + +{% include download_widget.md %} + + +```java +package foo; + +import foo; + +public class SearchController { + + @Foo + public SearchController(SearchService searchService) { + this.searchService = searchService; + } + + public static void main(String[] args) { + // This is just a test to see how a very long line works with our project css + } +} +``` + +{% endcapture %} + +{% capture related_resources %} + +### Sample Projects + +* [Project Name 1](#) +* [Project name 2](#) +* [Project name nth](#) + +### Getting Started Guides + +* [GSG 1]({{site.main_site_url}}/guides/gs/rest-service) +* [GSG 2]({{site.main_site_url}}/guides/gs/other-guide-2) +* [GSG n]({{site.main_site_url}}/guides/gs/other-guide-3) + +### Tutorials + +* [Tutorial 1]({{site.main_site_url}}/guides/tutorials/rest) +* [Tutorial 2]({{site.main_site_url}}/guides/tutorials/other-2) +* [Tutorial n]({{site.main_site_url}}/guides/tutorials/other-3) + +{% endcapture %} + + +{% include project_page.html %} +