Skip to content

Commit

Permalink
Move all website-related documents to _pages collection
Browse files Browse the repository at this point in the history
Moving to a collection to reduce clutter in root of the directory (which is
now prioritized for CSS generation scripts/handlers and other important meta-
documents)
  • Loading branch information
alfredxing committed Oct 25, 2015
1 parent 42f81c4 commit ac1941e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
collections:
fonts:
output: true
pages:
output: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions index.html → _pages/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
permalink: /
---
<!DOCTYPE html>
<html>
Expand Down
3 changes: 3 additions & 0 deletions preview/brick.html → _pages/preview/brick.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
permalink: /preview/brick.html
---
<html>

<head>
Expand Down
3 changes: 3 additions & 0 deletions preview/google.html → _pages/preview/google.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
permalink: /preview/google.html
---
<html>

<head>
Expand Down
1 change: 1 addition & 0 deletions sitemap.xml → _pages/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
permalink: /sitemap.xml
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
Expand Down

0 comments on commit ac1941e

Please sign in to comment.