-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robbin Johansson
committed
Jan 31, 2019
1 parent
443299a
commit 1e666b3
Showing
10 changed files
with
42 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe | |
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) Robbin Johansson <[email protected]> | ||
Copyright (c) Robbin Johansson <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Github | ||
visible: true | ||
external_url: 'https://github.com/robbinfellow/haywire-grav' | ||
external_url: 'https://github.com/robbinworks/haywire-grav' | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: Haywire | ||
version: 0.4.3 | ||
version: 0.4.4 | ||
description: Starter theme for Grav CMS using modern tools and frameworks such as Laravel Mix, Vuejs, Bulma. | ||
icon: empire | ||
author: | ||
name: Robbin Johansson | ||
email: [email protected] | ||
url: https://github.com/robbinfellow/ | ||
homepage: https://github.com/robbinfellow/haywire-grav#readme | ||
email: [email protected] | ||
url: https://github.com/robbinworks/ | ||
homepage: https://github.com/robbinworks/haywire-grav#readme | ||
keywords: haywire, grav, boilerplate, starter-theme, vuejs, laravel-mix, bulma | ||
bugs: https://github.com/robbinfellow/haywire-grav/issues | ||
docs: https://github.com/robbinfellow/haywire-grav#readme | ||
bugs: https://github.com/robbinworks/haywire-grav/issues | ||
docs: https://github.com/robbinworks/haywire-grav#readme | ||
license: MIT | ||
|
||
form: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "haywire-grav", | ||
"version": "0.4.3", | ||
"homepage": "https://github.com/robbinfellow/haywire-grav#readme", | ||
"author": "Robbin Johansson <[email protected]>", | ||
"version": "0.4.4", | ||
"homepage": "https://github.com/robbinworks/haywire-grav#readme", | ||
"author": "Robbin Johansson <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/robbinfellow/haywire-grav.git" | ||
"url": "git+https://github.com/robbinworks/haywire-grav.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/robbinfellow/haywire-grav/issues" | ||
"url": "https://github.com/robbinworks/haywire-grav/issues" | ||
}, | ||
"scripts": { | ||
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters