init translations/ multilingual sv
This commit is contained in:
parent
41d91bd1c0
commit
20d21d09a4
13
config.toml
13
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"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
+++
|
||||
sort_by = "weight"
|
||||
[extra]
|
||||
intro = "Need help with Product development or IT? <br> You have come to right place"
|
||||
+++
|
||||
|
||||
|
||||
|
|
93
content/_index.sv.md
Normal file
93
content/_index.sv.md
Normal file
|
@ -0,0 +1,93 @@
|
|||
+++
|
||||
sort_by = "weight"
|
||||
[extra]
|
||||
intro = "Behöver du hjälp med produktutveckling eller IT? <br> 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
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
{{ config.extra.slogan }}
|
||||
</h1>
|
||||
<h3 class="title-text">
|
||||
{{ config.extra.intro | linebreaksbr | safe }}
|
||||
{{ section.extra.intro | safe }}
|
||||
</h3>
|
||||
<div>
|
||||
<!-- <a class="github-button" href="https://github.com/huhu/juice" data-size="large" data-show-count="true" -->
|
||||
|
|
Loading…
Reference in a new issue