diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml index 053e732..15878d7 100644 --- a/.github/workflows/autoprefixer.yml +++ b/.github/workflows/autoprefixer.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Setup Node - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.4 with: node-version: "15.x" @@ -21,7 +21,7 @@ jobs: npm run autoprefixer - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.5.0 + uses: peter-evans/create-pull-request@v3.6.0 with: branch: autoprefixer branch-suffix: timestamp 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/.github/workflows/enforce-label.yml b/.github/workflows/enforce-label.yml new file mode 100644 index 0000000..a3c2b14 --- /dev/null +++ b/.github/workflows/enforce-label.yml @@ -0,0 +1,13 @@ +name: Enforce Labels + +on: + pull_request: + types: [labeled, unlabeled, opened, edited, synchronize] +jobs: + enforce-label: + runs-on: ubuntu-latest + steps: + - uses: yogevbd/enforce-label-action@2.2.1 + with: + REQUIRED_LABELS_ANY: "automerge,breaking-change,bug-fix,enhancement,feature,translation" + REQUIRED_LABELS_ANY_DESCRIPTION: "The PR must have at least one these labels: ['automerge','breaking-change','bug-fix','enhancement','feature','translation']" 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/assets/images/404.png b/assets/images/404.png new file mode 100644 index 0000000..bc28bfa Binary files /dev/null and b/assets/images/404.png differ diff --git a/assets/images/404.svg b/assets/images/404.svg new file mode 100644 index 0000000..2c869bb --- /dev/null +++ b/assets/images/404.svg @@ -0,0 +1 @@ +page not found \ No newline at end of file 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/assets/images/default-background.jpg b/assets/images/default-background.jpg new file mode 100644 index 0000000..959a34c Binary files /dev/null and b/assets/images/default-background.jpg differ diff --git a/assets/images/default-hero.jpg b/assets/images/default-hero.jpg new file mode 100644 index 0000000..346fbf0 Binary files /dev/null and b/assets/images/default-hero.jpg differ diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000..cdf43b6 Binary files /dev/null and b/assets/images/favicon.png differ diff --git a/assets/images/hugo-logo.svg b/assets/images/hugo-logo.svg new file mode 100644 index 0000000..389c4a7 --- /dev/null +++ b/assets/images/hugo-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/inverted-logo.png b/assets/images/inverted-logo.png new file mode 100644 index 0000000..cdf43b6 Binary files /dev/null and b/assets/images/inverted-logo.png differ diff --git a/assets/images/main-logo.png b/assets/images/main-logo.png new file mode 100644 index 0000000..d13e0ba Binary files /dev/null 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/assets/images/author/jessica.png b/exampleSite/assets/images/author/jessica.png new file mode 100644 index 0000000..ee97acf Binary files /dev/null and b/exampleSite/assets/images/author/jessica.png differ diff --git a/exampleSite/assets/images/author/john.png b/exampleSite/assets/images/author/john.png new file mode 100644 index 0000000..b7abf85 Binary files /dev/null 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/assets/images/sections/achievements/presenter.jpg b/exampleSite/assets/images/sections/achievements/presenter.jpg new file mode 100644 index 0000000..4903d7a Binary files /dev/null and b/exampleSite/assets/images/sections/achievements/presenter.jpg differ diff --git a/exampleSite/assets/images/sections/achievements/sport.jpg b/exampleSite/assets/images/sections/achievements/sport.jpg new file mode 100644 index 0000000..6b3c4e6 Binary files /dev/null and b/exampleSite/assets/images/sections/achievements/sport.jpg differ diff --git a/exampleSite/assets/images/sections/achievements/woman-winner.jpg b/exampleSite/assets/images/sections/achievements/woman-winner.jpg new file mode 100644 index 0000000..a43ea0c Binary files /dev/null and b/exampleSite/assets/images/sections/achievements/woman-winner.jpg differ diff --git a/exampleSite/assets/images/sections/projects/kubernetes.png b/exampleSite/assets/images/sections/projects/kubernetes.png new file mode 100644 index 0000000..ae38b16 Binary files /dev/null and b/exampleSite/assets/images/sections/projects/kubernetes.png differ diff --git a/exampleSite/assets/images/sections/projects/no-code.png b/exampleSite/assets/images/sections/projects/no-code.png new file mode 100644 index 0000000..37033fb Binary files /dev/null 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/assets/images/sections/projects/toha.png b/exampleSite/assets/images/sections/projects/toha.png new file mode 100644 index 0000000..d13e0ba Binary files /dev/null and b/exampleSite/assets/images/sections/projects/toha.png differ diff --git a/exampleSite/assets/images/sections/skills/c++.png b/exampleSite/assets/images/sections/skills/c++.png new file mode 100644 index 0000000..8d4b093 Binary files /dev/null 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/assets/images/sections/skills/git.png b/exampleSite/assets/images/sections/skills/git.png new file mode 100644 index 0000000..1eb2fb6 Binary files /dev/null and b/exampleSite/assets/images/sections/skills/git.png differ diff --git a/exampleSite/assets/images/sections/skills/go.png b/exampleSite/assets/images/sections/skills/go.png new file mode 100644 index 0000000..e0c73d5 Binary files /dev/null and b/exampleSite/assets/images/sections/skills/go.png differ diff --git a/exampleSite/assets/images/sections/skills/kubernetes.png b/exampleSite/assets/images/sections/skills/kubernetes.png new file mode 100644 index 0000000..ae38b16 Binary files /dev/null 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/assets/images/sections/skills/prometheus.png b/exampleSite/assets/images/sections/skills/prometheus.png new file mode 100644 index 0000000..03d0e0f Binary files /dev/null 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/assets/images/site/favicon.png b/exampleSite/assets/images/site/favicon.png new file mode 100644 index 0000000..1a4acb4 Binary files /dev/null and b/exampleSite/assets/images/site/favicon.png differ diff --git a/exampleSite/assets/images/site/inverted-logo.png b/exampleSite/assets/images/site/inverted-logo.png new file mode 100644 index 0000000..1a4acb4 Binary files /dev/null and b/exampleSite/assets/images/site/inverted-logo.png differ diff --git a/exampleSite/assets/images/site/main-logo.png b/exampleSite/assets/images/site/main-logo.png new file mode 100644 index 0000000..0431909 Binary files /dev/null and b/exampleSite/assets/images/site/main-logo.png differ diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index cb526ef..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" @@ -15,7 +16,7 @@ languages: fr: languageName: Français weight: 3 - id: + id: languageName: Indonesian weight: 4 de: @@ -24,6 +25,12 @@ languages: es: languageName: Spanish weight: 6 + it: + languageName: Italian + weight: 7 + cn: + languageName: 中文 + weight: 8 # Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks. # DefaultContentLanguage: fr 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/cn/author.yaml b/exampleSite/data/cn/author.yaml new file mode 100644 index 0000000..5e29089 --- /dev/null +++ b/exampleSite/data/cn/author.yaml @@ -0,0 +1,18 @@ +# some information about you +name: "乔伊" +nickname: "伊" +# greeting message before your name. it will default to "Hi! I am" if not provided +greeting: "哟, 我是" +image: "images/author/john.png" +# give your some contact information. they will be used in the footer +contactInfo: + 邮箱: "qiaoyi@example.com" + 电话: "+0123456789" + +# some summary about what you do,首页滚动信息 +summary: + - I am a Developer + - I am a Devops + - I love servers + - I work on open-source projects + - I love to work with some fun projects diff --git a/exampleSite/data/cn/sections/about.yaml b/exampleSite/data/cn/sections/about.yaml new file mode 100644 index 0000000..7899ef1 --- /dev/null +++ b/exampleSite/data/cn/sections/about.yaml @@ -0,0 +1,82 @@ +# section information +section: + name: 简介 + id: about + enable: true + weight: 1 + showOnNavbar: true + template: sections/about.html + +# your designation +designation: 软件工程师 +# your company information +company: + name: 某某公司. + url: "https://www.example.com" + +# your resume. this file path should be relative to you "static" directory +resume: "files/resume.pdf" + +# a summary about you +summary: "我是一个软件工程师,就职于某某公司,巴拉巴拉." + +# your social links +# give as many as you want. use font-awesome for the icons. +socialLinks: + - name: Email + icon: "fas fa-envelope" + url: "example@gmail.com" + + - name: Github + icon: "fab fa-github" + url: "https://www.github.com/example" + + - name: PGP key + icon: "fab fa-keybase" + url: "#" + + - name: LinkedIn + icon: "fab fa-linkedin" + url: "#" + + - name: Twitter + icon: "fab fa-twitter" + url: "#" + + - name: Facebook + icon: "fab fa-facebook" + url: "#" + + - name: Steam + icon: "fab fa-steam" + url: "#" + +# your soft skills +# give the percentage between 50 to 100 with 5 intervals. +# currently supported colors: blue, yellow, pink, green, sky, orange +softSkills: + - name: 领导能力 + percentage: 90 + color: blue + - name: 团队合作 + percentage: 90 + color: yellow + - name: 沟通能力 + percentage: 85 + color: pink + - name: 辛勤刻苦 + percentage: 85 + color: green + - name: 接受能力 + percentage: 85 + color: sky + - name: 攻坚能力 + percentage: 85 + color: orange +# you can also provide color code instead of pre-defined color name +# - name: Example 1 +# percentage: 75 +# color: "#00adb5" +# - name: Example 2 +# percentage: 65 +# color: "#8b8383" diff --git a/exampleSite/data/cn/sections/achievements.yaml b/exampleSite/data/cn/sections/achievements.yaml new file mode 100644 index 0000000..206bb1d --- /dev/null +++ b/exampleSite/data/cn/sections/achievements.yaml @@ -0,0 +1,24 @@ +# section information +section: + name: 成就 + id: achievements + enable: true + weight: 6 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# Your achievements achievements +achievements: +- title: Best Presenter + image: /images/sections/achievements/presenter.jpg + summary: Best presenter in the 2020 XYZ conference. +- title: Champion + image: /images/sections/achievements/sport.jpg + summary: Champion in cycling inter-city cycling championship 2020. +- title: Graduation + image: /images/sections/achievements/graduation-cap.jpg + summary: Received Bachelor of Science (B.Sc.) in Computer Science and Engineer from XYZ University. +- title: Award Winner + image: /images/sections/achievements/woman-winner.jpg + summary: Wined best paper award at IEE Conference 2020. diff --git a/exampleSite/data/cn/sections/experiences.yaml b/exampleSite/data/cn/sections/experiences.yaml new file mode 100644 index 0000000..6f3b033 --- /dev/null +++ b/exampleSite/data/cn/sections/experiences.yaml @@ -0,0 +1,64 @@ +# section information +section: + name: 履历 + id: experiences + enable: true + weight: 3 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# Your experiences +experiences: +- company: + name: Example Co. + url: "https://www.example.com" + location: Dhaka Branch + # company overview + overview: Example Co. is a widely recognized company for cloud-native development. It builds tools for Kubernetes. + positions: + - designation: Senior Software Engineer + start: Nov 2019 + # don't provide end date if you are currently working there. It will be replaced by "Present" + # end: Dec 2020 + # give some points about what was your responsibilities at the company. + responsibilities: + - Design and develop XYZ tool for ABC task + - Design, develop and manage disaster recovery tool [Xtool](https://www.example.com) that backup Kubernetes volumes, databases, and cluster's resource definition. + - Lead backend team. + + - designation: Junior Software Engineer + start: Nov 2017 + end: Oct 2019 + responsibilities: + - Implement and test xyz feature for abc tool. + - Support client for abc tool. + - Learn k,d,w technology for xyz. + +- company: + name: PreExample Co. + url: "https://www.preexample.com" + location: Nowhere + overview: PreExample Co. is a gateway company to enter into Example co. So, nothing special here. + positions: + - designation: Software Engineer + start: March 2016 + end: May 2017 + responsibilities: + - Write lots of example codes. + - Read lots of examples. + - See lots of example videos. + +- company: + name: Intern Counting Company (ICC). + url: "https://www.intern.com" + location: Intern Land + overview: Intern counting Company (ICC) is responsible for counting worldwide intern Engineers. + positions: + - designation: Intern + start: Jun 2015 + end: Jan 2016 + responsibilities: + - Count lost of interns. + - Count more interns. + - Count me as an intern. diff --git a/exampleSite/data/cn/sections/projects.yaml b/exampleSite/data/cn/sections/projects.yaml new file mode 100644 index 0000000..36bf5bd --- /dev/null +++ b/exampleSite/data/cn/sections/projects.yaml @@ -0,0 +1,64 @@ +# section information +section: + name: 项目 + id: projects + enable: true + weight: 4 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# filter buttons +buttons: +- name: All + filter: "all" +- name: Professional + filter: "professional" +- name: Academic + filter: "academic" +- name: Hobby + filter: "hobby" + +# your projects +projects: +- name: Kubernetes + logo: /images/sections/projects/kubernetes.png + role: Contributor + timeline: "March 2018 - Present" + repo: https://github.com/kubernetes/kubernetes # If your project is a public repo on GitHub, then provide this link. it will show star count. + #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: Production-Grade Container Scheduling and Management. + tags: ["professional", "kubernetes", "cloud"] + +- name: Tensorflow + logo: /images/sections/projects/tensorflow.png + role: Developer + timeline: "Jun 2018 - Present" + repo: https://github.com/tensorflow/tensorflow + #url: "" + summary: An Open Source Machine Learning Framework for Everyone. + tags: ["professional", "machine-learning","academic"] + +- name: A sample academic paper + role: Team Lead + timeline: "Jan 2017 - Nov 2017" + url: "https://www.example.com" + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente eius reprehenderit animi suscipit autem eligendi esse amet aliquid error eum. Accusantium distinctio soluta aliquid quas placeat modi suscipit eligendi nisi. + tags: ["academic","iot"] + +- name: Nocode + logo: /images/sections/projects/no-code.png + role: Nothing + timeline: "Oct 2019 - Dec 2019" + repo: https://github.com/kelseyhightower/nocode + #url: "" + summary: The best way to write secure and reliable applications. Write nothing; deploy nowhere. + tags: ["hobby", "fun"] + +- name: Toha + logo: /images/sections/projects/toha.png + role: Owner + timeline: "Jun 2019 - Present" + repo: https://github.com/hossainemruz/toha + summary: A Hugo theme for personal portfolio. + tags: ["hobby","hugo","theme","professional"] diff --git a/exampleSite/data/cn/sections/recent-posts.yaml b/exampleSite/data/cn/sections/recent-posts.yaml new file mode 100644 index 0000000..1bdb8a5 --- /dev/null +++ b/exampleSite/data/cn/sections/recent-posts.yaml @@ -0,0 +1,11 @@ +# section information +section: + name: 最近文章 + id: recent-posts + enable: true + weight: 5 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# no additional configuration is required diff --git a/exampleSite/data/cn/sections/skills.yaml b/exampleSite/data/cn/sections/skills.yaml new file mode 100644 index 0000000..f25e535 --- /dev/null +++ b/exampleSite/data/cn/sections/skills.yaml @@ -0,0 +1,49 @@ +# section information +section: + name: 技能 + id: skills + enable: true + weight: 2 + showOnNavbar: true + # Can optionally hide the title in sections + # hideTitle: true + +# Your Skills. +# Give a summary of you each skill in the summary section. +skills: +- name: Kubernetes + icon: "/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" + 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" + summary: "Worked with most of the major clouds such as GCP, AWS, Azure etc." + +- name: Docker + icon: "/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" + 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" + summary: "Using as the main operating system. Capable of writing bash/shell scripts." + +- name: Git + icon: "/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" + summary: "Know basic C/C++ programming. Used for contest programming and problem solving." diff --git a/exampleSite/data/cn/site.yaml b/exampleSite/data/cn/site.yaml new file mode 100644 index 0000000..bd8412f --- /dev/null +++ b/exampleSite/data/cn/site.yaml @@ -0,0 +1,13 @@ +# Copyright Notice +copyright: © 2008 - 2020 Copyright. + +# Meta description for your site. This will help the search engines to find your site. +description: Portfolio and personal blog of John Doe. + +# specify the list of custom menus that you want to show in the top navbar. +# they will be separated by a divider from the main menus. +customMenus: + - name: 文档 + url: https://toha-guides.netlify.app/posts/ + # - name: 关于 #这里可以放个人说明页 + # url: about 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/author.yaml b/exampleSite/data/it/author.yaml new file mode 100644 index 0000000..311c37b --- /dev/null +++ b/exampleSite/data/it/author.yaml @@ -0,0 +1,18 @@ +# alcune informazioni su di te +name: "John Doe" +nickname: "John" +# messaggio di saluto prima del tuo nome. Se non inserito, verrà visualizzato "Hi! I am" +greeting: "Ciao, sono" +image: "images/author/john.png" +# inserisci le tue informazioni di contatto. Saranno utilizzate nel piè di pagina +contactInfo: + email: "johndoe@example.com" + phone: "+0123456789" + +# alcune informazioni di sintesi sulle tue competenze +summary: + - Sono uno sviluppatore + - Sono un ingegnere del software + - Sono esperto in server + - Lavoro su progetti open-source + - Mi piace lavorare su progetti di diverso tipo diff --git a/exampleSite/data/it/sections/about.yaml b/exampleSite/data/it/sections/about.yaml new file mode 100644 index 0000000..7730469 --- /dev/null +++ b/exampleSite/data/it/sections/about.yaml @@ -0,0 +1,78 @@ +# informazioni sulla sezione +section: + name: Informazioni personali + id: about + enable: true + weight: 1 + showOnNavbar: true + template: sections/about.html + +# la tua qualifica +designation: Ingegnere del software +# informazioni sulla tua azienda +company: + name: Example Co. + url: "https://www.example.com" + +# il tuo cv. il percorso di questo file deve essere formulato in termini relativi rispetto alla tua directory "static" +resume: "files/resume.pdf" + +# una breve sintesi su di te +summary: 'Sono un appassionato ingegnere del software con x anni di esperienzia lavorativa. Ho sviluppato strumenti OSS per [Kubernetes](https://kubernetes.io/) usando GO. I miei prodotti permettono di distribuire i carichi di lavoro in Kubernetes. A volte lavoro su progetti divertenti come svillupare un tema per Hugo, etc.' + +# i tuoi link social +# inserisci tutti i link che ritieni utili. Usa i caratteri font-awesome per le icone. +socialLinks: +- name: Email + icon: "fas fa-envelope" + url: "example@gmail.com" + +- name: Github + icon: "fab fa-github" + url: "https://www.github.com/example" + +- name: Stackoverflow + icon: "fab fa-stack-overflow" + url: "#" + +- name: LinkedIn + icon: "fab fa-linkedin" + url: "#" + +- name: Twitter + icon: "fab fa-twitter" + url: "#" + +- name: Facebook + icon: "fab fa-facebook" + url: "#" + +# le tue soft skill +# inserisci le percentuali tra 50 e 100. +# colori attualmente supportati: blue, yellow, pink, green, sky, orange +softSkills: +- name: Leadership + percentage: 85 + color: blue +- name: Team Work + percentage: 90 + color: yellow +- name: Communication + percentage: 85 + color: pink +- name: Hard Working + percentage: 85 + color: green +- name: Fast Learner + percentage: 85 + color: sky +- name: Problem Solving + percentage: 85 + color: orange +# puoi anche specificare i colori usando i codici invece che i nomi pre-definiti +# - name: Example 1 +# percentage: 75 +# color: "#00adb5" +# - name: Example 2 +# percentage: 65 +# color: "#8b8383" diff --git a/exampleSite/data/it/sections/achievements.yaml b/exampleSite/data/it/sections/achievements.yaml new file mode 100644 index 0000000..08d9c7b --- /dev/null +++ b/exampleSite/data/it/sections/achievements.yaml @@ -0,0 +1,24 @@ +# informazioni sulla sezione +section: + name: Riconoscimenti + id: achievements + enable: true + weight: 6 + showOnNavbar: true + # Se lo desideri, puoi nascondere i titoli nelle sezioni + # hideTitle: true + +# I tuoi premi e riconoscimenti +achievements: +- title: Miglior relatore + image: /images/sections/achievements/presenter.jpg + summary: Migliore relatore alla conferenza XYZ del 2020. +- title: Campione + image: /images/sections/achievements/sport.jpg + summary: Campione nella corsa ciclistica inter-city del 2020. +- title: Titoli di studio + image: /images/sections/achievements/graduation-cap.jpg + summary: Laurea (B.Sc.) in Ingegneria informatica presso l'Università XYZ. +- title: Premi vinti + image: /images/sections/achievements/woman-winner.jpg + summary: Premio per il miglior lavoro scientifico alla Conferenza IEE del 2020. diff --git a/exampleSite/data/it/sections/experiences.yaml b/exampleSite/data/it/sections/experiences.yaml new file mode 100644 index 0000000..a96d5f9 --- /dev/null +++ b/exampleSite/data/it/sections/experiences.yaml @@ -0,0 +1,64 @@ +# informazioni sulla sezione +section: + name: Esperienze + id: experiences + enable: true + weight: 3 + showOnNavbar: true + # Se lo desideri, puoi nascondere i titoli nelle sezioni + # hideTitle: true + +# Le tue esperienze +experiences: +- company: + name: Example Co. + url: "https://www.example.com" + location: Dhaka Branch + # breve presentazione dell'azienda + overview: Example Co. è un'azienda molto nota per prodotti orientati al cloud. Sviluppa strumenti per Kubernetes. + positions: + - designation: Ingegnere del software senior + start: Nov 2019 + # se stai ancora lavorando presso l'azienda, non inserire il parametro end. Sarà sostituito da "Present" + # end: Dec 2020 + # fornisci alcune informazioni sui tuoi compiti presso l'azienda + responsibilities: + - Progettazione e sviluppo dello strumento XYZ per il lavoro ABC + - Progettazione, sviluppo e gestione di strumenti di recovery [Xtool](https://www.example.com) per il backup di volumi Kubernetes, database, e definizione di risorse dei cluster. + - Guida del team di backend. + + - designation: Ingegnere del software junior + start: Nov 2017 + end: Ott 2019 + responsibilities: + - Implementazione e test della caratteristica xyz per lo strumento abc. + - Supporto client per lo strumento abc. + - Tecnologia di apprendimento k,d,w per xyz. + +- company: + name: PreExample Co. + url: "https://www.preexample.com" + location: Non qui + overview: PreExample Co. è un'azienda gateway per accedere a Example co. Niente di speciale qui. + positions: + - designation: Ingegnere del software + start: Marzo 2016 + end: Maggio 2017 + responsibilities: + - Scrittura di codici di esempio. + - Studio di codici di esempio. + - Visione di video di esempio. + +- company: + name: Intern Counting Company (ICC). + url: "https://www.intern.com" + location: Terra degli Stagisti + overview: Intern counting Company (ICC) è responsabile del conteggio internazionale degli ingegneri stagisti. + positions: + - designation: Stagista + start: Giu 2015 + end: Gen 2016 + responsibilities: + - Contare gli stagisti persi. + - Contare gli stagisti. + - Contarmi come stagista. diff --git a/exampleSite/data/it/sections/projects.yaml b/exampleSite/data/it/sections/projects.yaml new file mode 100644 index 0000000..3620d8f --- /dev/null +++ b/exampleSite/data/it/sections/projects.yaml @@ -0,0 +1,64 @@ +# informazioni sulla sezione +section: + name: Progetti + id: projects + enable: true + weight: 4 + showOnNavbar: true + # Se lo desideri, puoi nascondere i titoli nelle sezioni + # hideTitle: true + +# pulsanti usati per il filtro +buttons: +- name: Tutti + filter: "tutti" +- name: Professionali + filter: "professionali" +- name: Accademici + filter: "accademici" +- name: Hobby + filter: "hobby" + +# i tuoi progetti +projects: +- name: Kubernetes + logo: /images/sections/projects/kubernetes.png + role: Contributore + timeline: "Marzo 2018 - Presente" + repo: https://github.com/kubernetes/kubernetes # Inserisci questo link se il tuo progetto è un repository pubblico su GitHub. Verrano visualizzate le stelle per il conteggio. + #url: "" # Se il tuo progetto non ha un repository pubblico ma un sito web o un link esterno inseriscilo qui. Non inserire entrambi i campii "repo" che "url". + summary: Production-Grade Container Scheduling and Management. + tags: ["professionale", "kubernetes", "cloud"] + +- name: Tensorflow + logo: /images/sections/projects/tensorflow.png + role: Sviluppatore + timeline: "Giugno 2018 - Presente" + repo: https://github.com/tensorflow/tensorflow + #url: "" + summary: An Open Source Machine Learning Framework for Everyone. + tags: ["professionale", "machine-learning","accademico"] + +- name: Un esempio di paper scientifico + role: Leader del gruppo di ricerca + timeline: "Gen 2017 - Nov 2017" + url: "https://www.example.com" + summary: Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente eius reprehenderit animi suscipit autem eligendi esse amet aliquid error eum. Accusantium distinctio soluta aliquid quas placeat modi suscipit eligendi nisi. + tags: ["accademico","iot"] + +- name: Nocode + logo: /images/sections/projects/no-code.png + role: Niente + timeline: "Ott 2019 - Dic 2019" + repo: https://github.com/kelseyhightower/nocode + #url: "" + summary: Il modo migliore di scrivere applicazioni sicure ed affidabile. Non scrivere nulla; non distribuire nulla. + tags: ["hobby", "divertimento"] + +- name: Toha + logo: /images/sections/projects/toha.png + role: Proprietario + timeline: "Giu 2019 - Presente" + repo: https://github.com/hossainemruz/toha + summary: Un tema Hugo per il blog personale. + tags: ["hobby","hugo","tema","professionale"] diff --git a/exampleSite/data/it/sections/recent-posts.yaml b/exampleSite/data/it/sections/recent-posts.yaml new file mode 100644 index 0000000..f95e991 --- /dev/null +++ b/exampleSite/data/it/sections/recent-posts.yaml @@ -0,0 +1,11 @@ +# informazioni sulla sezione +section: + name: Post recenti + id: recent-posts + enable: true + weight: 5 + showOnNavbar: true + # Se lo desideri, puoi nascondere i titoli nelle sezioni + # hideTitle: true + +# non è richiesta alcuna configurazione aggiuntiva \ No newline at end of file diff --git a/exampleSite/data/it/sections/skills.yaml b/exampleSite/data/it/sections/skills.yaml new file mode 100644 index 0000000..dcf4305 --- /dev/null +++ b/exampleSite/data/it/sections/skills.yaml @@ -0,0 +1,49 @@ +# informazioni sulla sezione +section: + name: Skills + id: skills + enable: true + weight: 2 + showOnNavbar: true + # Se lo desideri, puoi nascondere i titoli nelle sezioni + # hideTitle: true + +# Le tue competenze. +# Fornisci una sintesi delle tue competenze per la sezione di sintesi. +skills: +- name: Kubernetes + 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 + 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 + logo: "/images/sections/skills/cloud.png" + summary: "Ha lavorato con la maggior parte dei principali sistemi cloud: GCP, AWS, Azure etc." + +- name: Docker + 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 + logo: "/images/sections/skills/prometheus.png" + summary: "Capacità di impostare e configurare metriche Prometheus. Esperienza con PromQL, AlertManager." + url: "https://prometheus.io/" + +- name: Linux + logo: "/images/sections/skills/linux.png" + summary: "Utilizzato come principale sistema operativo. Capacità di scrivere script bash/shell." + +- name: Git + 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++ + 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/exampleSite/data/it/site.yaml b/exampleSite/data/it/site.yaml new file mode 100644 index 0000000..2f0a0c7 --- /dev/null +++ b/exampleSite/data/it/site.yaml @@ -0,0 +1,11 @@ +# Copyright Notice +copyright: © 2020 Copyright. + +# Meta descrizione del tuo sito. Sarà utile per far trovare il tuo sito dai motori di ricerca. +description: Portfolio e blog di John Doe. + +# specifica la lista dei menu personalizzati che vuoi mostrare nella barra di navigazione in alto. +# i menu personalizzati saranno separati da un divisore dai menu principali. +customMenus: +- name: Documenti + url: https://toha-guides.netlify.app/posts/ diff --git a/exampleSite/static/images/author/jessica.png b/exampleSite/static/images/author/jessica.png deleted file mode 100644 index cf6bee7..0000000 Binary files a/exampleSite/static/images/author/jessica.png and /dev/null differ diff --git a/exampleSite/static/images/author/john.png b/exampleSite/static/images/author/john.png deleted file mode 100644 index 208c58a..0000000 Binary files a/exampleSite/static/images/author/john.png and /dev/null differ diff --git a/exampleSite/static/images/sections/achievements/presenter.jpg b/exampleSite/static/images/sections/achievements/presenter.jpg deleted file mode 100644 index 1f4d70d..0000000 Binary files a/exampleSite/static/images/sections/achievements/presenter.jpg and /dev/null differ diff --git a/exampleSite/static/images/sections/achievements/sport.jpg b/exampleSite/static/images/sections/achievements/sport.jpg deleted file mode 100644 index 5104dcf..0000000 Binary files a/exampleSite/static/images/sections/achievements/sport.jpg and /dev/null differ diff --git a/exampleSite/static/images/sections/achievements/woman-winner.jpg b/exampleSite/static/images/sections/achievements/woman-winner.jpg deleted file mode 100644 index e77da30..0000000 Binary files a/exampleSite/static/images/sections/achievements/woman-winner.jpg and /dev/null differ diff --git a/exampleSite/static/images/sections/projects/kubernetes.png b/exampleSite/static/images/sections/projects/kubernetes.png deleted file mode 100644 index 05fc5e1..0000000 Binary files a/exampleSite/static/images/sections/projects/kubernetes.png and /dev/null differ diff --git a/exampleSite/static/images/sections/projects/no-code.png b/exampleSite/static/images/sections/projects/no-code.png deleted file mode 100644 index 1a9d79d..0000000 Binary files a/exampleSite/static/images/sections/projects/no-code.png and /dev/null differ diff --git a/exampleSite/static/images/sections/projects/toha.png b/exampleSite/static/images/sections/projects/toha.png deleted file mode 100644 index 85ba151..0000000 Binary files a/exampleSite/static/images/sections/projects/toha.png and /dev/null differ diff --git a/exampleSite/static/images/sections/skills/c++.png b/exampleSite/static/images/sections/skills/c++.png deleted file mode 100644 index 6662f0e..0000000 Binary files a/exampleSite/static/images/sections/skills/c++.png and /dev/null differ diff --git a/exampleSite/static/images/sections/skills/git.png b/exampleSite/static/images/sections/skills/git.png deleted file mode 100644 index 78bccc4..0000000 Binary files a/exampleSite/static/images/sections/skills/git.png and /dev/null differ diff --git a/exampleSite/static/images/sections/skills/go.png b/exampleSite/static/images/sections/skills/go.png deleted file mode 100644 index 7af7746..0000000 Binary files a/exampleSite/static/images/sections/skills/go.png and /dev/null differ diff --git a/exampleSite/static/images/sections/skills/kubernetes.png b/exampleSite/static/images/sections/skills/kubernetes.png deleted file mode 100644 index 05fc5e1..0000000 Binary files a/exampleSite/static/images/sections/skills/kubernetes.png and /dev/null differ diff --git a/exampleSite/static/images/sections/skills/prometheus.png b/exampleSite/static/images/sections/skills/prometheus.png deleted file mode 100644 index cdffc79..0000000 Binary files a/exampleSite/static/images/sections/skills/prometheus.png and /dev/null differ diff --git a/exampleSite/static/images/site/favicon.png b/exampleSite/static/images/site/favicon.png deleted file mode 100644 index 5d6cb00..0000000 Binary files a/exampleSite/static/images/site/favicon.png and /dev/null differ diff --git a/exampleSite/static/images/site/inverted-logo.png b/exampleSite/static/images/site/inverted-logo.png deleted file mode 100644 index 5d6cb00..0000000 Binary files a/exampleSite/static/images/site/inverted-logo.png and /dev/null differ diff --git a/exampleSite/static/images/site/main-logo.png b/exampleSite/static/images/site/main-logo.png deleted file mode 100644 index ebcc224..0000000 Binary files a/exampleSite/static/images/site/main-logo.png and /dev/null differ 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 new file mode 100644 index 0000000..00c01e0 --- /dev/null +++ b/i18n/cn.toml @@ -0,0 +1,75 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "主页" + +[posts] +other = "博文" + +[toc_heading] +other = "目录" + +[at] +other = "at" + +[resume] +other = "我的简历" + +[navigation] +other = "导航" + +[contact_me] +other = "联系方式:" + +[email] +other = "邮箱" + +[phone] +other = "电话" + +[newsletter_text] +other = "通过电子邮件接收最新信息" + +[newsletter_input_placeholder] +other = "填入 E-mail" + +[newsletter_warning] +other = "我们绝不会与任何人共享您的电子邮件。" + +[submit] +other = "提交" + +[hugoAttributionText] +other = "Powered by" + +[prev] +other = "上一篇" + +[next] +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/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 10c1f1e..e62ce58 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 new file mode 100644 index 0000000..bbfa747 --- /dev/null +++ b/i18n/it.toml @@ -0,0 +1,75 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Home" + +[posts] +other = "Post" + +[toc_heading] +other = "Contenuti" + +[at] +other = "presso" + +[resume] +other = "Il mio curriculum" + +[navigation] +other = "Navigazione" + +[contact_me] +other = "Contattami:" + +[email] +other = "Email" + +[phone] +other = "Telefono" + +[newsletter_text] +other = "Resta aggiornato con la notifica di email" + +[newsletter_input_placeholder] +other = "Inserisci l'email" + +[newsletter_warning] +other = "Non condivideremo l'email con altri." + +[submit] +other = "Invia" + +[hugoAttributionText] +other = "Creato con" + +[prev] +other = "Precedente" + +[next] +other = "Successivo" + +[improve_this_page] +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 new file mode 100644 index 0000000..5676860 --- /dev/null +++ b/i18n/jp.toml @@ -0,0 +1,72 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "ホーム" + +[posts] +other = "記事" + +[toc_heading] +other = "目次" + +[resume] +other = "職務経歴書" + +[navigation] +other = "メニュー" + +[contact_me] +other = "連絡先" + +[email] +other = "メール" + +[phone] +other = "電話番号" + +[newsletter_text] +other = "メールで最新情報を受け取る" + +[newsletter_input_placeholder] +other = "ここにメールアドレスを入力" + +[newsletter_warning] +other = "ご入力いただいたメールアドレスが他人に開示されることは決してございません。" + +[submit] +other = "登録" + +[hugoAttributionText] +other = "搭載" + +[prev] +other = "前" + +[next] +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 new file mode 100644 index 0000000..2a525c9 --- /dev/null +++ b/i18n/ru.toml @@ -0,0 +1,75 @@ +# More documentation here: https://github.com/nicksnyder/go-i18n +[home] +other = "Главная" + +[posts] +other = "Посты" + +[toc_heading] +other = "Оглавление" + +[at] +other = "в" + +[resume] +other = "Резюме" + +[navigation] +other = "Навигация" + +[contact_me] +other = "Контакты:" + +[email] +other = "Email" + +[phone] +other = "Телефон" + +[newsletter_text] +other = "Подпишитесь на уведомления, чтобы не пропустить новый пост" + +[newsletter_input_placeholder] +other = "Введите email" + +[newsletter_warning] +other = "Ваши данные в безопасности" + +[submit] +other = "Подтвердить" + +[hugoAttributionText] +other = "Создано при помощи" + +[prev] +other = "Предыдущий" + +[next] +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/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/images/about.png b/images/about.png index d83c411..a8e7179 100644 Binary files a/images/about.png and b/images/about.png differ diff --git a/images/list.png b/images/list.png index 66d2168..047bcde 100644 Binary files a/images/list.png and b/images/list.png differ diff --git a/images/screenshot.png b/images/screenshot.png index b5dc355..c6fbc4b 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/single.png b/images/single.png index 8619e1b..45dbc57 100644 Binary files a/images/single.png and b/images/single.png differ diff --git a/images/tn.png b/images/tn.png index a745146..5937dbb 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/images/tn2.png b/images/tn2.png index c10a337..288ee39 100644 Binary files a/images/tn2.png and b/images/tn2.png differ diff --git a/layouts/404.html b/layouts/404.html index 941ecc1..6b37386 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -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..0001667 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -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 }}