diff --git a/config.toml b/config.toml
index ad53d8c..84d7c90 100644
--- a/config.toml
+++ b/config.toml
@@ -2,12 +2,19 @@
base_url = "https://glennwso.com"
theme = "juice"
+
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
+
+default_language = "en"
+[languages.sv]
+build_search_index = true
+# generate_feeds = true # there will be a feed for swedish content
+
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
@@ -24,14 +31,16 @@ juice_logo_name = "GWS Consulting"
juice_logo_path = "flat_blocks.svg"
slogan = "Let's Build Something Together!"
-intro = "Need help with Product development or IT? \n You have come to right place"
# juice_extra_menu = [
# { title = "Github", link = "https://github.com/glennwso"}
# ]
repository_url = "https://github.com/huhu/juice"
+# intro = "Need help with Product development or IT? \n You have come to right place"
# meta_title = "The cool TeX automation tool"
# meta_description = "arara is a TeX automation tool based on directives and rules."
-footer = "arara by the Island of TeX"
+# footer = "arara by the Island of TeX"
+
+
diff --git a/content/_index.md b/content/_index.md
index 9812949..f0f8a43 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,7 @@
+++
sort_by = "weight"
+[extra]
+intro = "Need help with Product development or IT?
You have come to right place"
+++
diff --git a/content/_index.sv.md b/content/_index.sv.md
new file mode 100644
index 0000000..5017c18
--- /dev/null
+++ b/content/_index.sv.md
@@ -0,0 +1,93 @@
++++
+sort_by = "weight"
+[extra]
+intro = "Behöver du hjälp med produktutveckling eller IT?
Du har kommit till rätt plats"
++++
+
+
+
+# Software Development
+
+
+## Native Apps
+
+Jag bygger app till följande platformar
+
+### platforms
+- Andriod
+- Linux
+- macOS
+- windows
+
+## Embedded software/firmware
+
+I can help you make your tiny devices go beep boop...
+- IoT
+- RasberryPi
+- stm32
+- nrf58
+- bluetooth
+
+## Backend Development
+
+- Restfull API
+- Database integration
+- Python
+- Rust
+
+
+## Web Frontend
+
+I have a solid grasp on Javascript, html and css.
+My speciality is wasm, a techonligy that is perfect for frontends that need preform heavy computation.
+Wasm is also very usefull for crossplatfrom projects where browsers is one of the targets.
+
+I can help you with:
+- landing pages
+- E-commerce
+- 3D animations
+- WASM
+
+
+## 3D Models and Graphics
+
+Lorem Ipsum...
+
+- bevy
+- glsl
+- wgls
+- sdf
+- trimesh
+- csg
+- 3d scanned data processing
+
+
+# Product Development
+
+- ## [System Engineering](product-dev#system)
+- ## [Component Sourcing](product-dev#component)
+- ## [PCB Design](product-dev#pcb)
+- ## [Mechanical Design](product-dev#mech)
+- ## [Structural Analysis](product-dev#fea)
+
+
+# IT
+
+
+## self hosting vs managed hosting
+
+I offer both...
+
+## office needs
+- collaboration platform
+- teams chat
+- cloud storage
+- email
+- internal web
+
+## Servers
+- Databases
+- gp-servers
+- backups
+- nas
+
diff --git a/flake.nix b/flake.nix
index e5dd339..00dbd56 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,6 +40,7 @@
imagemagick
ffmpeg
zola
+ translate-shell
];
};
});
diff --git a/templates/index.html b/templates/index.html
index ea3bedb..4bf97eb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -34,7 +34,7 @@
{{ config.extra.slogan }}