Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diederik committed Aug 17, 2019
1 parent 3e2538d commit 608e2df
Show file tree
Hide file tree
Showing 2,552 changed files with 269,316 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.DS_Store
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

# v1.0.0
## 08/18/2019
1. [](#new)
Tailwindcss files added to theme/vendor/tailwindcss

2. [](#updated)
Readme.md adapted to include instructions for compiling tailwindcss

# v0.1.0
## 05/19/2019

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This grav theme uses the [Tailwindcss](https://tailwindcss.com) framework and is

Pictures of the demo by [Undraw](https://undraw.co), logo icon by [freepik](https://www.freepik.com) from [Flaticon](https://www.flaticon.com/)

##Tailwind
Tailwind files are added in the vendor/tailwindcss directory. Changes can be made to the styles.css file in that directory.
Compiling can be done via command `npx tailwind build styles.css -o ../../css/gravtail.css`
For more information about Tailwindcss please refer to the documentation of [Tailwindcss](https://tailwindcss.com)

## Installation
### GPM Update
Currently not supported as gravtail is not listed yet.
Expand Down Expand Up @@ -36,4 +41,4 @@ The names of the different parameters can be found in the blueprint.yaml file of


## Demo
Demo can be found [here](https://gravtail.beterweb.be).
Demo can be found [here](https://gravtail.outsmartit.be).
7 changes: 3 additions & 4 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Gravtail
version: 0.1.0
description: grav theme based on tailwind
icon: rebel
version: 1.0.0
description: Grav theme based on tailwind
icon: mandalorian
author:
name: outsmartit
email: info@outsmartit.be
Expand Down Expand Up @@ -47,7 +47,6 @@ form:
social:
type: section
title: THEME_GRAVTAIL.SOCIAL

fields:
linkedin_url:
type: text
Expand Down

0 comments on commit 608e2df

Please sign in to comment.