Remove files
This commit is contained in:
parent
b5d76b26fa
commit
94046d2974
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,2 @@
|
|||
/.sculpin/
|
||||
/output_*/
|
||||
/source/components/
|
||||
/vendor/
|
||||
composer.lock
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
sculpin:
|
||||
permalink: pretty
|
||||
sculpin_content_types:
|
||||
posts:
|
||||
enabled: false
|
|
@ -1 +0,0 @@
|
|||
title: Sculpin Minimal
|
|
@ -1,3 +0,0 @@
|
|||
imports: sculpin_site.yml
|
||||
url: http://example.com
|
||||
google_analytics_tracking_id: UA-XXXXXXXX-1
|
|
@ -1,9 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ site.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
Hello, World!
|
Loading…
Reference in a new issue