mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Removed my personal information from fixtures as Ghost is starting to get deployed more frequently now for testing purposes.
Don't want random test sites accidentally ranking in search engines for my name.
This commit is contained in:
parent
94155039ee
commit
8762f531a7
@ -37,7 +37,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
"uuid": uuid.v4(),
|
"uuid": uuid.v4(),
|
||||||
"key": "title",
|
"key": "title",
|
||||||
"value": "John O'Nolan",
|
"value": "Ghost",
|
||||||
"created_by": 1,
|
"created_by": 1,
|
||||||
"updated_by": 1,
|
"updated_by": 1,
|
||||||
"type": "blog"
|
"type": "blog"
|
||||||
@ -45,7 +45,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
"uuid": uuid.v4(),
|
"uuid": uuid.v4(),
|
||||||
"key": "description",
|
"key": "description",
|
||||||
"value": "Interactive designer, public speaker, startup advisor and writer. Living in Austria, attempting world domination via keyboard.",
|
"value": "Just a blogging platform.",
|
||||||
"created_by": 1,
|
"created_by": 1,
|
||||||
"updated_by": 1,
|
"updated_by": 1,
|
||||||
"type": "blog"
|
"type": "blog"
|
||||||
@ -53,7 +53,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
"uuid": uuid.v4(),
|
"uuid": uuid.v4(),
|
||||||
"key": "email",
|
"key": "email",
|
||||||
"value": "john@onolan.org",
|
"value": "ghost@example.com",
|
||||||
"created_by": 1,
|
"created_by": 1,
|
||||||
"updated_by": 1,
|
"updated_by": 1,
|
||||||
"type": "general"
|
"type": "general"
|
||||||
|
Loading…
Reference in New Issue
Block a user