Genearte .zig verions of templates to use in production.
This commit is contained in:
@@ -1,41 +1,21 @@
|
||||
{
|
||||
"title": "Projects",
|
||||
"text": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>",
|
||||
"text": "My awesome projects",
|
||||
"projects": [
|
||||
{
|
||||
"name": "<strong>Facebook</strong>",
|
||||
"url": "http://facebook.com",
|
||||
"description": "Social network"
|
||||
"name": "Project A",
|
||||
"url": "/project-a",
|
||||
"description": "Description A"
|
||||
},
|
||||
{
|
||||
"name": "<strong>Google</strong>",
|
||||
"url": "http://google.com",
|
||||
"description": "Search engine"
|
||||
"name": "Project B",
|
||||
"url": "/project-b",
|
||||
"description": "Description B"
|
||||
},
|
||||
{
|
||||
"name": "<strong>Twitter</strong>",
|
||||
"url": "http://twitter.com",
|
||||
"description": "Microblogging service"
|
||||
},
|
||||
{
|
||||
"name": "<strong>Amazon</strong>",
|
||||
"url": "http://amazon.com",
|
||||
"description": "Online retailer"
|
||||
},
|
||||
{
|
||||
"name": "<strong>eBay</strong>",
|
||||
"url": "http://ebay.com",
|
||||
"description": "Online auction"
|
||||
},
|
||||
{
|
||||
"name": "<strong>Wikipedia</strong>",
|
||||
"url": "http://wikipedia.org",
|
||||
"description": "A free encyclopedia"
|
||||
},
|
||||
{
|
||||
"name": "<strong>LiveJournal</strong>",
|
||||
"url": "http://livejournal.com",
|
||||
"description": "Blogging platform"
|
||||
"name": "Project C",
|
||||
"url": "/project-c",
|
||||
"description": "Description C"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user