Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/data/team.json')
-rw-r--r--exampleSite/data/team.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/exampleSite/data/team.json b/exampleSite/data/team.json
new file mode 100644
index 0000000..f12958a
--- /dev/null
+++ b/exampleSite/data/team.json
@@ -0,0 +1,21 @@
+{
+ "title" : "Our team is amazing",
+ "description" : "Our headquarter is located in Gurgaon",
+ "members" : [
+ {
+ "name" : "Avatar 1",
+ "description" : "CEO",
+ "avatar" : "dog1.jpg"
+ },
+ {
+ "name" : "Avatar 2",
+ "description" : "Content Writer",
+ "avatar" : "dog2.jpg"
+ },
+ {
+ "name" : "Avatar 3",
+ "description" : "CEO",
+ "avatar" : "dog3.jpg"
+ }
+ ]
+} \ No newline at end of file