diff --git a/config/_default/menus.toml b/config/_default/menus.toml index f2ff578..1ec99ac 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -9,7 +9,12 @@ weight = 10 [[main]] - name = "Experience" + name = "Skills" + url = "#skills" + weight = 20 + +[[main]] + name = "Profesional" url = "#experience" weight = 30 diff --git a/config/_default/params.toml b/config/_default/params.toml index 91ccb06..f8d8bfd 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -9,10 +9,10 @@ # Latest themes (may require updating): https://sourcethemes.com/academic/themes/ # Browse built-in themes in `themes/academic/data/themes/` # Browse user installed themes in `data/themes/` -theme = "minimal" +theme = "ocean" # Enable users to switch between day and night mode? -day_night = true +day_night = false # Override the theme's font set (optional). # Latest font sets (may require updating): https://sourcethemes.com/academic/themes/ @@ -44,7 +44,7 @@ local_business_type = "" org_name = "" # Description for social sharing and search engines. If undefined, superuser role is used in place. -description = "Embedded Software Engineer" +description = "Personal site for Jens True" ############################ ## Site Features @@ -227,7 +227,7 @@ plugins_js = [] # 0: No search engine # 1: Academic (built-in) # 2: Algolia (https://www.algolia.com) - engine = 1 + engine = 0 # Configuration of Algolia search engine. # Paste the values from your Algolia dashboard. diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index d2ef820..7ce4f92 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -62,8 +62,8 @@ email: "" --- 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 serval years’ of experience working on embedded software projects. +Jens has serval 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. -In his spare time, Jens enjoys sailing and riding his motorbike. \ No newline at end of file +In his spare time, Jens enjoys sailing and riding his motorbike. \ No newline at end of file