Sync Academic v3-dev
This commit is contained in:
parent
6bcd182537
commit
08b6ed2f94
41
config.toml
41
config.toml
@ -48,13 +48,7 @@ enableGitInfo = false
|
|||||||
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
|
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# Color theme.
|
# AUTHOR SETUP
|
||||||
# Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
|
|
||||||
color_theme = "default"
|
|
||||||
|
|
||||||
# Font style.
|
|
||||||
# Choose from `default`, `classic`, or `playfair`.
|
|
||||||
font = "default"
|
|
||||||
|
|
||||||
# Your details.
|
# Your details.
|
||||||
name = "Lena Smith"
|
name = "Lena Smith"
|
||||||
@ -66,24 +60,20 @@ enableGitInfo = false
|
|||||||
|
|
||||||
gravatar = false # Get your avatar from Gravatar.com? (true/false)
|
gravatar = false # Get your avatar from Gravatar.com? (true/false)
|
||||||
avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
|
avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
|
||||||
|
|
||||||
|
# Details for the Contact Widget
|
||||||
email = "test@example.org"
|
email = "test@example.org"
|
||||||
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
address = "Building 1 Room 1, Stanford University, California, 90210, USA"
|
||||||
office_hours = "Monday 10:00 to 13:00 or email for appointment"
|
office_hours = "Monday 10:00 to 13:00 or email for appointment"
|
||||||
phone = "888 888 88 88"
|
phone = "888 888 88 88"
|
||||||
skype = "echo123"
|
skype = "echo123"
|
||||||
telegram = ""
|
telegram = ""
|
||||||
|
keybase = "" # Your keybase.io username.
|
||||||
# Enable Keybase in Contact widget by entering your keybase.io username.
|
|
||||||
keybase = ""
|
|
||||||
|
|
||||||
# Discussion link (e.g. link to a forum, mailing list, or chat).
|
# Discussion link (e.g. link to a forum, mailing list, or chat).
|
||||||
# Uncomment line below to use.
|
# Uncomment line below to use.
|
||||||
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
|
# discussion = { name = "Discuss", url = "https://discourse.gohugo.io" }
|
||||||
|
|
||||||
# Diplay a logo in navigation bar rather than title (optional).
|
|
||||||
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
|
|
||||||
logo = ""
|
|
||||||
|
|
||||||
# Enable/disable map in Contact widget.
|
# Enable/disable map in Contact widget.
|
||||||
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
|
# To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose
|
||||||
# a map provider below.
|
# a map provider below.
|
||||||
@ -105,6 +95,29 @@ enableGitInfo = false
|
|||||||
longitude = "-122.1697"
|
longitude = "-122.1697"
|
||||||
zoom = 15
|
zoom = 15
|
||||||
|
|
||||||
|
# SITE SETUP
|
||||||
|
|
||||||
|
# Color theme.
|
||||||
|
# Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`.
|
||||||
|
color_theme = "default"
|
||||||
|
|
||||||
|
# Font style.
|
||||||
|
# Choose from `default`, `classic`, or `playfair`.
|
||||||
|
font = "default"
|
||||||
|
|
||||||
|
# Description for social sharing and search engines. If undefined, author role is used in place.
|
||||||
|
description = ""
|
||||||
|
|
||||||
|
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
|
||||||
|
sharing_image = ""
|
||||||
|
|
||||||
|
# Twitter username (without @). Used when a vistor shares your site on Twitter.
|
||||||
|
twitter = ""
|
||||||
|
|
||||||
|
# Diplay a logo in navigation bar rather than title (optional).
|
||||||
|
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
|
||||||
|
logo = ""
|
||||||
|
|
||||||
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
||||||
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
||||||
date_format = "Jan 2, 2006"
|
date_format = "Jan 2, 2006"
|
||||||
|
45
content/home/experience.md
Normal file
45
content/home/experience.md
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
+++
|
||||||
|
# Experience widget.
|
||||||
|
widget = "experience" # Do not modify this line!
|
||||||
|
active = true # Activate this widget? true/false
|
||||||
|
|
||||||
|
title = "Experience"
|
||||||
|
subtitle = ""
|
||||||
|
|
||||||
|
# Order that this section will appear in.
|
||||||
|
weight = 8
|
||||||
|
|
||||||
|
# Date format for experience
|
||||||
|
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||||
|
date_format = "January 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.
|
||||||
|
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||||
|
[[experience]]
|
||||||
|
title = "CEO"
|
||||||
|
company = "GenCoin"
|
||||||
|
company_url = ""
|
||||||
|
location = "California"
|
||||||
|
date_start = "2017-01-01"
|
||||||
|
date_end = ""
|
||||||
|
description = """
|
||||||
|
Responsibilities include:
|
||||||
|
|
||||||
|
* Analysing
|
||||||
|
* Modelling
|
||||||
|
* Deploying
|
||||||
|
"""
|
||||||
|
|
||||||
|
[[experience]]
|
||||||
|
title = "Professor"
|
||||||
|
company = "University X"
|
||||||
|
company_url = ""
|
||||||
|
location = "California"
|
||||||
|
date_start = "2016-01-01"
|
||||||
|
date_end = "2016-12-31"
|
||||||
|
description = """Taught electronic engineering and researched semiconductor physics."""
|
||||||
|
|
||||||
|
+++
|
@ -33,7 +33,7 @@ height = "300px"
|
|||||||
# Deactivate by commenting out parameters, prefixing lines with `#`.
|
# Deactivate by commenting out parameters, prefixing lines with `#`.
|
||||||
cta_label = "Get Academic"
|
cta_label = "Get Academic"
|
||||||
cta_url = "https://sourcethemes.com/academic/"
|
cta_url = "https://sourcethemes.com/academic/"
|
||||||
cta_icon_pack = "fa"
|
cta_icon_pack = "fas"
|
||||||
cta_icon = "graduation-cap"
|
cta_icon = "graduation-cap"
|
||||||
|
|
||||||
[[item]]
|
[[item]]
|
||||||
|
@ -23,6 +23,7 @@ count = 5
|
|||||||
# List format.
|
# List format.
|
||||||
# 0 = Simple
|
# 0 = Simple
|
||||||
# 1 = Detailed
|
# 1 = Detailed
|
||||||
list_format = 1
|
# 2 = Stream
|
||||||
|
list_format = 2
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -4,27 +4,39 @@ widget = "featurette" # Do not modify this line!
|
|||||||
date = 2017-09-20T00:00:00
|
date = 2017-09-20T00:00:00
|
||||||
|
|
||||||
# Activate this widget? true/false
|
# Activate this widget? true/false
|
||||||
active = false
|
active = true
|
||||||
|
|
||||||
title = ""
|
title = "Skills"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
|
|
||||||
# Order that this section will appear in.
|
# Order that this section will appear in.
|
||||||
weight = 20
|
weight = 7
|
||||||
|
|
||||||
|
# Showcase personal skills or business features.
|
||||||
|
#
|
||||||
# Add/remove as many `[[feature]]` blocks below as you like.
|
# Add/remove as many `[[feature]]` blocks below as you like.
|
||||||
# See `config.toml` for more info on available icons.
|
#
|
||||||
|
# Available icon packs and icons:
|
||||||
|
# * fas - Font Awesome standard icons (see https://fontawesome.com/icons)
|
||||||
|
# * fab - Font Awesome brand icons (see https://fontawesome.com/icons)
|
||||||
|
# * ai - academic icons (see https://jpswalsh.github.io/academicons/)
|
||||||
|
|
||||||
[[feature]]
|
[[feature]]
|
||||||
icon = "files-o"
|
icon = "r-project"
|
||||||
icon_pack = "fa"
|
icon_pack = "fab"
|
||||||
name = "Data Driven"
|
name = "R"
|
||||||
description = "..."
|
description = "90%"
|
||||||
|
|
||||||
[[feature]]
|
[[feature]]
|
||||||
icon = "pencil"
|
icon = "chart-line"
|
||||||
icon_pack = "fa"
|
icon_pack = "fas"
|
||||||
name = "Math"
|
name = "Statistics"
|
||||||
description = "..."
|
description = "100%"
|
||||||
|
|
||||||
|
[[feature]]
|
||||||
|
icon = "camera-retro"
|
||||||
|
icon_pack = "fas"
|
||||||
|
name = "Photography"
|
||||||
|
description = "10%"
|
||||||
|
|
||||||
+++
|
+++
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a1989ea25c4bfa8fe82d305ff9b49059b23d4257
|
Subproject commit f78135f432b2f1115cca32825e0f25f06ba45213
|
Loading…
Reference in New Issue
Block a user