DEV Website V.1.0.0

This commit is contained in:
2025-03-28 10:42:10 +01:00
commit 37a9978e28
67 changed files with 7112 additions and 0 deletions

19
data/en/author.yaml Normal file
View File

@@ -0,0 +1,19 @@
# some information about you
name: "JirR02"
nickname: "JirR02"
# greeting message before your name. it will default to "Hi! I am" if not provided
greeting: "Hi, I am"
image: "images/author/jay.png"
# give your some contact information. they will be used in the footer
contactInfo:
email: "jirayu.ruh@protonmail.com"
github: JirR02
linkedin: jirayu-ruh-024a322aa
# some summary about what you do
summary:
- I am a Student
- I am a Developer
- I love Servers
- I work on Open-Source Projects
- I love to work on some fun Projects

View File

@@ -0,0 +1,75 @@
# section information
section:
name: About
id: about
enable: true
weight: 1
showOnNavbar: true
template: sections/about.html
# your designation
designation: Student
# your company information
company:
name: ETH Zürich
url: "ethz.ch"
# your resume. this file path should be relative to you "static" directory
# Dreprecated. Use resourceLinks instead.
# resume: "files/resume.pdf"
# a summary about you
summary: 'I am a 22-year-old with Thai roots and a Swiss education. Finished up middle school in Thailand before making the move to Switzerland 5 years ago. Got my high school diploma and International Baccalaureate in 2023. Currently kicking off my Electrical Engineering studies at the ETH. 🎓⚡'
# your social links
# give as many as you want. use font-awesome for the icons.
socialLinks:
- name: Discord
icon: "fab fa-discord"
url: "https://discordapp.com/users/451962791713046548"
- name: Email
icon: "fas fa-envelope"
url: "jirayu.ruh@protonmail.com"
- name: Gitlab
icon: "fab fa-gitlab"
url: "https://gitlab.com/JirR02"
- name: Github
icon: "fab fa-github"
url: "https://www.github.com/jirr02"
- name: LinkedIn
icon: "fab fa-linkedin"
url: "https://www.linkedin.com/in/jirayu-ruh-024a322aa/"
# You can put custom buttons to link your relevant resources.
# For example, you can put link for your resume.
resourceLinks:
- title: "My Resume"
url: "files/resume.pdf"
# Show your badges
# You can show your verifiable certificates from https://www.credly.com.
# You can also show a circular bar indicating the level of expertise on a certain skill
badges:
- type: certification
name: International Baccalaureate Diploma Programme
url: "https://www.ibo.org/programmes/diploma-programme/"
badge: "https://www.ibo.org/globalassets/new-structure/icons-and-logos/images/logo-dp-en.png"
- type: soft-skill-indicator
name: Team Work
percentage: 90
color: yellow
- type: soft-skill-indicator
name: Hard Working
percentage: 85
color: orange
# you can also provide color code instead of the color name
# - type: soft-skill-indicator
# name: Example 1
# percentage: 75
# color: "#00adb5"

View File

@@ -0,0 +1,49 @@
# section information
section:
name: Education
id: education
template: sections/education.html # Use "sections/education-alt.html for alternate template.
enable: true
weight: 4
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
degrees:
- name: Higher School Certificate
icon: fa-school
timeframe: 2019-2023
institution:
name: Kantonsschule am Burggraben
url: "https://ksbg.ch"
logo: /images/sections/education/ksbg.png
grade: #(optional)
scale: Swiss GPA
achieved: 4.34
outOf: 6
extracurricularActivities: #(optional)
- Choir
- Piano
- TechLab
- name: International Baccalaureate Diploma Program
icon: fa-school
timeframe: 2019-2023
institution:
name: Kantonsschule am Burggraben
url: "https://ksbg.ch"
logo: /images/sections/education/ksbg.png
grade: #(optional)
scale: Combined GPA
achieved: 27
outOf: 45
- name: Secondary School Certificate
icon: fa-school
timeframe: 2006-2019
institution:
name: RIS Swiss Section
url: "https://ris-swiss-section.org/"
logo: /images/sections/education/dssb.png
grade: #(optional)
scale: German GPA
achieved: 2.4
outOf: 6

View File

@@ -0,0 +1,46 @@
# section information
section:
name: Experiences
id: experiences
enable: true
weight: 3
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
# Your experiences
experiences:
- company:
name: Designwerk
url: "https://designwerk.com"
location: Bühler-Areal Winterthur
logo: /images/sections/experiences/designwerk.svg
# Can optionally show a different logo for dark theme
# darkLogo: /images/sections/experiences/company1.jpg
# company overview
overview: Electromobility one stop shop. E-trucks, battery systems, charging technology and contract development of individual solutions
positions:
- designation: Intern
start: Febuary 2024
end: August 2024
responsibilities:
- Design and Develop PCBs for Charging Devices
- Do simple labatory work
- Desing and Develop PCBS for testing prototype PCBs
- company:
name: Krones Thailand Co. Ltd.
url: "https://krones.co.th"
location: Bangkok, Thailand
logo: /images/sections/experiences/krones.jpg
# Can optionally show a different logo for dark theme
# darkLogo: /images/sections/experiences/company2.jpg
overview: "Krones offers lines for the beverage industry and food producers: process technology, filling technology, packaging machines, all the way through to IT solutions."
positions:
- designation: IT Support & Technical Support
start: Febuary 2018
end: March 2018
responsibilities:
- Take care of inventory
- Experiment with relays
- Program Java

View File

@@ -0,0 +1,33 @@
# section information
section:
name: Projects
id: projects
enable: true
weight: 5
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
# filter buttons
buttons:
- name: All
filter: "all"
- name: Hobby
filter: "hobby"
# your projects
projects:
- name: Pandora
logo: /images/sections/projects/pandora.svg
role: Contributor
timeline: "July 2022 - Present"
repo: "https://github.com/pandora-analysis/pandora/"
#url: "" # If your project is not a public repo but it has a website or any external details url then provide it here. don't provide "repo" and "url" simultaneously.
summary: Pandora is an analysis framework to discover if a file is suspicious and conveniently show the results.
tags: ["all", "hobby"]
- name: JirR02 Dev
role: Maintainer
timeline: "September 2024 - Present"
summary: My Wiki and Blog
tags: ["all", "hobby"]

View File

@@ -0,0 +1,11 @@
# section information
section:
name: Recent Posts
id: recent-posts
enable: true
weight: 8
showOnNavbar: true
# Can optionally hide the title in sections
# hideTitle: true
# no additional configuration is required

View File

@@ -0,0 +1,82 @@
# section information
section:
name: Skills
id: skills
enable: true
weight: 2
showOnNavbar: true
filter: true
# Can optionally hide the title in sections
# hideTitle: true
# filter buttons
buttons:
- name: All
filter: "all"
- name: Language
filter: "language"
- name: Container
filter: "container"
- name: Programs
filter: "programs"
- name: Electronics
filter: "electronics"
- name: Others
filter: "others"
# Your Skills.
# Give a summary of you each skill in the summary section.
skills:
- name: Python
logo: /images/sections/skills/python.png
summary: "Know Python Programming. Used for scripting and projects."
categories: ["all", "language"]
url: "https://python.org"
- name: C++
logo: /images/sections/skills/c++.png
summary: "Know basic C++. Used for projects."
categories: ["all", "language"]
url: "https://isocpp.org/"
- name: Blender
logo: /images/sections/skills/blender.png
summary: "Know 3D Modeling in Blender. Used for projects."
categories: ["all", "programs"]
url: "https://blender.org"
- name: FreeCad
logo: /images/sections/skills/freecad.png
summary: "Know 3D Modeling in FreeCad. Used for projects."
categories: ["all", "programs"]
url: "https://freecad.org"
- name: Docker
logo: /images/sections/skills/docker.svg
summary: "Most of my services run as dockerized containers. Experienced with docker-compose."
categories: ["container"]
url: "https://www.docker.com/"
- name: Linux
logo: /images/sections/skills/linux.png
categories: ["others"]
summary: "Using as the main server operating system. Capable of writing bash/shell scripts."
url: "https://www.kernel.org/"
- name: Git
logo: /images/sections/skills/git.png
summary: "Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab."
categories: ["all", "others"]
url: "https://git-scm.com/"
- name: Soldering
logo: /images/sections/skills/soldering.jpg
summary: "Know soldering with SMD Components. Used for Projects"
categories: ["all", "electronics"]
url: ""
- name: 3D Printing
logo: /images/sections/skills/ender.jpg
summary: "Know 3D Printing. Used for Projects. Currently using Ender 3 S1"
categories: ["all", "electronics"]
url: "https://creality.com"

25
data/en/site.yaml Normal file
View File

@@ -0,0 +1,25 @@
#
#Copyright Notice
copyright: "Unless otherwise noted, the content of this wiki is published under the following license: <a href='https://creativecommons.org/licenses/by-nc/4.0/' class='link-bg-footer fw-medium' target='_blank' rel='noopener noreferrer'>CC BY-NC 4.0</a>"
# A disclaimer notice for the footer. Make sure you have set "params.footer.disclaimer.enable: true" in your `config.yaml` file.
disclaimer: "This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses.
You can modify or distribute the theme without requiring any permission from the theme author.
However, the theme author does not provide any warranty or takes any liability for any issue with the theme."
# Meta description for your site. This will help the search engines to find your site.
description: Portfolio and personal blog and wiki of JirR02.
# Specify OpenGraph Headers
openGraph:
title: JirR02 Dev
type: website
description: Portfolio, Wiki, and personal blog of JirR02.
image: images/author/jay.png
url: dev.jirayuruh.ch
customMenus:
- name: Wiki
url: /wiki
hideFromNavbar: False
showOnFooter: False