chore: add exampleSite
And associated files for Hugo Themes Site
This commit is contained in:
46
exampleSite/content/home/experience.md
Normal file
46
exampleSite/content/home/experience.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
# An instance of the Experience widget.
|
||||
# Documentation: https://sourcethemes.com/academic/docs/page-builder/
|
||||
widget: experience
|
||||
|
||||
# Activate this widget? true/false
|
||||
active: true
|
||||
|
||||
# This file represents a page section.
|
||||
headless: true
|
||||
|
||||
# Order that this section appears on the page.
|
||||
weight: 40
|
||||
|
||||
title: Experience
|
||||
subtitle:
|
||||
|
||||
# Date format
|
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||
date_format: Jan 2006
|
||||
|
||||
# Experiences.
|
||||
# Add/remove as many `experience` blocks below as you like.
|
||||
# Required fields are `title`, `company`, and `date_start`.
|
||||
# Leave `date_end` empty if it's your current employer.
|
||||
# You can begin a multiline `description` using YAML's `|-`.
|
||||
experience:
|
||||
- company: GenCoin
|
||||
company_url: ""
|
||||
date_end: ""
|
||||
date_start: "2017-01-01"
|
||||
description: |-
|
||||
Responsibilities include:
|
||||
* Analysing
|
||||
* Modelling
|
||||
* Deploying
|
||||
location: California
|
||||
title: CEO
|
||||
- company: University X
|
||||
company_url: ""
|
||||
date_end: "2016-12-31"
|
||||
date_start: "2016-01-01"
|
||||
description: Taught electronic engineering and researched semiconductor physics.
|
||||
location: California
|
||||
title: Professor
|
||||
---
|
||||
Reference in New Issue
Block a user