Remove files

This commit is contained in:
Oliver Davies 2017-05-18 02:19:15 +01:00
parent b5d76b26fa
commit 94046d2974
6 changed files with 0 additions and 25 deletions

3
.gitignore vendored
View file

@ -1,5 +1,2 @@
/.sculpin/
/output_*/ /output_*/
/source/components/
/vendor/ /vendor/
composer.lock

View file

@ -1,5 +0,0 @@
sculpin:
permalink: pretty
sculpin_content_types:
posts:
enabled: false

View file

@ -1 +0,0 @@
title: Sculpin Minimal

View file

@ -1,3 +0,0 @@
imports: sculpin_site.yml
url: http://example.com
google_analytics_tracking_id: UA-XXXXXXXX-1

View file

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ site.title }}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>

View file

@ -1,4 +0,0 @@
---
layout: default
---
Hello, World!