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

github.com/uicardiodev/hugo-uilite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArvind <arvind@zonic.io>2018-09-21 15:33:18 +0300
committerArvind <arvind@zonic.io>2018-09-21 15:33:18 +0300
commit68f5c9fb7b59ea387973eb66eb00ff4760818e81 (patch)
tree8f672df297c55b3ab560591f9c30507d1fab3389 /exampleSite/data/experience.json
parent1cc8252d0d84982e1e3bb04a24bbb82aaa50b628 (diff)
add required folders for hugo theme directory
Diffstat (limited to 'exampleSite/data/experience.json')
-rw-r--r--exampleSite/data/experience.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/exampleSite/data/experience.json b/exampleSite/data/experience.json
new file mode 100644
index 0000000..dfb38d2
--- /dev/null
+++ b/exampleSite/data/experience.json
@@ -0,0 +1,15 @@
+{
+ "title" : "Experience",
+ "experience" : [
+ {
+ "timeperiod" : "May 2017 - Nov 2017",
+ "company" : "Uber",
+ "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
+ },
+ {
+ "timeperiod" : "Nov 2017 - Present",
+ "company" : "Google",
+ "description" : "Nunc sapien nisi, maximus eleifend hendrerit sit amet, rutrum vel diam. Duis quam nibh, tincidunt eget nunc nec, suscipit pretium dolor. "
+ }
+ ]
+} \ No newline at end of file