Skip to content

Commit

Permalink
Update repo/author links and email
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbin Johansson committed Jan 31, 2019
1 parent 443299a commit 1e666b3
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 robbinfellow@gmail.com. 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 mail@robbin.works. 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.

Expand Down
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Thank you for taking an interest in contributing to `haywire-grav`. All contribu

## Bug Reporting

Create an issue using the [Bug Report Template.](https://github.com/robbinfellow/haywire-grav/issues/new?template=Bug_Report.md)
Create an issue using the [Bug Report Template.](https://github.com/robbinworks/haywire-grav/issues/new?template=Bug_Report.md)

## Feature Request

Create an issue using the [Feature Request Template.](https://github.com/robbinfellow/haywire-grav/issues/new?template=Feature_Request.md)
Create an issue using the [Feature Request Template.](https://github.com/robbinworks/haywire-grav/issues/new?template=Feature_Request.md)

## Pull Request

Expand All @@ -25,7 +25,7 @@ Create an issue using the [Feature Request Template.](https://github.com/robbinf
``` shell
# @ path/to/grav/installation
$ cd user/themes/
$ git clone https://github.com/robbinfellow/haywire-grav.git haywire
$ git clone https://github.com/robbinworks/haywire-grav.git haywire
$ cd haywire && yarn
$ yarn dev / watch / production
```
Expand Down
27 changes: 17 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# v0.4.4
## 01/31/2019

1. [](#new)
* Move repo to [robbinworks/haywire-grav](https://github.com/robbinworks/haywire-grav)
* Update references to repo/author

# v0.4.3
## 05/21/2018

1. [](#improved)
* Remove redundant code from `Navbar.vue`
* Remove empty `bootstrap.js`
2. [](#bugfix)
* Fix issue with page/post media being used incorrectly. Switch to `cropZoom` instead of `cropResize`. ([#26](https://github.com/robbinfellow/haywire-grav/issues/26), [#27](https://github.com/robbinfellow/haywire-grav/pull/27), [b76ebfc](https://github.com/robbinfellow/haywire-grav/commit/b76ebfcf3a90378d7caf9bcbc002ea9848e54fc1))
* Fix issue with page/post media being used incorrectly. Switch to `cropZoom` instead of `cropResize`. ([#26](https://github.com/robbinworks/haywire-grav/issues/26), [#27](https://github.com/robbinworks/haywire-grav/pull/27), [b76ebfc](https://github.com/robbinworks/haywire-grav/commit/b76ebfcf3a90378d7caf9bcbc002ea9848e54fc1))

# v0.4.2
## 05/03/2018
Expand Down Expand Up @@ -52,14 +59,14 @@
## 02/12/2018

1. [](#bugfix)
* Add jquery if debugger is enabled ([#16](https://github.com/robbinfellow/haywire-grav/issues/16), [6428f09](https://github.com/robbinfellow/haywire-grav/commit/6428f092123e47af788865f1002cab697222eb90))
* Add jquery if debugger is enabled ([#16](https://github.com/robbinworks/haywire-grav/issues/16), [6428f09](https://github.com/robbinworks/haywire-grav/commit/6428f092123e47af788865f1002cab697222eb90))

# v0.3.4
## 02/09/2018

1. [](#improved)
* Prevent RuntimeException on external templates ([#12](https://github.com/robbinfellow/haywire-grav/issues/12), [5354003](https://github.com/robbinfellow/haywire-grav/commit/53540039bf60ae6a4322bd16cec28565b927bcc8))
* Improve asset cache busting handler ([#14](https://github.com/robbinfellow/haywire-grav/issues/14), [#15](https://github.com/robbinfellow/haywire-grav/issues/15), [28fce37](https://github.com/robbinfellow/haywire-grav/commit/28fce37a152e6eac772fd47defe5f11c89e281b5))
* Prevent RuntimeException on external templates ([#12](https://github.com/robbinworks/haywire-grav/issues/12), [5354003](https://github.com/robbinworks/haywire-grav/commit/53540039bf60ae6a4322bd16cec28565b927bcc8))
* Improve asset cache busting handler ([#14](https://github.com/robbinworks/haywire-grav/issues/14), [#15](https://github.com/robbinworks/haywire-grav/issues/15), [28fce37](https://github.com/robbinworks/haywire-grav/commit/28fce37a152e6eac772fd47defe5f11c89e281b5))

# v0.3.3
## 01/22/2018
Expand Down Expand Up @@ -125,7 +132,7 @@
## 06/07/2017

1. [](#improved)
* Update `_demo` pages [PR #6](https://github.com/robbinfellow/haywire-grav/pull/6)
* Update `_demo` pages [PR #6](https://github.com/robbinworks/haywire-grav/pull/6)

# v0.2.3
## 06/06/2017
Expand Down Expand Up @@ -167,11 +174,11 @@
## 02/24/2017

1. [](#improved)
* Remove bower (use yarn instead) [PR #3](https://github.com/robbinfellow/haywire-grav/pull/3)
* Modify gulp imports [PR #3](https://github.com/robbinfellow/haywire-grav/pull/3)
* Remove bower (use yarn instead) [PR #3](https://github.com/robbinworks/haywire-grav/pull/3)
* Modify gulp imports [PR #3](https://github.com/robbinworks/haywire-grav/pull/3)
* Improve `item.yaml` template
2. [](#bugfix)
* Gulp should require jquery first [PR #3](https://github.com/robbinfellow/haywire-grav/pull/3)
* Gulp should require jquery first [PR #3](https://github.com/robbinworks/haywire-grav/pull/3)

# v0.1.8
## 02/18/2017
Expand Down Expand Up @@ -236,8 +243,8 @@
## 02/10/2017

1. [](#new)
* Demo content of pages > `_demo/pages/` - [#1](https://github.com/robbinfellow/haywire-grav/issues/1)
* Added [live demo](http://haywire.me/haywire-grav-demo/) - [#2](https://github.com/robbinfellow/haywire-grav/issues/2)
* Demo content of pages > `_demo/pages/` - [#1](https://github.com/robbinworks/haywire-grav/issues/1)
* Added [live demo](http://haywire.me/haywire-grav-demo/) - [#2](https://github.com/robbinworks/haywire-grav/issues/2)
2. [](#improved)
* Updated theme specific details for better overview
* Updated changelog to correct formats
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Robbin Johansson <robbinfellow@gmail.com>
Copyright (c) Robbin Johansson <mail@robbin.works>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Latest GitHub Release](https://img.shields.io/github/release/robbinfellow/haywire-grav.svg?style=flat-square)](https://github.com/robbinfellow/haywire-grav/releases)
[![Open Issues On Github](https://img.shields.io/github/issues-raw/robbinfellow/haywire-grav.svg?style=flat-square)](https://github.com/robbinfellow/haywire-grav/issues)
[![Software License](https://img.shields.io/github/license/robbinfellow/haywire-grav.svg?style=flat-square)](https://github.com/robbinfellow/haywire-grav/blob/master/LICENSE)
[![Latest GitHub Release](https://img.shields.io/github/release/robbinworks/haywire-grav.svg?style=flat-square)](https://github.com/robbinworks/haywire-grav/releases)
[![Open Issues On Github](https://img.shields.io/github/issues-raw/robbinworks/haywire-grav.svg?style=flat-square)](https://github.com/robbinworks/haywire-grav/issues)
[![Software License](https://img.shields.io/github/license/robbinworks/haywire-grav.svg?style=flat-square)](https://github.com/robbinworks/haywire-grav/blob/master/LICENSE)

> This theme is in active development, use `master` branch for the latest stable version.
Expand Down Expand Up @@ -30,7 +30,7 @@ $ yarn && yarn production
```shell
# @ path/to/grav/installation
$ cd user/themes/
$ git clone https://github.com/robbinfellow/haywire-grav.git haywire
$ git clone https://github.com/robbinworks/haywire-grav.git haywire
$ cd haywire
$ yarn && yarn production
```
Expand Down Expand Up @@ -82,8 +82,8 @@ If you're interested in contributing, please read the [contribution guidelines.]

## Credits

* [Robbin Johansson](https://github.com/robbinfellow)
* [All Contributors](https://github.com/robbinfellow/haywire-grav/graphs/contributors)
* [Robbin Johansson](https://github.com/robbinworks)
* [All Contributors](https://github.com/robbinworks/haywire-grav/graphs/contributors)

## License

Expand Down
2 changes: 1 addition & 1 deletion _demo/pages/03.github/external.md
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'
---

12 changes: 6 additions & 6 deletions blueprints.yaml
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: robbinfellow@gmail.com
url: https://github.com/robbinfellow/
homepage: https://github.com/robbinfellow/haywire-grav#readme
email: mail@robbin.works
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:
Expand Down
10 changes: 5 additions & 5 deletions package.json
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 <robbinfellow@gmail.com>",
"version": "0.4.4",
"homepage": "https://github.com/robbinworks/haywire-grav#readme",
"author": "Robbin Johansson <mail@robbin.works>",
"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",
Expand Down
2 changes: 1 addition & 1 deletion templates/external.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{#
# (RuntimeException (400) Template "external.html.twig" is not defined.)
# https://github.com/robbinfellow/haywire-grav/issues/12
# https://github.com/robbinworks/haywire-grav/issues/12
# Prevent grav from throwing RuntimeException when trying to visit a page using the external template.
#}

Expand Down
2 changes: 1 addition & 1 deletion templates/partials/footer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="content has-text-centered">
<p>
<strong>Haywire</strong> by <a href="https://github.com/robbinfellow">Robbin Johansson</a>.
<strong>Haywire</strong> by <a href="https://github.com/robbinworks">Robbin Johansson</a>.
</p>
<p class="is-size-7">
Grav theme made for developers.
Expand Down

0 comments on commit 1e666b3

Please sign in to comment.