Skip to content

Commit 731fa77

Browse files
committed
Merge branch 'release/1.0.0'
2 parents e30a1b3 + 734cc1c commit 731fa77

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.dependencies

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
git:
22
admin:
3-
url: https://bitbucket.org/rockettheme/grav-plugin-admin
3+
url: https://github.com/getgrav/grav-plugin-admin
44
path: user/plugins/admin
55
branch: master
66
archives:
7-
url: https://bitbucket.org/rockettheme/grav-plugin-archives
7+
url: https://github.com/getgrav/grav-plugin-archives
88
path: user/plugins/archives
99
branch: master
1010
bootstrapper:
11-
url: https://bitbucket.org/rockettheme/grav-plugin-bootstrapper
11+
url: https://github.com/getgrav/grav-plugin-bootstrapper
1212
path: user/plugins/bootstrapper
1313
branch: master
1414
breadcrumbs:
15-
url: https://bitbucket.org/rockettheme/grav-plugin-breadcrumbs
15+
url: https://github.com/getgrav/grav-plugin-breadcrumbs
1616
path: user/plugins/breadcrumbs
1717
branch: master
1818
email:
19-
url: https://bitbucket.org/rockettheme/grav-plugin-email
19+
url: https://github.com/getgrav/grav-plugin-email
2020
path: user/plugins/email
2121
branch: master
2222
error:
23-
url: https://bitbucket.org/rockettheme/grav-plugin-error
23+
url: https://github.com/getgrav/grav-plugin-error
2424
path: user/plugins/error
2525
branch: master
2626
feed:
27-
url: https://bitbucket.org/rockettheme/grav-plugin-feed
27+
url: https://github.com/getgrav/grav-plugin-feed
2828
path: user/plugins/feed
2929
branch: master
3030
form:
31-
url: https://bitbucket.org/rockettheme/grav-plugin-form
31+
url: https://github.com/getgrav/grav-plugin-form
3232
path: user/plugins/form
3333
branch: master
3434
login:
35-
url: https://bitbucket.org/rockettheme/grav-plugin-login
35+
url: https://github.com/getgrav/grav-plugin-login
3636
path: user/plugins/login
3737
branch: master
3838
pagination:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ config/streams.yaml
44
config/themes/*
55
plugins/*
66
themes/*
7+
/.idea

blueprints.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Bootstrap4 Site
22
version: 1.0.0
33
description: "The **Bootstrap4 Site Skeleton** provides you with sample one page and blog content and plugins including: **Pagination**, **Breadcrumbs**, **Taxonomy List** and more."
4-
icon: comments
4+
icon: bold
55
author:
6-
name: Team Grav
7-
8-
url: http://getgrav.org
9-
homepage: https://github.com/getgrav/grav-skeleton-bootstrap4
10-
demo: http://demo.getgrav.org/bootstrap4-skeleton
6+
name: Trilby Media
7+
8+
url: https://trilby.media
9+
homepage: htttps://github.com/trilbymedia/grav-skeleton-bootstrap4-site
1110
keywords: bootstrap4, bootstrap, bootstrapper, blog, onepage, skeleton, pagination, breadcrumbs, feed, archives, relatedpages, random, simplesearch, taxonomy, taxonomylist
12-
bugs: https://github.com/getgrav/grav-skeleton-bootstrap4/issues
11+
bugs: https://github.com/trilbymedia/grav-skeleton-bootstrap4-site/issues
1312
license: MIT

0 commit comments

Comments
 (0)