diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 10475bb..06c4a5d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: # Create/Update release draft - - uses: release-drafter/release-drafter@v5.12.1 + - uses: release-drafter/release-drafter@v5.13.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 8c12507..700de0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vscode/ node_modules/ .DS_Store -.history/ \ No newline at end of file +.history/ +resources/ \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md index 88b1790..e097af4 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ --- -hero: /assets/images/background/sunrise.jpg +hero: /images/background/sunrise.jpg author: name: Md. Emruz Hossain - image: /assets/images/profile-image.jpg + image: /images/profile-image.jpg --- diff --git a/static/assets/images/404.png b/assets/images/404.png similarity index 99% rename from static/assets/images/404.png rename to assets/images/404.png index f1e3d4a..bc28bfa 100644 Binary files a/static/assets/images/404.png and b/assets/images/404.png differ diff --git a/static/assets/images/404.svg b/assets/images/404.svg similarity index 100% rename from static/assets/images/404.svg rename to assets/images/404.svg diff --git a/static/assets/images/default-avatar.png b/assets/images/default-avatar.png similarity index 100% rename from static/assets/images/default-avatar.png rename to assets/images/default-avatar.png diff --git a/static/assets/images/default-background.jpg b/assets/images/default-background.jpg similarity index 100% rename from static/assets/images/default-background.jpg rename to assets/images/default-background.jpg diff --git a/static/assets/images/default-hero.jpg b/assets/images/default-hero.jpg similarity index 100% rename from static/assets/images/default-hero.jpg rename to assets/images/default-hero.jpg diff --git a/static/assets/images/favicon.png b/assets/images/favicon.png similarity index 98% rename from static/assets/images/favicon.png rename to assets/images/favicon.png index 72664d9..cdf43b6 100644 Binary files a/static/assets/images/favicon.png and b/assets/images/favicon.png differ diff --git a/static/assets/images/hugo-logo-wide.svg b/assets/images/hugo-logo.svg similarity index 100% rename from static/assets/images/hugo-logo-wide.svg rename to assets/images/hugo-logo.svg diff --git a/static/assets/images/inverted-logo.png b/assets/images/inverted-logo.png similarity index 98% rename from static/assets/images/inverted-logo.png rename to assets/images/inverted-logo.png index 72664d9..cdf43b6 100644 Binary files a/static/assets/images/inverted-logo.png and b/assets/images/inverted-logo.png differ diff --git a/static/assets/images/main-logo.png b/assets/images/main-logo.png similarity index 96% rename from static/assets/images/main-logo.png rename to assets/images/main-logo.png index 2447af9..d13e0ba 100644 Binary files a/static/assets/images/main-logo.png and b/assets/images/main-logo.png differ diff --git a/assets/images/theme-logo.png b/assets/images/theme-logo.png new file mode 100644 index 0000000..cdf43b6 Binary files /dev/null and b/assets/images/theme-logo.png differ diff --git a/exampleSite/static/images/author/jessica.png b/exampleSite/assets/images/author/jessica.png similarity index 97% rename from exampleSite/static/images/author/jessica.png rename to exampleSite/assets/images/author/jessica.png index 81032cb..ee97acf 100644 Binary files a/exampleSite/static/images/author/jessica.png and b/exampleSite/assets/images/author/jessica.png differ diff --git a/exampleSite/static/images/author/john.png b/exampleSite/assets/images/author/john.png similarity index 97% rename from exampleSite/static/images/author/john.png rename to exampleSite/assets/images/author/john.png index 538866c..b7abf85 100644 Binary files a/exampleSite/static/images/author/john.png and b/exampleSite/assets/images/author/john.png differ diff --git a/exampleSite/static/images/sections/achievements/graduation-cap.jpg b/exampleSite/assets/images/sections/achievements/graduation-cap.jpg similarity index 100% rename from exampleSite/static/images/sections/achievements/graduation-cap.jpg rename to exampleSite/assets/images/sections/achievements/graduation-cap.jpg diff --git a/exampleSite/static/images/sections/achievements/presenter.jpg b/exampleSite/assets/images/sections/achievements/presenter.jpg similarity index 100% rename from exampleSite/static/images/sections/achievements/presenter.jpg rename to exampleSite/assets/images/sections/achievements/presenter.jpg diff --git a/exampleSite/static/images/sections/achievements/sport.jpg b/exampleSite/assets/images/sections/achievements/sport.jpg similarity index 100% rename from exampleSite/static/images/sections/achievements/sport.jpg rename to exampleSite/assets/images/sections/achievements/sport.jpg diff --git a/exampleSite/static/images/sections/achievements/woman-winner.jpg b/exampleSite/assets/images/sections/achievements/woman-winner.jpg similarity index 100% rename from exampleSite/static/images/sections/achievements/woman-winner.jpg rename to exampleSite/assets/images/sections/achievements/woman-winner.jpg diff --git a/exampleSite/static/images/sections/projects/kubernetes.png b/exampleSite/assets/images/sections/projects/kubernetes.png similarity index 99% rename from exampleSite/static/images/sections/projects/kubernetes.png rename to exampleSite/assets/images/sections/projects/kubernetes.png index 20d44e4..ae38b16 100644 Binary files a/exampleSite/static/images/sections/projects/kubernetes.png and b/exampleSite/assets/images/sections/projects/kubernetes.png differ diff --git a/exampleSite/static/images/sections/projects/no-code.png b/exampleSite/assets/images/sections/projects/no-code.png similarity index 99% rename from exampleSite/static/images/sections/projects/no-code.png rename to exampleSite/assets/images/sections/projects/no-code.png index 34dd4ea..37033fb 100644 Binary files a/exampleSite/static/images/sections/projects/no-code.png and b/exampleSite/assets/images/sections/projects/no-code.png differ diff --git a/exampleSite/static/images/sections/projects/tensorflow.png b/exampleSite/assets/images/sections/projects/tensorflow.png similarity index 100% rename from exampleSite/static/images/sections/projects/tensorflow.png rename to exampleSite/assets/images/sections/projects/tensorflow.png diff --git a/exampleSite/static/images/sections/projects/toha.png b/exampleSite/assets/images/sections/projects/toha.png similarity index 96% rename from exampleSite/static/images/sections/projects/toha.png rename to exampleSite/assets/images/sections/projects/toha.png index 5f6cd0f..d13e0ba 100644 Binary files a/exampleSite/static/images/sections/projects/toha.png and b/exampleSite/assets/images/sections/projects/toha.png differ diff --git a/exampleSite/static/images/sections/skills/c++.png b/exampleSite/assets/images/sections/skills/c++.png similarity index 99% rename from exampleSite/static/images/sections/skills/c++.png rename to exampleSite/assets/images/sections/skills/c++.png index 368f574..8d4b093 100644 Binary files a/exampleSite/static/images/sections/skills/c++.png and b/exampleSite/assets/images/sections/skills/c++.png differ diff --git a/exampleSite/static/images/sections/skills/cloud.png b/exampleSite/assets/images/sections/skills/cloud.png similarity index 100% rename from exampleSite/static/images/sections/skills/cloud.png rename to exampleSite/assets/images/sections/skills/cloud.png diff --git a/exampleSite/static/images/sections/skills/docker.svg b/exampleSite/assets/images/sections/skills/docker.svg similarity index 100% rename from exampleSite/static/images/sections/skills/docker.svg rename to exampleSite/assets/images/sections/skills/docker.svg diff --git a/exampleSite/static/images/sections/skills/git.png b/exampleSite/assets/images/sections/skills/git.png similarity index 98% rename from exampleSite/static/images/sections/skills/git.png rename to exampleSite/assets/images/sections/skills/git.png index bee2d7c..1eb2fb6 100644 Binary files a/exampleSite/static/images/sections/skills/git.png and b/exampleSite/assets/images/sections/skills/git.png differ diff --git a/exampleSite/static/images/sections/skills/go.png b/exampleSite/assets/images/sections/skills/go.png similarity index 97% rename from exampleSite/static/images/sections/skills/go.png rename to exampleSite/assets/images/sections/skills/go.png index 06820a5..e0c73d5 100644 Binary files a/exampleSite/static/images/sections/skills/go.png and b/exampleSite/assets/images/sections/skills/go.png differ diff --git a/exampleSite/static/images/sections/skills/kubernetes.png b/exampleSite/assets/images/sections/skills/kubernetes.png similarity index 99% rename from exampleSite/static/images/sections/skills/kubernetes.png rename to exampleSite/assets/images/sections/skills/kubernetes.png index 20d44e4..ae38b16 100644 Binary files a/exampleSite/static/images/sections/skills/kubernetes.png and b/exampleSite/assets/images/sections/skills/kubernetes.png differ diff --git a/exampleSite/static/images/sections/skills/linux.png b/exampleSite/assets/images/sections/skills/linux.png similarity index 100% rename from exampleSite/static/images/sections/skills/linux.png rename to exampleSite/assets/images/sections/skills/linux.png diff --git a/exampleSite/static/images/sections/skills/prometheus.png b/exampleSite/assets/images/sections/skills/prometheus.png similarity index 99% rename from exampleSite/static/images/sections/skills/prometheus.png rename to exampleSite/assets/images/sections/skills/prometheus.png index ef064e5..03d0e0f 100644 Binary files a/exampleSite/static/images/sections/skills/prometheus.png and b/exampleSite/assets/images/sections/skills/prometheus.png differ diff --git a/exampleSite/static/images/site/background.jpg b/exampleSite/assets/images/site/background.jpg similarity index 100% rename from exampleSite/static/images/site/background.jpg rename to exampleSite/assets/images/site/background.jpg diff --git a/exampleSite/static/images/site/favicon.png b/exampleSite/assets/images/site/favicon.png similarity index 96% rename from exampleSite/static/images/site/favicon.png rename to exampleSite/assets/images/site/favicon.png index 77914e7..1a4acb4 100644 Binary files a/exampleSite/static/images/site/favicon.png and b/exampleSite/assets/images/site/favicon.png differ diff --git a/exampleSite/static/images/site/inverted-logo.png b/exampleSite/assets/images/site/inverted-logo.png similarity index 96% rename from exampleSite/static/images/site/inverted-logo.png rename to exampleSite/assets/images/site/inverted-logo.png index 77914e7..1a4acb4 100644 Binary files a/exampleSite/static/images/site/inverted-logo.png and b/exampleSite/assets/images/site/inverted-logo.png differ diff --git a/exampleSite/static/images/site/main-logo.png b/exampleSite/assets/images/site/main-logo.png similarity index 98% rename from exampleSite/static/images/site/main-logo.png rename to exampleSite/assets/images/site/main-logo.png index ff83d6c..0431909 100644 Binary files a/exampleSite/static/images/site/main-logo.png and b/exampleSite/assets/images/site/main-logo.png differ diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index eccd2fe..1d1fd7f 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -1,5 +1,6 @@ baseURL: http://example.org/ languageCode: en-us +defaultContentLanguage: en title: "Toha" theme: "toha" diff --git a/exampleSite/data/bn/sections/education.yaml b/exampleSite/data/bn/sections/education.yaml new file mode 100644 index 0000000..d5acb08 --- /dev/null +++ b/exampleSite/data/bn/sections/education.yaml @@ -0,0 +1,89 @@ +# section information +section: + name: শিক্ষা জীবন + id: education + template: sections/education.html + enable: true + weight: 4 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +degrees: +- name: কোয়ান্টাম ক্রিপ্টোগ্রাফিতে পি. এইচ. ডি. + icon: fa-microscope + timeframe: ২০১৬-২০২০ + institution: + name: এ. বি. সি. প্রযুক্তি বিশ্ববিদ্যালয় + url: "#" + grade: + scale: সিজিপিএ + achieved: ৪ + outOf: ৩.৬ + publications: + - title: অর্থহীন লেখা যার মাঝে আছে অনেক কিছু। + url: "#" + - title: হ্যাঁ, এই লেখার মাঝেই আছে অনেক কিছু। + url: "#" + - title: যদি তুমি মনে করো, এটা তোমার কাজে লাগবে, তাহলে তা লাগবে কাজে। + url: "#" +- name: কম্পিউটার সায়েন্স এন্ড ইঞ্জিনিয়ারিং এ বি.এসসি + icon: fa-graduation-cap + timeframe: ২০১২-২০১৬ + institution: + name: এক্স ওয়াই জেড বিশ্ববিদ্যালয় + url: "#" + grade: + scale: সিজিপিএ + achieved: ৪ + outOf: ৩.৫ + takenCourses: + # if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden. + showGrades: true + courses: + - name: ডেটা স্ট্রাকচারস এবং অ্যালগরিদম + achieved: ৩.৭৫ + outOf: ৪ + - name: নেটওয়ার্ক সিকিউরিটি + achieved: ৩.৮০ + outOf: ৪ + - name: অপারেটিং সিস্টেম + achieved: ৩.৫ + outOf: ৪ + - name: কৃত্রিম বুদ্ধিমত্তা + achieved: ৩.৭৫ + outOf: ৪ + publications: + - title: নিজের ভাষায় লেখা দেখতে অভ্যস্ত হও। + url: "#" + - title: মনে রাখবে লেখা অর্থহীন হয়, যখন তুমি তাকে অর্থহীন মনে করো; আর লেখা অর্থবোধকতা তৈরি করে, যখন তুমি তাতে অর্থ ঢালো। + url: "#" + extracurricularActivities: + - কোনো লেখাই তোমার কাছে অর্থবোধকতা তৈরি করতে পারে, যদি তুমি সেখানে অর্থদ্যোতনা দেখতে পাও। + - যে কথাকে কাজে লাগাতে চাও, তাকে কাজে লাগানোর কথা চিন্তা করার আগে ভাবো, তুমি কি সেই কথার জাদুতে আচ্ছন্ন হয়ে গেছ কিনা। + - তুমি যদি নিশ্চিত হও যে, তুমি কোনো মোহাচ্ছাদিত আবহে আবিষ্ট হয়ে অন্যের শেখানো বুলি আত্মস্থ করছো না, তাহলে তুমি নির্ভয়ে, নিশ্চিন্তে অগ্রসর হও। + - তুমি সেই কথাকে জানো, বুঝো, আত্মস্থ করো; মনে রাখবে, যা অনুসরণ করতে চলেছো, তা আগে অনুধাবন করা জরুরি; এখানে কিংকর্তব্যবিমূঢ় হবার কোনো সুযোগ নেই। +- name: উচ্চমাধ্যমিক সার্টিফিকেট + icon: fa-university + timeframe: ২০১০-২০১২ + institution: + name: এমএসটি বিজ্ঞান কলেজ + url: "#" + grade: + scale: জিপিএ + achieved: ৫ + outOf: ৫ + extracurricularActivities: + - কোনো কথা শোনামাত্রই কি তুমি তা বিশ্বাস করবে? + - হয়তো বলবে, করবে, হয়তো বলবে “আমি করবো না।” + - তাই কোন কথাটি কাজে লাগবে, তা নির্ধারণ করবে তুমি— হ্যাঁ, তুমি। + - নিজেই ঠিক করো, নিজের ভাষাটা কি অর্থহীন, নাকি কিছু সত্যিই বলছে! +- name: মাধ্যমিক সার্টিফিকেট + icon: fa-school + timeframe: ২০০৫-২০১০ + institution: + name: জে কে স্কুল অফ সায়েন্স + grade: + scale: জিপিএ + achieved: ৫ + outOf: ৪.৫ diff --git a/exampleSite/data/bn/sections/skills.yaml b/exampleSite/data/bn/sections/skills.yaml index a18e539..e9018ea 100644 --- a/exampleSite/data/bn/sections/skills.yaml +++ b/exampleSite/data/bn/sections/skills.yaml @@ -13,38 +13,38 @@ section: # Give a summary of you each skill in the summary section. skills: - name: Kubernetes - icon: "/images/sections/skills/kubernetes.png" + logo: "/images/sections/skills/kubernetes.png" summary: "আমি Kubernetes এ অ্যাপ্লিকেশান পরিচালনা করতে সক্ষম । আমার Kubernetes এ CRD এর জন্য কন্ট্রোলার লিখার অভিজ্ঞতা আছে ।" url: "https://kubernetes.io/" - name: Go ডেভেলপমেন্ট - icon: "/images/sections/skills/go.png" + logo: "/images/sections/skills/go.png" summary: "ডেভেলপমেন্টের জন্য প্রধান ভাষা হিসেবে ব্যবহার করছি। টেস্ট যোগ্য, রক্ষণাবেক্ষণ যোগ্য কোড লিখতে সক্ষম।" url: "https://golang.org/" - name: ক্লাউড কম্পিউটিং - icon: "/images/sections/skills/cloud.png" + logo: "/images/sections/skills/cloud.png" summary: "GCP, AWS, Azure গুলোর মত বেশিরভাগ বড় বড় ক্লাউড নিয়ে কাজর অভিজ্ঞতা আছে।" - name: Docker - icon: "/images/sections/skills/docker.svg" + logo: "/images/sections/skills/docker.svg" summary: "বেশির ভাগ প্রোগ্রামেরই Docker কন্টেইনার তৈরি করি। মাল্টি স্টেজ এবং মাল্টি আর্কিটেকচার কন্টেইনার নিয়ে অভিজ্ঞতা আছে।" url: "https://www.docker.com/" - name: Prometheus - icon: "/images/sections/skills/prometheus.png" + logo: "/images/sections/skills/prometheus.png" summary: "Prometheus metrics সেটআপ ও কনফিগার করতে সক্ষম। PromQL, AlertManager নিয়ে অভিজ্ঞতা আছে। Metric exporters লিখাতেও অভিজ্ঞতা আছে।" url: "https://prometheus.io/" - name: লিনাক্স - icon: "/images/sections/skills/linux.png" + logo: "/images/sections/skills/linux.png" summary: "প্রধান অপারেটিং সিস্টেম হিসেবে ব্যবহার করছি। bash/shell scripts লিখতে সক্ষম।" - name: গিট - icon: "/images/sections/skills/git.png" + logo: "/images/sections/skills/git.png" summary: "গিট ভিত্তিক ডেভেলপমেন্টের অভিজ্ঞতা আছে। বেশির ভাগ ক্ষেতরেই GitHub ব্যবহার করি তবে GitLab ব্যবহারেরও অভিজ্ঞতা আছে।" url: "https://git-scm.com/" - name: C++ - icon: "/images/sections/skills/c++.png" + logo: "/images/sections/skills/c++.png" summary: "বেসিক C/C++ প্রোগ্রামিং জানি । প্রব্লেম সল্ভিং এবং কন্টেস্ট এর জন্য ব্যবহার করেছি।" diff --git a/exampleSite/data/en/sections/education.yaml b/exampleSite/data/en/sections/education.yaml new file mode 100644 index 0000000..6c7e819 --- /dev/null +++ b/exampleSite/data/en/sections/education.yaml @@ -0,0 +1,89 @@ +# 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: Ph.D in Quantum Cryptography + icon: fa-microscope + timeframe: 2016-2020 + institution: + name: ABC University of Technology + url: "#" + grade: #(optional) + scale: CGPA + achieved: 3.6 + outOf: 4 + publications: #(optional) + - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit. + url: "#" + - title: Fusce eu augue ut odio porttitor pulvinar. + url: "#" + - title: Nullam vitae orci tincidunt purus viverra pulvinar. + url: "#" +- name: B.Sc. in Computer Science & Engineering + icon: fa-graduation-cap + timeframe: 2012-2016 + institution: + name: University of XYZ + url: "#" + grade: #(optional) + scale: CGPA + achieved: 3.5 + outOf: 4 + takenCourses: #(optional) + # if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden. + showGrades: true + courses: + - name: Data Structures and Algorithm + achieved: 3.75 + outOf: 4 + - name: Network Security + achieved: 3.80 + outOf: 4 + - name: Operating System + achieved: 3.5 + outOf: 4 + - name: Artificial Intelligent + achieved: 3.75 + outOf: 4 + publications: #(optional) + - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit. + url: "#" + - title: Fusce eu augue ut odio porttitor pulvinar. + url: "#" + extracurricularActivities: #(optional) + - In vitae facilisis est, eget porta sem. + - Vestibulum consectetur lorem justo, at laoreet lorem feugiat et. + - Duis sed massa feugiat, ornare justo et, aliquam est. + - Pellentesque ut fringilla magna. +- name: Higher Secondary School Certificate + icon: fa-university + timeframe: 2010-2012 + institution: + name: MST College of Science + url: "#" + grade: #(optional) + scale: GPA + achieved: 5 + outOf: 5 + extracurricularActivities: #(optional) + - In vitae facilisis est, eget porta sem. + - Vestibulum consectetur lorem justo, at laoreet lorem feugiat et. + - Duis sed massa feugiat, ornare justo et, aliquam est. + - Pellentesque ut fringilla magna. +- name: Secondary School Certificate + icon: fa-school + timeframe: 2005-2010 + institution: + name: JK School of Science + grade: #(optional) + scale: GPA + achieved: 4.5 + outOf: 5 diff --git a/exampleSite/data/en/sections/skills.yaml b/exampleSite/data/en/sections/skills.yaml index 3863d3f..f9f6867 100644 --- a/exampleSite/data/en/sections/skills.yaml +++ b/exampleSite/data/en/sections/skills.yaml @@ -12,38 +12,38 @@ section: # Give a summary of you each skill in the summary section. skills: - name: Kubernetes - icon: "/images/sections/skills/kubernetes.png" + logo: "/images/sections/skills/kubernetes.png" summary: "Capable of deploying, managing application on Kubernetes. Experienced in writing Kubernetes controllers for CRDs." url: "https://kubernetes.io/" - name: Go Development - icon: "/images/sections/skills/go.png" + logo: "/images/sections/skills/go.png" summary: "Using as the main language for professional development. Capable of writing scalable, testable, and maintainable program." url: "https://golang.org/" - name: Cloud Computing - icon: "/images/sections/skills/cloud.png" + logo: "/images/sections/skills/cloud.png" summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc." - name: Docker - icon: "/images/sections/skills/docker.svg" + logo: "/images/sections/skills/docker.svg" summary: "Write most of the programs as dockerized container. Experienced with multi-stage, multi-arch build process." url: "https://www.docker.com/" - name: Prometheus - icon: "/images/sections/skills/prometheus.png" + logo: "/images/sections/skills/prometheus.png" summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters." url: "https://prometheus.io/" - name: Linux - icon: "/images/sections/skills/linux.png" + logo: "/images/sections/skills/linux.png" summary: "Using as the main operating system. Capable of writing bash/shell scripts." - name: Git - icon: "/images/sections/skills/git.png" + logo: "/images/sections/skills/git.png" summary: "Experienced with git-based development. Mostly, use Github. Also, have experience in working with GitLab." url: "https://git-scm.com/" - name: C++ - icon: "/images/sections/skills/c++.png" + logo: "/images/sections/skills/c++.png" summary: "Know basic C/C++ programming. Used for contest programming and problem solving." diff --git a/exampleSite/data/fr/sections/skills.yaml b/exampleSite/data/fr/sections/skills.yaml index f3b96da..a6046b6 100644 --- a/exampleSite/data/fr/sections/skills.yaml +++ b/exampleSite/data/fr/sections/skills.yaml @@ -13,38 +13,38 @@ section: # Give a summary of you each skill in the summary section. skills: - name: Kubernetes - icon: "/images/sections/skills/kubernetes.png" + logo: "/images/sections/skills/kubernetes.png" summary: "Capable de déployer, de gérer l'application sur Kubernetes. Expérimenté dans la rédaction de contrôleurs Kubernetes pour les CRD." url: "https://kubernetes.io/" - name: Go - icon: "/images/sections/skills/go.png" + logo: "/images/sections/skills/go.png" summary: "Utiliser comme langue principale pour le développement professionnel. Capable d'écrire des programmes évolutifs, testables et maintenables." url: "https://golang.org/" - name: Cloud Computing - icon: "/images/sections/skills/cloud.png" + logo: "/images/sections/skills/cloud.png" summary: "A travaillé avec la plupart des principaux nuages tels que GCP, AWS, Azure, etc." - name: Docker - icon: "/images/sections/skills/docker.svg" + logo: "/images/sections/skills/docker.svg" summary: "Inscrivez la plupart des programmes en tant que conteneur déchargé. Expérimenté dans le processus de construction en plusieurs étapes et en plusieurs arcs." url: "https://www.docker.com/" - name: Prometheus - icon: "/images/sections/skills/prometheus.png" + logo: "/images/sections/skills/prometheus.png" summary: "Capable d'installation, de configurer les métriques de Prometheus. Expérimenté avec PromQL, AlertManager. Expérimenté également dans la rédaction d'exportateurs de métriques." url: "https://prometheus.io/" - name: Linux - icon: "/images/sections/skills/linux.png" + logo: "/images/sections/skills/linux.png" summary: "Utilisé comme système d'exploitation principal. Capable d'écrire des scripts bash/shell." - name: Git - icon: "/images/sections/skills/git.png" + logo: "/images/sections/skills/git.png" summary: "Expérimenté dans le développement basé sur les GIT. Surtout, utilisez Github. Avoir également une expérience de travail avec GitLab." url: "https://git-scm.com/" - name: C++ - icon: "/images/sections/skills/c++.png" + logo: "/images/sections/skills/c++.png" summary: "Connaître les bases de la programmation C/C++. Utilisé pour la programmation de concours et la résolution de problèmes." diff --git a/exampleSite/data/id/sections/skills.yaml b/exampleSite/data/id/sections/skills.yaml index 90cde9e..47fd2bc 100644 --- a/exampleSite/data/id/sections/skills.yaml +++ b/exampleSite/data/id/sections/skills.yaml @@ -12,38 +12,38 @@ section: # Give a summary of you each skill in the summary section. skills: - name: Kubernetes - icon: "/images/sections/skills/kubernetes.png" + logo: "/images/sections/skills/kubernetes.png" summary: "Mampu menerapkan, mengelola aplikasi di Kubernetes. Berpengalaman dalam menulis pengontrol Kubernetes untuk CRD." url: "https://kubernetes.io/" - name: Go Development - icon: "/images/sections/skills/go.png" + logo: "/images/sections/skills/go.png" summary: "Menggunakan sebagai bahasa utama untuk pengembangan profesional. Mampu menulis program yang dapat diskalakan, dapat diuji, dan dipelihara." url: "https://golang.org/" - name: Cloud Computing - icon: "/images/sections/skills/cloud.png" + logo: "/images/sections/skills/cloud.png" summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc." - name: Docker - icon: "/images/sections/skills/docker.svg" + logo: "/images/sections/skills/docker.svg" summary: "Tulis sebagian besar program sebagai kontainer docker. Berpengalaman dengan proses pembangunan multi-tahap dan multi-arch." url: "https://www.docker.com/" - name: Prometheus - icon: "/images/sections/skills/prometheus.png" + logo: "/images/sections/skills/prometheus.png" summary: "Mampu mengatur, mengkonfigurasi metrik Prometheus. Berpengalaman dengan PromQL, AlertManager. Juga, berpengalaman dengan eksportir menulis metrik." url: "https://prometheus.io/" - name: Linux - icon: "/images/sections/skills/linux.png" + logo: "/images/sections/skills/linux.png" summary: "Menggunakan sebagai sistem operasi utama. Mampu menulis skrip bash / shell." - name: Git - icon: "/images/sections/skills/git.png" + logo: "/images/sections/skills/git.png" summary: "Berpengalaman dengan pengembangan berbasis git. Kebanyakan, gunakan Github. Juga, miliki pengalaman bekerja dengan GitLab." url: "https://git-scm.com/" - name: C++ - icon: "/images/sections/skills/c++.png" + logo: "/images/sections/skills/c++.png" summary: "Ketahui pemrograman C / C ++ dasar. Digunakan untuk pemrograman kontes dan pemecahan masalah." diff --git a/exampleSite/data/it/sections/skills.yaml b/exampleSite/data/it/sections/skills.yaml index f07a904..dcf4305 100644 --- a/exampleSite/data/it/sections/skills.yaml +++ b/exampleSite/data/it/sections/skills.yaml @@ -12,38 +12,38 @@ section: # Fornisci una sintesi delle tue competenze per la sezione di sintesi. skills: - name: Kubernetes - icon: "/images/sections/skills/kubernetes.png" + logo: "/images/sections/skills/kubernetes.png" summary: "Capacità di distribuzione e gestione di applicazioni su Kubernetes. Esperienza nello sviluppo di controller CRD per Kubernetes." url: "https://kubernetes.io/" - name: Sviluppo Go - icon: "/images/sections/skills/go.png" + logo: "/images/sections/skills/go.png" summary: "Utilizzato come linguaggio principale per lo sviluppo professionale. Capacità di scrivere programmi scalabili, testabili e manutenibili." url: "https://golang.org/" - name: Cloud Computing - icon: "/images/sections/skills/cloud.png" + logo: "/images/sections/skills/cloud.png" summary: "Ha lavorato con la maggior parte dei principali sistemi cloud: GCP, AWS, Azure etc." - name: Docker - icon: "/images/sections/skills/docker.svg" + logo: "/images/sections/skills/docker.svg" summary: "Scittura di programmi come container dockerized. Esperienza con processi multi-stage e multi-arch." url: "https://www.docker.com/" - name: Prometheus - icon: "/images/sections/skills/prometheus.png" + logo: "/images/sections/skills/prometheus.png" summary: "Capacità di impostare e configurare metriche Prometheus. Esperienza con PromQL, AlertManager." url: "https://prometheus.io/" - name: Linux - icon: "/images/sections/skills/linux.png" + logo: "/images/sections/skills/linux.png" summary: "Utilizzato come principale sistema operativo. Capacità di scrivere script bash/shell." - name: Git - icon: "/images/sections/skills/git.png" + logo: "/images/sections/skills/git.png" summary: "Esperienza con lo sviluppo git, ed in particolare usando Github. Esperienza anche con GitLab." url: "https://git-scm.com/" - name: C++ - icon: "/images/sections/skills/c++.png" + logo: "/images/sections/skills/c++.png" summary: "Conoscenza della programmazione di base C/C++, utilizzata per vari progetti di programmazione e problem solving." diff --git a/i18n/bn.toml b/i18n/bn.toml index 5f6e04a..a39e5f9 100644 --- a/i18n/bn.toml +++ b/i18n/bn.toml @@ -45,4 +45,28 @@ other = "পূর্ববর্তী" other = "পরবর্তী" [improve_this_page] -other = "এই পৃষ্ঠাটি উন্নত করুন" \ No newline at end of file +other = "এই পৃষ্ঠাটি উন্নত করুন" + +[out_of] +other = "এর মধ্যে" + +[publications] +other = "প্রকাশনা সমূহ" + +[taken_courses] +other = "গৃহীত কোর্সসমূহ" + +[course_name] +other = "কোর্সের নাম" + +[total_credit] +other = "মোট ক্রেডিট" + +[obtained_credit] +other = "অর্জিত ক্রেডিট" + +[extracurricular_activities] +other = "পাঠক্রম বহির্ভূত কার্যক্রম" + +[see_more] +other = "আরো দেখুন" diff --git a/i18n/cn.toml b/i18n/cn.toml index 12f968b..00c01e0 100644 --- a/i18n/cn.toml +++ b/i18n/cn.toml @@ -48,4 +48,28 @@ other = "上一篇" other = "下一篇" [improve_this_page] -other = "改善此页面" \ No newline at end of file +other = "改善此页面" + +[out_of] +other = "之" + +[publications] +other = "刊物" + +[taken_courses] +other = "选修课程" + +[course_name] +other = "课程名" + +[total_credit] +other = "总信用" + +[obtained_credit] +other = "获得信贷" + +[extracurricular_activities] +other = "课外活动" + +[see_more] +other = "查看更多" diff --git a/i18n/de.toml b/i18n/de.toml index c5d8ebe..85f1a11 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -48,4 +48,28 @@ other = "Vorherige" other = "Nächste" [improve_this_page] -other = "Diese Seite verbessern" \ No newline at end of file +other = "Diese Seite verbessern" + +[out_of] +other = "van de" + +[publications] +other = "Publicaties" + +[taken_courses] +other = "Cursussen gevolgd" + +[course_name] +other = "Cursus naam" + +[total_credit] +other = "Totaal krediet" + +[obtained_credit] +other = "Krediet verkregen" + +[extracurricular_activities] +other = "Buitenschoolse activiteiten" + +[see_more] +other = "Bekijk meer" diff --git a/i18n/en.toml b/i18n/en.toml index 0831649..3a7aaf2 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -48,4 +48,28 @@ other = "Prev" other = "Next" [improve_this_page] -other = "Improve this page" \ No newline at end of file +other = "Improve this page" + +[out_of] +other = "out of" + +[publications] +other = "Publications" + +[taken_courses] +other = "Taken Courses" + +[course_name] +other = "Course Name" + +[total_credit] +other = "Total Credit" + +[obtained_credit] +other = "Obtained Credit" + +[extracurricular_activities] +other = "Extracurricular Activities" + +[see_more] +other = "See More" diff --git a/i18n/es.toml b/i18n/es.toml index cfd898b..a660c5d 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -49,3 +49,27 @@ other = "Siguiente" [improve_this_page] other = "Mejorar esta página" + +[out_of] +other = "de" + +[publications] +other = "Publicaciones" + +[taken_courses] +other = "Cursos tomados" + +[course_name] +other = "Nombre del curso" + +[total_credit] +other = "Crédito total" + +[obtained_credit] +other = "Crédito obtenido" + +[extracurricular_activities] +other = "Actividades extracurriculares" + +[see_more] +other = "Ver más" diff --git a/i18n/fr.toml b/i18n/fr.toml index 0157e98..44fa609 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -48,4 +48,28 @@ other = "Précédent" other = "Suivant" [improve_this_page] -other = "Améliorez cette page" \ No newline at end of file +other = "Améliorez cette page" + +[out_of] +other = "sur" + +[publications] +other = "Publications" + +[taken_courses] +other = "Taken Courses" + +[course_name] +other = "Cours suivis" + +[total_credit] +other = "Crédit total" + +[obtained_credit] +other = "Crédit obtenu" + +[extracurricular_activities] +other = "Activités extra-scolaires" + +[see_more] +other = "En savoir plus" diff --git a/i18n/id.toml b/i18n/id.toml index c84fc44..244803f 100644 --- a/i18n/id.toml +++ b/i18n/id.toml @@ -48,4 +48,28 @@ other = "Sebelumnya" other = "Lanjut" [improve_this_page] -other = "Perbaiki halaman ini" \ No newline at end of file +other = "Perbaiki halaman ini" + +[out_of] +other = "dari" + +[publications] +other = "Publikasi" + +[taken_courses] +other = "Kursus yang Diambil" + +[course_name] +other = "Nama kursus" + +[total_credit] +other = "Total Kredit" + +[obtained_credit] +other = "Memperoleh Kredit" + +[extracurricular_activities] +other = "Kegiatan ekstrakulikuler" + +[see_more] +other = "Lihat Selengkapnya" diff --git a/i18n/it.toml b/i18n/it.toml index 892d50f..bbfa747 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -48,4 +48,28 @@ other = "Precedente" other = "Successivo" [improve_this_page] -other = "Migliora questa pagina" \ No newline at end of file +other = "Migliora questa pagina" + +[out_of] +other = "su" + +[publications] +other = "Pubblicazioni" + +[taken_courses] +other = "Corsi presi" + +[course_name] +other = "Nome del corso" + +[total_credit] +other = "Credito totale" + +[obtained_credit] +other = "Credito ottenuto" + +[extracurricular_activities] +other = "Attività extracurriculari" + +[see_more] +other = "Vedi altro" diff --git a/i18n/jp.toml b/i18n/jp.toml index d768b27..5676860 100644 --- a/i18n/jp.toml +++ b/i18n/jp.toml @@ -36,7 +36,7 @@ other = "ご入力いただいたメールアドレスが他人に開示され other = "登録" [hugoAttributionText] -other = "Powered by" +other = "搭載" [prev] other = "前" @@ -46,3 +46,27 @@ other = "次" [improve_this_page] other = "編集リクエストを送る" + +[out_of] +other = "のうち" + +[publications] +other = "出版物" + +[taken_courses] +other = "受講したコース" + +[course_name] +other = "コース名" + +[total_credit] +other = "合計クレジット" + +[obtained_credit] +other = "取得したクレジット" + +[extracurricular_activities] +other = "課外活動" + +[see_more] +other = "続きを見る" diff --git a/i18n/ru.toml b/i18n/ru.toml index 725d4bb..2a525c9 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -48,4 +48,28 @@ other = "Предыдущий" other = "Следующий" [improve_this_page] -other = "Улучшить эту страницу" \ No newline at end of file +other = "Улучшить эту страницу" + +[out_of] +other = "из" + +[publications] +other = "Публикации" + +[taken_courses] +other = "Пройденные курсы" + +[course_name] +other = "Название курса" + +[total_credit] +other = "Общий кредит" + +[obtained_credit] +other = "Полученный кредит" + +[extracurricular_activities] +other = "Внеклассные занятия" + +[see_more] +other = "Узнать больше" diff --git a/i18n/vn.toml b/i18n/vn.toml new file mode 100644 index 0000000..331b699 --- /dev/null +++ b/i18n/vn.toml @@ -0,0 +1,75 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Trang chủ" + +[posts] +other = "Bài viết" + +[toc_heading] +other = "Mục lục" + +[at] +other = "tại" + +[resume] +other = "Sơ yếu lý lịch của tôi" + +[navigation] +other = "Điều hướng" + +[contact_me] +other = "Liên hệ với tôi" + +[email] +other = "Email" + +[phone] +other = "Điện thoại" + +[newsletter_text] +other = "Nhận email cập nhật thông tin" + +[newsletter_input_placeholder] +other = "Nhập email" + +[newsletter_warning] +other = "Chúng tôi sẽ không bao giờ chia sẻ email của bạn." + +[submit] +other = "Gửi" + +[hugoAttributionText] +other = "Được cung cấp bởi" + +[prev] +other = "Trước" + +[next] +other = "Tiếp theo" + +[improve_this_page] +other = "Cải thiện trang này" + +[out_of] +other = "trên" + +[publications] +other = "Ấn phẩm" + +[taken_courses] +other = "Đã thực hiện các khóa học" + +[course_name] +other = "Tên khóa học" + +[total_credit] +other = "Tổng số tín dụng" + +[obtained_credit] +other = "Tín dụng thu được" + +[extracurricular_activities] +other = "Các hoạt động ngoại khóa" + +[see_more] +other = "Xem thêm" diff --git a/layouts/404.html b/layouts/404.html index 941ecc1..17944c1 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,5 +1,5 @@ {{ define "header" }} - + {{ end }} {{ define "navbar" }} @@ -7,9 +7,19 @@ {{ end }} {{ define "content" }} +{{/* not found image */}} +{{ $notFoundImage := "/images/404.png" }} + +{{/* resize the image. don't resize svg because it is not supported */}} +{{ $notFoundImage := resources.Get $notFoundImage}} +{{ if and $notFoundImage (ne $notFoundImage.MediaType.SubType "svg") }} + {{ $notFoundImage = $notFoundImage.Resize "1500x" }} +{{ end }} +{{ $notFoundImage = $notFoundImage.RelPermalink}} +
- +

404

The page you are looking for is not there yet.

diff --git a/layouts/_default/list.html b/layouts/_default/list.html index c8a5dfd..f6e79cb 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,6 @@ {{ define "header" }} - - + + {{ end }} {{ define "navbar" }} @@ -10,7 +10,7 @@ {{ define "sidebar" }} {{ $blogHome:="#" }} {{ if site.IsMultiLingual }} - {{ $blogHome = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) "posts") }} + {{ $blogHome = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }} {{ end }}