Deleting unused files. Prepared move of stuff in seperate page work/sail
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,75 +0,0 @@
|
|||||||
+++
|
|
||||||
# A Demo section created with the Blank widget.
|
|
||||||
# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
|
|
||||||
# Add more sections by duplicating this file and customizing to your requirements.
|
|
||||||
|
|
||||||
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 15 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Academic Kickstart"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[design]
|
|
||||||
# Choose how many columns the section has. Valid values: 1 or 2.
|
|
||||||
columns = "1"
|
|
||||||
|
|
||||||
[design.background]
|
|
||||||
# Apply a background color, gradient, or image.
|
|
||||||
# Uncomment (by removing `#`) an option to apply it.
|
|
||||||
# Choose a light or dark text color by setting `text_color_light`.
|
|
||||||
# Any HTML color name or Hex value is valid.
|
|
||||||
|
|
||||||
# Background color.
|
|
||||||
# color = "navy"
|
|
||||||
|
|
||||||
# Background gradient.
|
|
||||||
gradient_start = "DarkGreen"
|
|
||||||
gradient_end = "ForestGreen"
|
|
||||||
|
|
||||||
# Background image.
|
|
||||||
# image = "image.jpg" # Name of image in `static/img/`.
|
|
||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
||||||
# image_size = "cover" # Options are `cover` (default), `contain`, or `actual` size.
|
|
||||||
# image_position = "center" # Options include `left`, `center` (default), or `right`.
|
|
||||||
# image_parallax = true # Use a fun parallax-like fixed background effect? true/false
|
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
|
||||||
text_color_light = true
|
|
||||||
|
|
||||||
[design.spacing]
|
|
||||||
# Customize the section spacing. Order is top, right, bottom, left.
|
|
||||||
padding = ["20px", "0", "20px", "0"]
|
|
||||||
|
|
||||||
[advanced]
|
|
||||||
# Custom CSS.
|
|
||||||
css_style = ""
|
|
||||||
|
|
||||||
# CSS class.
|
|
||||||
css_class = ""
|
|
||||||
+++
|
|
||||||
|
|
||||||
Welcome to the **Academic Kickstart** template!
|
|
||||||
|
|
||||||
Follow our [Getting Started](https://sourcethemes.com/academic/docs/get-started/) and [Page Builder](https://sourcethemes.com/academic/docs/widgets/) guides to easily personalize the template and then [add your own content](https://sourcethemes.com/academic/docs/managing-content/).
|
|
||||||
|
|
||||||
For inspiration, check out [the Markdown files](https://sourcethemes.com/academic/docs/install/#demo-content) which power the [personal demo](https://academic-demo.netlify.com/). The easiest way to publish your new site to the internet is with [Netlify](https://sourcethemes.com/academic/docs/deployment/).
|
|
||||||
|
|
||||||
- [View the documentation](https://sourcethemes.com/academic/docs/)
|
|
||||||
- [Ask a question](http://discuss.gohugo.io/)
|
|
||||||
- [Request a feature or report a bug](https://github.com/gcushen/hugo-academic/issues)
|
|
||||||
- Updating? View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/)
|
|
||||||
- Support development of Academic:
|
|
||||||
- [Donate a coffee](https://paypal.me/cushen)
|
|
||||||
- [Become a backer on Patreon](https://www.patreon.com/cushen)
|
|
||||||
- [Decorate your laptop or journal with an Academic sticker](https://www.redbubble.com/people/neutreno/works/34387919-academic)
|
|
||||||
- [Wear the T-shirt](https://academic.threadless.com/)
|
|
||||||
|
|
||||||
{{% alert note %}}
|
|
||||||
This homepage section is an example of adding [elements](https://sourcethemes.com/academic/docs/writing-markdown-latex/) to the [*Blank* widget](https://sourcethemes.com/academic/docs/widgets/).
|
|
||||||
|
|
||||||
Backgrounds can be applied to any section. Here, the *background* option is set give a *color gradient*.
|
|
||||||
|
|
||||||
**To remove this section, delete `content/home/demo.md`.**
|
|
||||||
{{% /alert %}}
|
|
@ -1,64 +0,0 @@
|
|||||||
+++
|
|
||||||
# A Featured Publications section created with the Featured Content widget.
|
|
||||||
# This section displays publications from `content/publication/` which have
|
|
||||||
# `featured = true` in their front matter.
|
|
||||||
|
|
||||||
widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 80 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Featured Publications"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[content]
|
|
||||||
# Page type to display. E.g. post, talk, or publication.
|
|
||||||
page_type = "publication"
|
|
||||||
|
|
||||||
# Choose how much pages you would like to display (0 = all pages)
|
|
||||||
count = 0
|
|
||||||
|
|
||||||
# Page order. Descending (desc) or ascending (asc) date.
|
|
||||||
order = "desc"
|
|
||||||
|
|
||||||
# Filter posts by a taxonomy term.
|
|
||||||
[content.filters]
|
|
||||||
tag = ""
|
|
||||||
category = ""
|
|
||||||
publication_type = ""
|
|
||||||
|
|
||||||
[design]
|
|
||||||
# Toggle between the various page layout types.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
# 4 = Citation (publication only)
|
|
||||||
view = 3
|
|
||||||
|
|
||||||
[design.background]
|
|
||||||
# Apply a background color, gradient, or image.
|
|
||||||
# Uncomment (by removing `#`) an option to apply it.
|
|
||||||
# Choose a light or dark text color by setting `text_color_light`.
|
|
||||||
# Any HTML color name or Hex value is valid.
|
|
||||||
|
|
||||||
# Background color.
|
|
||||||
# color = "navy"
|
|
||||||
|
|
||||||
# Background gradient.
|
|
||||||
# gradient_start = "DeepSkyBlue"
|
|
||||||
# gradient_end = "SkyBlue"
|
|
||||||
|
|
||||||
# Background image.
|
|
||||||
# image = "background.jpg" # Name of image in `static/img/`.
|
|
||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
|
||||||
# text_color_light = true
|
|
||||||
|
|
||||||
[advanced]
|
|
||||||
# Custom CSS.
|
|
||||||
css_style = ""
|
|
||||||
|
|
||||||
# CSS class.
|
|
||||||
css_class = ""
|
|
||||||
+++
|
|
@ -1,58 +0,0 @@
|
|||||||
+++
|
|
||||||
# Hero widget.
|
|
||||||
widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 10 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Academic"
|
|
||||||
|
|
||||||
# Hero image (optional). Enter filename of an image in the `static/img/` folder.
|
|
||||||
hero_media = "hero-academic.png"
|
|
||||||
|
|
||||||
[design.background]
|
|
||||||
# Apply a background color, gradient, or image.
|
|
||||||
# Uncomment (by removing `#`) an option to apply it.
|
|
||||||
# Choose a light or dark text color by setting `text_color_light`.
|
|
||||||
# Any HTML color name or Hex value is valid.
|
|
||||||
|
|
||||||
# Background color.
|
|
||||||
# color = "navy"
|
|
||||||
|
|
||||||
# Background gradient.
|
|
||||||
gradient_start = "#4bb4e3"
|
|
||||||
gradient_end = "#2b94c3"
|
|
||||||
|
|
||||||
# Background image.
|
|
||||||
# image = "" # Name of image in `static/img/`.
|
|
||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
||||||
# image_size = "cover" # Options are `cover` (default), `contain`, or `actual` size.
|
|
||||||
# image_position = "center" # Options include `left`, `center` (default), or `right`.
|
|
||||||
# image_parallax = true # Use a fun parallax-like fixed background effect? true/false
|
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
|
||||||
text_color_light = true
|
|
||||||
|
|
||||||
# Call to action links (optional).
|
|
||||||
# Display link(s) by specifying a URL and label below. Icon is optional for `[cta]`.
|
|
||||||
# Remove a link/note by deleting a cta/note block.
|
|
||||||
[cta]
|
|
||||||
url = "https://sourcethemes.com/academic/docs/install/"
|
|
||||||
label = "Get Started"
|
|
||||||
icon_pack = "fas"
|
|
||||||
icon = "download"
|
|
||||||
|
|
||||||
[cta_alt]
|
|
||||||
url = "https://sourcethemes.com/academic/"
|
|
||||||
label = "View Documentation"
|
|
||||||
|
|
||||||
# Note. An optional note to show underneath the links.
|
|
||||||
[cta_note]
|
|
||||||
label = '<a class="js-github-release" href="https://sourcethemes.com/academic/updates" data-repo="gcushen/hugo-academic">Latest release<!-- V --></a>'
|
|
||||||
+++
|
|
||||||
|
|
||||||
**The Best Way to Create the Website You Want from Markdown (or Jupyter/RStudio)**
|
|
||||||
|
|
||||||
Build **Anything** with Widgets
|
|
||||||
|
|
||||||
<span style="text-shadow: none;"><a class="github-button" href="https://github.com/gcushen/hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star this on GitHub">Star</a><script async defer src="https://buttons.github.io/buttons.js"></script></span>
|
|
@ -1,77 +0,0 @@
|
|||||||
+++
|
|
||||||
# A Projects section created with the Portfolio widget.
|
|
||||||
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 65 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Projects"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[content]
|
|
||||||
# Page type to display. E.g. project.
|
|
||||||
page_type = "project"
|
|
||||||
|
|
||||||
# Filter toolbar (optional).
|
|
||||||
# Add or remove as many filters (`[[content.filter_button]]` instances) as you like.
|
|
||||||
# To show all items, set `tag` to "*".
|
|
||||||
# To filter by a specific tag, set `tag` to an existing tag name.
|
|
||||||
# To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below.
|
|
||||||
|
|
||||||
# Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below).
|
|
||||||
filter_default = 0
|
|
||||||
|
|
||||||
# [[content.filter_button]]
|
|
||||||
# name = "All"
|
|
||||||
# tag = "*"
|
|
||||||
|
|
||||||
# [[content.filter_button]]
|
|
||||||
# name = "Deep Learning"
|
|
||||||
# tag = "Deep Learning"
|
|
||||||
|
|
||||||
# [[content.filter_button]]
|
|
||||||
# name = "Other"
|
|
||||||
# tag = "Demo"
|
|
||||||
|
|
||||||
[design]
|
|
||||||
# Choose how many columns the section has. Valid values: 1 or 2.
|
|
||||||
columns = "2"
|
|
||||||
|
|
||||||
# Toggle between the various page layout types.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
# 5 = Showcase
|
|
||||||
view = 3
|
|
||||||
|
|
||||||
# For Showcase view, flip alternate rows?
|
|
||||||
flip_alt_rows = false
|
|
||||||
|
|
||||||
[design.background]
|
|
||||||
# Apply a background color, gradient, or image.
|
|
||||||
# Uncomment (by removing `#`) an option to apply it.
|
|
||||||
# Choose a light or dark text color by setting `text_color_light`.
|
|
||||||
# Any HTML color name or Hex value is valid.
|
|
||||||
|
|
||||||
# Background color.
|
|
||||||
# color = "navy"
|
|
||||||
|
|
||||||
# Background gradient.
|
|
||||||
# gradient_start = "DeepSkyBlue"
|
|
||||||
# gradient_end = "SkyBlue"
|
|
||||||
|
|
||||||
# Background image.
|
|
||||||
# image = "background.jpg" # Name of image in `static/img/`.
|
|
||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
|
||||||
# text_color_light = true
|
|
||||||
|
|
||||||
[advanced]
|
|
||||||
# Custom CSS.
|
|
||||||
css_style = ""
|
|
||||||
|
|
||||||
# CSS class.
|
|
||||||
css_class = ""
|
|
||||||
+++
|
|
||||||
|
|
@ -1,71 +0,0 @@
|
|||||||
+++
|
|
||||||
# A Recent Publications section created with the Pages widget.
|
|
||||||
# This section displays recent blog posts from `content/publication/`.
|
|
||||||
|
|
||||||
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 90 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Recent Publications"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[content]
|
|
||||||
# Page type to display. E.g. post, talk, or publication.
|
|
||||||
page_type = "publication"
|
|
||||||
|
|
||||||
# Choose how much pages you would like to display (0 = all pages)
|
|
||||||
count = 5
|
|
||||||
|
|
||||||
# Choose how many pages you would like to offset by
|
|
||||||
offset = 0
|
|
||||||
|
|
||||||
# Page order. Descending (desc) or ascending (asc) date.
|
|
||||||
order = "desc"
|
|
||||||
|
|
||||||
# Filter posts by a taxonomy term.
|
|
||||||
[content.filters]
|
|
||||||
tag = ""
|
|
||||||
category = ""
|
|
||||||
publication_type = ""
|
|
||||||
exclude_featured = false
|
|
||||||
|
|
||||||
[design]
|
|
||||||
# Toggle between the various page layout types.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
# 4 = Citation (publication only)
|
|
||||||
view = 2
|
|
||||||
|
|
||||||
[design.background]
|
|
||||||
# Apply a background color, gradient, or image.
|
|
||||||
# Uncomment (by removing `#`) an option to apply it.
|
|
||||||
# Choose a light or dark text color by setting `text_color_light`.
|
|
||||||
# Any HTML color name or Hex value is valid.
|
|
||||||
|
|
||||||
# Background color.
|
|
||||||
# color = "navy"
|
|
||||||
|
|
||||||
# Background gradient.
|
|
||||||
# gradient_start = "DeepSkyBlue"
|
|
||||||
# gradient_end = "SkyBlue"
|
|
||||||
|
|
||||||
# Background image.
|
|
||||||
# image = "background.jpg" # Name of image in `static/img/`.
|
|
||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
|
||||||
# text_color_light = true
|
|
||||||
|
|
||||||
[advanced]
|
|
||||||
# Custom CSS.
|
|
||||||
css_style = ""
|
|
||||||
|
|
||||||
# CSS class.
|
|
||||||
css_class = ""
|
|
||||||
+++
|
|
||||||
|
|
||||||
{{% alert note %}}
|
|
||||||
Quickly discover relevant content by [filtering publications]({{< ref "/publication/_index.md" >}}).
|
|
||||||
{{% /alert %}}
|
|
@ -1,54 +0,0 @@
|
|||||||
+++
|
|
||||||
# Slider widget.
|
|
||||||
widget = "slider" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 1 # Order that this section will appear.
|
|
||||||
|
|
||||||
# Slide interval.
|
|
||||||
# Use `false` to disable animation or enter a time in ms, e.g. `5000` (5s).
|
|
||||||
interval = false
|
|
||||||
|
|
||||||
# Slide height (optional).
|
|
||||||
# E.g. `500px` for 500 pixels or `calc(100vh - 70px)` for full screen.
|
|
||||||
height = ""
|
|
||||||
|
|
||||||
# Slides.
|
|
||||||
# Duplicate an `[[item]]` block to add more slides.
|
|
||||||
[[item]]
|
|
||||||
title = "Hello"
|
|
||||||
content = "I am center aligned :smile:"
|
|
||||||
align = "center" # Choose `center`, `left`, or `right`.
|
|
||||||
|
|
||||||
# Overlay a color or image (optional).
|
|
||||||
# Deactivate an option by commenting out the line, prefixing it with `#`.
|
|
||||||
overlay_color = "#666" # An HTML color value.
|
|
||||||
overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder.
|
|
||||||
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
|
|
||||||
|
|
||||||
# Call to action button (optional).
|
|
||||||
# Activate the button by specifying a URL and button label below.
|
|
||||||
# Deactivate by commenting out parameters, prefixing lines with `#`.
|
|
||||||
cta_label = "Get Academic"
|
|
||||||
cta_url = "https://sourcethemes.com/academic/"
|
|
||||||
cta_icon_pack = "fas"
|
|
||||||
cta_icon = "graduation-cap"
|
|
||||||
|
|
||||||
[[item]]
|
|
||||||
title = "Left"
|
|
||||||
content = "I am left aligned :smile:"
|
|
||||||
align = "left"
|
|
||||||
|
|
||||||
overlay_color = "#555" # An HTML color value.
|
|
||||||
overlay_img = "" # Image path relative to your `static/img/` folder.
|
|
||||||
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
|
|
||||||
|
|
||||||
[[item]]
|
|
||||||
title = "Right"
|
|
||||||
content = "I am right aligned :smile:"
|
|
||||||
align = "right"
|
|
||||||
|
|
||||||
overlay_color = "#333" # An HTML color value.
|
|
||||||
overlay_img = "" # Image path relative to your `static/img/` folder.
|
|
||||||
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
|
|
||||||
+++
|
|
@ -1,22 +0,0 @@
|
|||||||
+++
|
|
||||||
# Tag Cloud widget.
|
|
||||||
widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 120 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Popular Topics"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[content]
|
|
||||||
# Choose the taxonomy from `config.toml` to display (e.g. tags, categories)
|
|
||||||
taxonomy = "tags"
|
|
||||||
|
|
||||||
# Choose how many tags you would like to display (0 = all tags)
|
|
||||||
count = 20
|
|
||||||
|
|
||||||
[design]
|
|
||||||
# Minimum and maximum font sizes (1.0 = 100%).
|
|
||||||
font_size_min = 0.7
|
|
||||||
font_size_max = 2.0
|
|
||||||
+++
|
|
@ -1,69 +0,0 @@
|
|||||||
+++
|
|
||||||
# A Recent and Upcoming Talks section created with the Pages widget.
|
|
||||||
# This section displays recent talks from `content/talk/`.
|
|
||||||
|
|
||||||
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
||||||
headless = true # This file represents a page section.
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
weight = 70 # Order that this section will appear.
|
|
||||||
|
|
||||||
title = "Recent & Upcoming Talks"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[content]
|
|
||||||
# Page type to display. E.g. post, talk, or publication.
|
|
||||||
page_type = "talk"
|
|
||||||
|
|
||||||
# Choose how much pages you would like to display (0 = all pages)
|
|
||||||
count = 5
|
|
||||||
|
|
||||||
# Choose how many pages you would like to offset by
|
|
||||||
offset = 0
|
|
||||||
|
|
||||||
# Page order. Descending (desc) or ascending (asc) date.
|
|
||||||
order = "desc"
|
|
||||||
|
|
||||||
# Filter posts by a taxonomy term.
|
|
||||||
[content.filters]
|
|
||||||
tag = ""
|
|
||||||
category = ""
|
|
||||||
publication_type = ""
|
|
||||||
exclude_featured = false
|
|
||||||
exclude_past = false
|
|
||||||
exclude_future = false
|
|
||||||
|
|
||||||
[design]
|
|
||||||
# Toggle between the various page layout types.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
# 4 = Citation (publication only)
|
|
||||||
view = 2
|
|
||||||
|
|
||||||
[design.background]
|
|
||||||
# Apply a background color, gradient, or image.
|
|
||||||
# Uncomment (by removing `#`) an option to apply it.
|
|
||||||
# Choose a light or dark text color by setting `text_color_light`.
|
|
||||||
# Any HTML color name or Hex value is valid.
|
|
||||||
|
|
||||||
# Background color.
|
|
||||||
# color = "navy"
|
|
||||||
|
|
||||||
# Background gradient.
|
|
||||||
# gradient_start = "DeepSkyBlue"
|
|
||||||
# gradient_end = "SkyBlue"
|
|
||||||
|
|
||||||
# Background image.
|
|
||||||
# image = "background.jpg" # Name of image in `static/img/`.
|
|
||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
|
||||||
# text_color_light = true
|
|
||||||
|
|
||||||
[advanced]
|
|
||||||
# Custom CSS.
|
|
||||||
css_style = ""
|
|
||||||
|
|
||||||
# CSS class.
|
|
||||||
css_class = ""
|
|
||||||
+++
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
title: Privacy Policy
|
|
||||||
date: "2018-06-28T00:00:00+01:00"
|
|
||||||
draft: true
|
|
||||||
share: false
|
|
||||||
commentable: false
|
|
||||||
editable: false
|
|
||||||
|
|
||||||
# Optional header image (relative to `static/img/` folder).
|
|
||||||
header:
|
|
||||||
caption: ""
|
|
||||||
image: ""
|
|
||||||
---
|
|
||||||
|
|
||||||
Add your privacy policy here and set `draft: false` to publish it. Otherwise, delete this file if you don't need it.
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
title: Publications
|
|
||||||
|
|
||||||
# View.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
# 4 = Citation
|
|
||||||
view: 4
|
|
||||||
|
|
||||||
# Optional header image (relative to `static/img/` folder).
|
|
||||||
header:
|
|
||||||
caption: ""
|
|
||||||
image: ""
|
|
||||||
---
|
|
50
content/sailing/accomplishments.md
Normal file
50
content/sailing/accomplishments.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
+++
|
||||||
|
# Accomplishments widget.
|
||||||
|
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
|
||||||
|
headless = true # This file represents a page section.
|
||||||
|
active = true # Activate this widget? true/false
|
||||||
|
weight = 50 # Order that this section will appear.
|
||||||
|
|
||||||
|
title = "Sailing"
|
||||||
|
subtitle = "Crew experience"
|
||||||
|
|
||||||
|
# Date format
|
||||||
|
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||||
|
date_format = "2006"
|
||||||
|
|
||||||
|
# Accomplishments.
|
||||||
|
# Add/remove as many `[[item]]` blocks below as you like.
|
||||||
|
# `title`, `organization` and `date_start` are the required parameters.
|
||||||
|
# Leave other parameters empty if not required.
|
||||||
|
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||||
|
|
||||||
|
[[item]]
|
||||||
|
organization = "Local regattas"
|
||||||
|
title = "Evening races and distance races"
|
||||||
|
date_start = "2007-05-01"
|
||||||
|
date_end = ""
|
||||||
|
description = """Crewing on different boats for evening races, primarily as bowman/trimmer
|
||||||
|
- Albin Nova 33
|
||||||
|
- X-35
|
||||||
|
- X-99
|
||||||
|
- Dynamic 35"""
|
||||||
|
|
||||||
|
[[item]]
|
||||||
|
organization = "Struer Sejlklub"
|
||||||
|
organization_url = "https://struersejlklub.dk/"
|
||||||
|
title = "Danish Sailing Leauge"
|
||||||
|
url = "http://sejlsportsligaen.dk/"
|
||||||
|
date_start = "2015-05-01"
|
||||||
|
date_end = "2017-10-01"
|
||||||
|
description = """Training for the danish national sailing league and particpating as bowman for my sailing club.
|
||||||
|
- J/80 (practice)
|
||||||
|
- J/70 (racing)"""
|
||||||
|
|
||||||
|
[[item]]
|
||||||
|
title = "Dinghy sailing"
|
||||||
|
date_start = "1998-05-01"
|
||||||
|
date_end = "2008-10-01"
|
||||||
|
description = """Dinghy sailing from childhood.
|
||||||
|
- Optimist
|
||||||
|
- Europe Class"""
|
||||||
|
+++
|
5
content/sailing/index.md
Normal file
5
content/sailing/index.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Sailing" # Add a page title.
|
||||||
|
summary: "Summary of my sailing history" # Add a page description.
|
||||||
|
type: "widget_page" # Page type is a Widget Page
|
||||||
|
---
|
41
content/sailing/sailing.md
Normal file
41
content/sailing/sailing.md
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
+++
|
||||||
|
# Experience widget.
|
||||||
|
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
|
||||||
|
headless = true # This file represents a page section.
|
||||||
|
active = true # Activate this widget? true/false
|
||||||
|
weight = 45 # Order that this section will appear.
|
||||||
|
|
||||||
|
title = "Sailing"
|
||||||
|
subtitle = "Race offical experience"
|
||||||
|
|
||||||
|
# Date format for experience
|
||||||
|
# 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.
|
||||||
|
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||||
|
[[experience]]
|
||||||
|
title = "National Judge (NJ)"
|
||||||
|
company = "Danish Sailing Association"
|
||||||
|
company_url = "http://sejlsport.dk/"
|
||||||
|
date_start = "2015-03-10"
|
||||||
|
# description = """"""
|
||||||
|
|
||||||
|
[[experience]]
|
||||||
|
title = "Umpire"
|
||||||
|
company = "Danish Sailing Association"
|
||||||
|
company_url = "http://sejlsport.dk/"
|
||||||
|
date_start = "2014-08-17"
|
||||||
|
description = """Matchracing umpire at regional level."""
|
||||||
|
|
||||||
|
[[experience]]
|
||||||
|
title = "Rule 42 Seminar"
|
||||||
|
company = "Danish Sailing Association"
|
||||||
|
company_url = "http://sejlsport.dk/"
|
||||||
|
date_start = "2014-05-01"
|
||||||
|
description = """Rule 42 (Appendix P) seminar.
|
||||||
|
"""
|
||||||
|
+++
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: Recent & Upcoming Talks
|
|
||||||
|
|
||||||
# View.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
view: 2
|
|
||||||
|
|
||||||
# Optional header image (relative to `static/img/` folder).
|
|
||||||
header:
|
|
||||||
caption: ""
|
|
||||||
image: ""
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
title: Terms
|
|
||||||
date: "2018-06-28T00:00:00+01:00"
|
|
||||||
draft: true
|
|
||||||
share: false
|
|
||||||
commentable: false
|
|
||||||
editable: false
|
|
||||||
|
|
||||||
# Optional header image (relative to `static/img/` folder).
|
|
||||||
header:
|
|
||||||
caption: ""
|
|
||||||
image: ""
|
|
||||||
---
|
|
||||||
|
|
||||||
Add your terms here and set `draft: false` to publish it. Otherwise, delete this file if you don't need it.
|
|
Submodule themes/academic updated: ce5196f099...9d842f584f
Reference in New Issue
Block a user