Browse Source

Renaming includes to be markdown files

pull/33/merge
Gonçalo Silva and Nick Street 13 years ago
parent
commit
398d33e7fa
  1. 0
      _includes/badge.md
  2. 31
      _includes/billboard.html
  3. 31
      _includes/billboard.md
  4. 0
      _includes/documentation.md
  5. 0
      _includes/home.html
  6. 3
      _includes/project_captures.md
  7. 6
      _includes/project_home_include.md
  8. 6
      _includes/project_sidebar.md
  9. 2
      _includes/quickstart.md
  10. 2
      _includes/samples/badges.md
  11. 4
      sample-pages/project_home.md

0
_includes/badge.html → _includes/badge.md

31
_includes/billboard.html

@ -1,31 +0,0 @@ @@ -1,31 +0,0 @@
<div class="billboard--wrapper project-header--wrapper">
<div class="billboard--container">
<div class="container-fluid">
<div class="content--title">
{% capture breadcrumb %}
[Projects]({{ site.projects_site_url }}){% if include.parent_link %} : {{ include.parent_link }}{% endif %}
{% endcapture %}
{{ breadcrumb | markdownify }}
</div>
<div class="row-fluid">
<div class="span8">
<div class="project--links--container">
<a href="{{ site.github }}" class="project-link">
<i class="icon-github"></i>
</a>
<a href="{{ site.forum }}" class="project-link project-link-forum">
<i class="icon-comment-alt"></i>
</a>
</div>
<div class="project--title">{{ site.name }}</div>
<div class="project--description">
{{ include.billboard_description | markdownify }}
</div>
<a class="btn btn-black uppercase project-quickstart-btn" href="#quick-start">Quick Start</a> <!-- TODO: this button not working -->
</div>
</div>
</div>
</div>
<div class="billboard-bg spring-data--bg"></div>
</div>

31
_includes/billboard.md

@ -0,0 +1,31 @@ @@ -0,0 +1,31 @@
<div class="billboard--wrapper project-header--wrapper">
<div class="billboard--container">
<div class="container-fluid">
<div class="content--title">
{% capture breadcrumb %}
[Projects]({{ site.projects_site_url }}){% if include.parent_link %} : {{ include.parent_link }}{% endif %}
{% endcapture %}
{{ breadcrumb | markdownify }}
</div>
<div class="row-fluid">
<div class="span8">
<div class="project--links--container">
<a href="{{ site.github }}" class="project-link">
<i class="icon-github"></i>
</a>
<a href="{{ site.forum }}" class="project-link project-link-forum">
<i class="icon-comment-alt"></i>
</a>
</div>
<div class="project--title">{{ site.name }}</div>
<div class="project--description">
{{ include.billboard_description | markdownify }}
</div>
<a class="btn btn-black uppercase project-quickstart-btn" href="#quick-start">Quick Start</a>
</div>
</div>
</div>
</div>
<div class="billboard-bg spring-data--bg"></div>
</div>

0
_includes/documentation.html → _includes/documentation.md

0
_includes/home.html

3
_includes/project_captures.md

@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
{% capture body %}
IN project captures
{% endcapture %}

6
_includes/project_home_include.html → _includes/project_home_include.md

@ -1,6 +1,4 @@ @@ -1,6 +1,4 @@
<!-- Do not add indents, as this file is processed as markdown -->
{% include billboard.html %}
{% include billboard.md %}
<div class="billboard-body--wrapper project-body--container">
<div class="row-fluid">
@ -9,6 +7,6 @@ @@ -9,6 +7,6 @@
{{ include.project_content | markdownify }}
</div>
</div>
<div class="span4">{% include project_sidebar.html %}</div>
<div class="span4">{% include project_sidebar.md %}</div>
</div>
</div>

6
_includes/project_sidebar.html → _includes/project_sidebar.md

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
{% include documentation.html %}
{% include documentation.md %}
{% capture badges %}
{% if site.sample %}
@ -18,9 +18,9 @@ @@ -18,9 +18,9 @@
{%unless badges contains 'not found in _includes directory' %}
<div class="right-pane-widget--container no-top-border">
<div class="project-sub-link--wrapper">
<div class="project-sub-link--wrapper">
{{ badges | markdownify }}
</div>
</div>
</div>
{%endunless%}

2
_includes/quickstart.html → _includes/quickstart.md

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
<!-- Do not add indents, as this file is processed as markdown -->
<div class="project-body--section" id="quick-start">
<div class="row-fluid quickstart--container">

2
_includes/samples/badges.md

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{% capture cilink %}
<a href="https://drone.io/github.com/springframework-meta/gs-rest-service/latest">
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png">
<img src="https://drone.io/github.com/springframework-meta/gs-rest-service/status.png">
</a>
{% endcapture %}

4
sample-pages/project_home.md

@ -42,7 +42,7 @@ extraordinary claims require extraordinary evidence stirred by @@ -42,7 +42,7 @@ extraordinary claims require extraordinary evidence stirred by
starlight, culture? Flatland Tunguska event finite but unbounded
corpus callosum!
{% include quickstart.html quickstart_description=quickstart %}
{% include quickstart.md quickstart_description=quickstart %}
Radio telescope Orion's sword science, brain is the seed of intelligence. Hearts of the stars a still more glorious dawn awaits, how far away tendrils of gossamer clouds with pretty stories for which there's little good evidence!
@ -62,4 +62,4 @@ Intelligent beings are creatures of the cosmos at the edge of forever of brillia @@ -62,4 +62,4 @@ Intelligent beings are creatures of the cosmos at the edge of forever of brillia
{% include project_home_include.html parent_link=parent_link billboard_description=billboard_description project_content=project_content %}
{% include project_home_include.md parent_link=parent_link billboard_description=billboard_description project_content=project_content %}

Loading…
Cancel
Save