Skip to content

Commit 1785154

Browse files
committed
update all the things to empress-blog
1 parent d324367 commit 1785154

28 files changed

+15607
-10621
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a template designed to work with [empress-blog](https://github.com/empre
55
box SEO friendly output. It supports being hosted on Github Pages, AWS S3 or any other static site
66
hosting solution.
77

8-
For more information on how to use this system [read the Ember Ghost documentation](https://github.com/empress/empress-blog/blob/master/README.md) but if you want to get started straight away, try the quick start below.
8+
For more information on how to use this system [read the empress-blog documentation](https://github.com/empress/empress-blog/blob/master/README.md) but if you want to get started straight away, try the quick start below.
99

1010
If you want to see a demo of this template you can checkout [https://empress-blog-attila-template.netlify.com/](https://empress-blog-attila-template.netlify.com/)
1111

app/components/hidden-close.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from 'ember-ghost-attila-template/components/hidden-close';
1+
export { default } from 'empress-blog-attila-template/components/hidden-close';

app/components/image-attribution.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from 'ember-ghost-attila-template/components/image-attribution';
1+
export { default } from 'empress-blog-attila-template/components/image-attribution';

app/components/menu-button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from 'ember-ghost-attila-template/components/menu-button';
1+
export { default } from 'empress-blog-attila-template/components/menu-button';

app/components/post-loop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from 'ember-ghost-attila-template/components/post-loop';
1+
export { default } from 'empress-blog-attila-template/components/post-loop';

app/components/site-navigation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default } from 'ember-ghost-attila-template/components/site-navigation';
1+
export { default } from 'empress-blog-attila-template/components/site-navigation';

app/templates/application.hbs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<footer id="footer">
1010
<div class="inner">
1111
<section class="credits">
12-
<span class="credits-theme">{{t "Theme" }} <a href="https://github.com/stonecircle/ember-ghost-attila-template">Attila</a> {{t "by"}} <a href="http://zutrinken.com" rel="nofollow">zutrinken</a> {{t "and"}} <a href="https://stonecircle.com" rel="nofollow">Stone Circle</a></span>
13-
<span class="credits-software">{{t "Published with"}} <a href="https://github.com/stonecircle/ember-ghost">Ember Ghost</a></span>
12+
<span class="credits-theme">{{t "Theme" }} <a href="https://github.com/empress/empress-blog-attila-template">Attila</a> {{t "by"}} <a href="http://zutrinken.com" rel="nofollow">zutrinken</a> {{t "and"}} <a href="https://github.com/sponsors/mansona" rel="nofollow">Chris Manson</a></span>
13+
<span class="credits-software">{{t "Published with"}} <a href="https://github.com/empress/empress-blog">empress-blog</a></span>
1414
</section>
1515
</div>
1616
</footer>
17-
</section>
17+
</section>

config/deploy.js

-60
This file was deleted.

ember-cli-build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(defaults) {
66
let app = new EmberAddon(defaults, {
77
fingerprint: {
88
extensions: ['js', 'css', 'map']
9-
},
9+
}
1010
});
1111

1212
/*

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var Funnel = require('broccoli-funnel');
44
const { join } = require('path');
55

66
module.exports = {
7-
name: 'ember-ghost-attila-template',
7+
name: 'empress-blog-attila-template',
88
included: function(/* app */) {
99
this._super.included.apply(this, arguments);
1010
},

0 commit comments

Comments
 (0)