Browse Source

Move duplicate files temporarily

pull/28/head
Dave Syer 13 years ago
parent
commit
cb3aba54dc
  1. 9
      src/pages/_config.yml
  2. 22
      src/pages/_layouts/default.html
  3. 11
      src/pages/css/bootstrap.min.css
  4. BIN
      src/pages/favicon.ico

9
src/pages/_config.yml

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
safe: true
lsi: false
pygments: true
github: https://github.com/SpringSource/spring-boot
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
project:
version: 0.5.0.BUILD-SNAPSHOT

22
src/pages/_layouts/default.html

@ -1,22 +0,0 @@ @@ -1,22 +0,0 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Spring Boot - {{ page.title }}</title>
<link rel="stylesheet" href="{{ page.home }}css/bootstrap.min.css">
</head>
<body>
<div class="container">
{{ content }}
</div>
<script type="text/javascript" src="http://www.websequencediagrams.com/service.js"></script>
</body>
</html>

11
src/pages/css/bootstrap.min.css vendored

File diff suppressed because one or more lines are too long

BIN
src/pages/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 B

Loading…
Cancel
Save