diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..593b9d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Sass +.sass-cache + +# Grav Specific +data/* +!data/.* +plugins/* +!plugins/.* +themes/* +!themes/.* + +# OS Generated +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db +*.swp + +# phpstorm +.idea/* diff --git a/CHANGELOG.md b/CHANGELOG.md index f981db9..eb34f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.1 +## 06/17/2015 + +1. [](#new) + * Added screenshot + # v1.0.0 ## 06/17/2015 diff --git a/blueprints.yaml b/blueprints.yaml index 2cde326..7146322 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: RTFM Site -version: 1.0.0 +version: 1.0.1 description: "RTFM is a sample documentation site using the `learn2` theme. This skeleton is used as the basis for the Grav official documentation: http://learn.getgrav.org" icon: book author: diff --git a/plugins/anchors b/plugins/anchors deleted file mode 120000 index 5621678..0000000 --- a/plugins/anchors +++ /dev/null @@ -1 +0,0 @@ -/Users/rhuk/Projects/grav/grav-plugin-anchors \ No newline at end of file diff --git a/plugins/breadcrumbs b/plugins/breadcrumbs deleted file mode 120000 index ba8c0a8..0000000 --- a/plugins/breadcrumbs +++ /dev/null @@ -1 +0,0 @@ -/Users/rhuk/Projects/grav/grav-plugin-breadcrumbs \ No newline at end of file diff --git a/plugins/error b/plugins/error deleted file mode 120000 index 85dfa04..0000000 --- a/plugins/error +++ /dev/null @@ -1 +0,0 @@ -/Users/rhuk/Projects/grav/grav-plugin-error \ No newline at end of file diff --git a/plugins/highlight b/plugins/highlight deleted file mode 120000 index 6b2b48b..0000000 --- a/plugins/highlight +++ /dev/null @@ -1 +0,0 @@ -/Users/rhuk/Projects/grav/grav-plugin-highlight \ No newline at end of file diff --git a/plugins/problems b/plugins/problems deleted file mode 120000 index 4c5418e..0000000 --- a/plugins/problems +++ /dev/null @@ -1 +0,0 @@ -/Users/rhuk/Projects/grav/grav-plugin-problems \ No newline at end of file diff --git a/plugins/simplesearch b/plugins/simplesearch deleted file mode 120000 index f3d9ab6..0000000 --- a/plugins/simplesearch +++ /dev/null @@ -1 +0,0 @@ -/Users/rhuk/Projects/grav/grav-plugin-simplesearch \ No newline at end of file diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..8fa0b4e Binary files /dev/null and b/screenshot.jpg differ