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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-10-01 02:16:12 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-10-01 02:16:12 +0300
commit08b6ed2f944fabcf56b55d8a8e8709b9fd4dc970 (patch)
tree1401b49b00d8d4ef0db59dccf3592b32169dfa88 /content
parent6bcd182537d190f90e16ab44bbe4364c806333a1 (diff)
Sync Academic v3-dev
Diffstat (limited to 'content')
-rw-r--r--content/home/experience.md45
-rw-r--r--content/home/hero_carousel.md2
-rw-r--r--content/home/posts.md3
-rw-r--r--content/home/skills.md36
4 files changed, 72 insertions, 14 deletions
diff --git a/content/home/experience.md b/content/home/experience.md
new file mode 100644
index 00000000..d28a47ea
--- /dev/null
+++ b/content/home/experience.md
@@ -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."""
+
++++
diff --git a/content/home/hero_carousel.md b/content/home/hero_carousel.md
index 19de9b33..e9902207 100644
--- a/content/home/hero_carousel.md
+++ b/content/home/hero_carousel.md
@@ -33,7 +33,7 @@ height = "300px"
# Deactivate by commenting out parameters, prefixing lines with `#`.
cta_label = "Get Academic"
cta_url = "https://sourcethemes.com/academic/"
- cta_icon_pack = "fa"
+ cta_icon_pack = "fas"
cta_icon = "graduation-cap"
[[item]]
diff --git a/content/home/posts.md b/content/home/posts.md
index 3f1d2688..4f9fb79d 100644
--- a/content/home/posts.md
+++ b/content/home/posts.md
@@ -23,6 +23,7 @@ count = 5
# List format.
# 0 = Simple
# 1 = Detailed
-list_format = 1
+# 2 = Stream
+list_format = 2
+++
diff --git a/content/home/skills.md b/content/home/skills.md
index d88b8938..6fe72e51 100644
--- a/content/home/skills.md
+++ b/content/home/skills.md
@@ -4,27 +4,39 @@ widget = "featurette" # Do not modify this line!
date = 2017-09-20T00:00:00
# Activate this widget? true/false
-active = false
+active = true
-title = ""
+title = "Skills"
subtitle = ""
# 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.
-# 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]]
- icon = "files-o"
- icon_pack = "fa"
- name = "Data Driven"
- description = "..."
+ icon = "r-project"
+ icon_pack = "fab"
+ name = "R"
+ description = "90%"
[[feature]]
- icon = "pencil"
- icon_pack = "fa"
- name = "Math"
- description = "..."
+ icon = "chart-line"
+ icon_pack = "fas"
+ name = "Statistics"
+ description = "100%"
+
+[[feature]]
+ icon = "camera-retro"
+ icon_pack = "fas"
+ name = "Photography"
+ description = "10%"
+++