Cleanup
This commit is contained in:
@ -34,39 +34,21 @@ education:
|
||||
institution: Struer Statsgymnasium
|
||||
year: 2007
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
|
||||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
|
||||
# form "mailto:your-email@example.com" or "#contact" for contact widget.
|
||||
social:
|
||||
- icon: envelope
|
||||
icon_pack: fas
|
||||
link: '#contact' # For a direct email link, use "mailto:test@example.org".
|
||||
link: '#contact'
|
||||
- icon: linkedin
|
||||
icon_pack: fab
|
||||
link: https://www.linkedin.com/in/jenstrue/
|
||||
- icon: github
|
||||
icon_pack: fab
|
||||
link: https://github.com/furyfire
|
||||
# Link to a PDF of your resume/CV from the About widget.
|
||||
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
|
||||
# - icon: cv
|
||||
# icon_pack: ai
|
||||
# link: files/cv.pdf
|
||||
|
||||
# Enter email to display Gravatar (if Gravatar enabled in Config)
|
||||
email: ""
|
||||
|
||||
# Organizational groups that you belong to (for People widget)
|
||||
# Set this to `[]` or comment out if you are not using People widget.
|
||||
#user_groups:
|
||||
#- Researchers
|
||||
#- Visitors
|
||||
---
|
||||
Jens True is an employee at Phillips-Medisize working on a wide range of electronic projects, mainly focusing on low level embedded programming.
|
||||
Jens True is an employee at Phillips-Medisize working on a wide range of electronic projects, mainly focusing on low-level embedded programming.
|
||||
|
||||
Jens has serveal years’ of experience working on embedded software projects.
|
||||
Jens has many years of experience working on embedded software projects.
|
||||
The primary focus is on development in the C language. But through various projects, he has also acquired experience with programming in C++, C#, Python, PHP, and JavaScript.
|
||||
Furthermore, he has a broad experience with modern software development tools and concepts, such as modeling tools, continuous integration, test-driven development, bug trackers and version control systems.
|
||||
Furthermore, he has broad experience with modern software development tools and concepts, such as modeling tools, continuous integration, test-driven development, bug trackers, and version control systems.
|
||||
|
||||
In his spare time, Jens enjoys sailing and riding his motorbike.
|
@ -28,6 +28,7 @@ date_format = "2006"
|
||||
- X-35
|
||||
- X-99
|
||||
- Dynamic 35
|
||||
- J/105
|
||||
- Melges 32"""
|
||||
|
||||
[[item]]
|
||||
@ -53,5 +54,5 @@ date_format = "2006"
|
||||
title = "Coaching"
|
||||
date_start = "2009-04-01"
|
||||
date_end = "2014-10-01"
|
||||
description = """Coaching kids aging from 8 to 15 in various youth classes. Optimist, Zoom8, 29er, Laser."""
|
||||
+++
|
||||
description = """Coaching kids aging from 8 to 15 in various youth classes. Optimist, Zoom8, 29er, Europe, Laser etc. Hosting semiars covering the rules of sailing. Member of planning committee for racing events."""
|
||||
+++
|
@ -1,16 +1,9 @@
|
||||
+++
|
||||
widget = "blank"
|
||||
headless = true # This file represents a page section.
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 100 # Order that this section will appear.
|
||||
# ... Put Your Section Options Here (title etc.) ...
|
||||
headless = true
|
||||
active = true
|
||||
weight = 100
|
||||
|
||||
title = "Photos"
|
||||
# Hero image (optional). Enter filename of an image in the `static/img/` folder.
|
||||
hero_media = ""
|
||||
[design]
|
||||
# Choose how many columns the section has. Valid values: 1 or 2.
|
||||
columns = "1"
|
||||
|
||||
|
||||
+++
|
||||
{{< gallery album="gallery" >}}
|
12
content/selfhosted/header.md
Normal file
12
content/selfhosted/header.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
weight: 1
|
||||
---
|
||||
There are a lot of reasons to favor self-hosting over using web apps created and hosted by one company or another.
|
||||
|
||||
First and foremost, self-hosting is (mostly) free! You need to pay for your server, but you can say goodbye to SaaS subscription fees and paid premium accounts.
|
||||
|
||||
Self-hosting is virtually limitless — you can run an email service, watch your videos from anywhere, keep your bookmarks safe and secure, run a chat service for your business, host a blog, synchronize your files in the cloud, and more, all from a single server.
|
||||
|
||||
A lot of self-hosting advocates like the fact that they control their own data, and not depend on a company. Data breaches happen all the time these days, and it’s hard to know how a company plans to profit from your data. By self-hosting, you take back a bit of power.
|
||||
|
||||
Finally, self-hosting helps you learn a heck of a lot. If you’re hoping to find out more about development, there’s no better way than just jumping in headfirst.
|
@ -1,5 +1,4 @@
|
||||
+++
|
||||
# Selfhosted services
|
||||
type = "widget_page"
|
||||
headless = false # Homepage is headless, other widget pages are not.
|
||||
+++
|
||||
---
|
||||
type: "widget_page"
|
||||
headless: false
|
||||
---
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module code.jcktrue.dk/jct/jcktrue.dk
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210422192724-bfa3808cb6ec // indirect
|
||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210425191248-0afcc81296de // indirect
|
||||
|
2
go.sum
2
go.sum
@ -32,3 +32,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210324194200-fda9f39d872e/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210422192724-bfa3808cb6ec h1:hiiibzm2QgYhQ6LK6ow8zLFNP0PyfzWfdKX9i5rN3e4=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210422192724-bfa3808cb6ec/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210425191248-0afcc81296de h1:mHQIJmHZXFEqPmH4cUCFfNVUds1hBPUtTHVMMYeopn0=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210425191248-0afcc81296de/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||
|
Reference in New Issue
Block a user