re-organized test data, added basic slider for media
parent
5026fc168e
commit
79fbc2437f
@ -0,0 +1,103 @@
|
||||
{
|
||||
"archives": [
|
||||
{
|
||||
"year": "2020",
|
||||
"year_data": [
|
||||
{
|
||||
"month": "06",
|
||||
"full_month": "June",
|
||||
"count": 1,
|
||||
"pages": [
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 1",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 2",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"month": "05",
|
||||
"full_month": "May",
|
||||
"count": 1,
|
||||
"pages": [
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 3",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 4",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2019",
|
||||
"year_data": [
|
||||
{
|
||||
"month": "04",
|
||||
"full_month": "April",
|
||||
"count": 1,
|
||||
"pages": [
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 5",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 6",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"year": "2018",
|
||||
"year_data": [
|
||||
{
|
||||
"month": "06",
|
||||
"full_month": "June",
|
||||
"count": 1,
|
||||
"pages": [
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 7",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"uuid": "29338b67-68d9-4b05-99ac-8d031d27e95c",
|
||||
"title": "Swaggy Disgust 8",
|
||||
"slug": "swaggy-disgust",
|
||||
"content": "My man looks so fed up right now"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"title": "This is Fipamo",
|
||||
"welcome_message": "Hey there. So this is a long ass title to see how it breaks",
|
||||
"keywords": "creative technoglogist, graphic design, web development, designer developer, social thought, political discussion, music producer, creative culture, black creative, black geek",
|
||||
"description": "The home site of Creative Technologist, music maker, and social philoshoper, Ro. Ha, I know. Me too.",
|
||||
"dynamicRender": "true",
|
||||
"base_path": "/src/front/",
|
||||
"default_bg": "/assets/images/global/default-bg.jpg",
|
||||
"default_avi": "/assets/images/global/default-avi.png",
|
||||
"bucket": [{ "item": "one" }, { "item": "two" }, { "item": "three" }],
|
||||
"tag_list": [
|
||||
{ "title": "Swaggy Disgust", "slug": "swaggy-disgust", "path": "2020/06" }
|
||||
],
|
||||
"menu": [
|
||||
{
|
||||
"title": "This is the first page",
|
||||
"id": "3",
|
||||
"slug": "page-one",
|
||||
"uuid": "b60d6843-e957-43ac-8425-65145142236c",
|
||||
"path": "2021/04"
|
||||
},
|
||||
{
|
||||
"title": "This is the second page",
|
||||
"id": "4",
|
||||
"slug": "page-two",
|
||||
"uuid": "b60d6843-e957-43ac-8425-65145142236d",
|
||||
"path": "2021/04"
|
||||
},
|
||||
{
|
||||
"title": "This is the second page",
|
||||
"id": "5",
|
||||
"slug": "page-three",
|
||||
"uuid": "b60d6843-e957-43ac-8425-65145142236d",
|
||||
"path": "2021/04"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue