Skip to content

Commit

Permalink
test placing Jekyll page source in subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Jul 9, 2013
1 parent e404bce commit fe3519a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -36,3 +36,4 @@ gen-javabean/
gen-py/
.idea/
.sonar
_site/
4 changes: 4 additions & 0 deletions _config.yml
@@ -0,0 +1,4 @@
safe: true
lsi: false
pygments: true
source: ./doc
8 changes: 8 additions & 0 deletions doc/_layouts/default.html
@@ -0,0 +1,8 @@
<html>
<head>
<title>{{ page.title }}</title>
</head>
<body>
{{ content }}
</body>
</html>
6 changes: 6 additions & 0 deletions doc/index.html
@@ -0,0 +1,6 @@
---
layout: default
title: Test Jekyll
---
<h1>Jekyll Test</h1>
<p>Jekyll website</p>

0 comments on commit fe3519a

Please sign in to comment.