* Initial commit for dark theme.
* Use DarkReader.auto() to watch for system theme.
* Tunning default parameters.
* Allow configurable number of recent posts.
* Added invisible element to hack theme initialization.
* Added default value.
* Use Darkreader CDN.
* Cleanup to keep darkreader in as few files as possible.
* Renamed darkmode.js to darkmode-darkreader.js.
* Bring back the initialization.
* Added provider property.
* Added theme selector to the posts navbar.
* Removed extra line breaks.
* Changed darkreader CDN to local copy.
* Renamed to darkMode.
* Fixed CodeQL failures.
* Added icons.
* Renamed function.
* Added SVG inversion.
* Used icons for selection.
* Toggle initial dark only in the dynamic navbar.
Co-authored-by: donfiguerres <donfiguerres@github.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Enable pages in counter.dev
Not perfect but will work fine for a while.
* Make counter.dev's `referrerPolicy` togglable
* Make `referrerPolicy` take more options
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Add finnish translation
* Add finnish translation to the README
* Use a more fitting word for prev in finnish translation
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Add Blogtrottr as newsletter provider
* Fixed absLangURL issue with sections in footer
* Fixes LaTeX support
Makes scripts fully local and only loads them if math:true. Adds support for 18462\latex18462 or even $\latex$
* Added 2 New, Privacy-Friendly Analytics Methods
Counter.dev and GoatAnalytics. Google Analytics should keep working the same
* Removed 1 CDN
* Moved params under features
* Added Ko-Fi floating button for support
* Refactor analytics code + Add local fonts
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
In the about section, a correct `tel:` URL was only generated if the
name of the sociallink was "Phone". Now, a correct link will also be
generated if the name of the sociallink corresponds to the translation
of "phone" in one of the i18n files.
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Added id="footer" just in case someone wants to link there via custom
menus or href="#footer".
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* feat: configurable custom navbar items
The customMenu item from `data/<language>/site.yaml` will only appear if
its property `showOnNavbar` is `true`.
Example:
```
customMenus:
- name: Imprint
url: posts/imprint
showOnNavbar: false
```
* fix: change logic from to
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* feat: customMenus in footer
Show customMenu links also in footer.
In `config.yaml`,
- `params.footer.enable` is `true` to show the footer at all
- `params.footer.navigation.enable` is `true` to show navigation items
in the footer
- `params.footer.navigation.customMenus.enable` is `true` to show
customMenu items
Example:
```
params:
footer:
enable: true
navigation:
enable: true
customMenus:
enable: true
```
In `data/<language>/site.yaml`,
- `customMenus` must contain at least one entry with `showOnFooter:
true`
Example:
```
customMenus:
- name: Imprint
url: posts/imprint
showOnFooter: true
```
* fix: nesting levels in config
Co-authored-by: stueja <jan@jBook.local>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Add Blogtrottr as newsletter provider
* Fixed absLangURL issue with sections in footer
* Add LaTeX support
Added katex scripts and css to scripts and header partials, respectively
* Replace CDN with local files for LaTex resources + Fix flag error
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* fixed "show-more-btn" toggle logic
* allow customization of number of items to show in "taken courses" when before collapsing
* renamed treshold param to collapseAfter
Co-authored-by: Fabio Fenoglio <fabio.fenoglio@eng.it>
* add comment plugin utteranc(save message to github issue)
config.yml
# Enable comment feature. There, should be only one of them.
comment:
enable: true
utteranc:
repo: ormissia/ormissia.github.io
issueTerm: title
theme: github-light
* Update utteranc.html
* Fix disqus comment not working on new configuration style
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* Fix LOC badge
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
* feat: add valine support
* Adjust the comment config
* Adjust the comment config
* Make comment section backward compatible with old config
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: hossainemruz <hossainemruz@gmail.com>
* Fixed alignment issue in tables under education(#233)
* Fixed section landing position on navigation
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* translate_Chinese
* translate_Chinese
* Improve simplified Chinese translation, modify simplified Chinese and traditional Chinese file names
Signed-off-by: Ray <Chow-Ray@outlook.com>
* Improve simplified Chinese translation, modify simplified Chinese and traditional Chinese file names。
Signed-off-by: Ray <Chow-Ray@outlook.com>
Per https://github.com/hugo-toha/toha/issues/352 - in order to support Google Analytics v4, _internal/google_analytics.html should be used
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* resize skillcards by CSS instead of JS
* Revert "resize skillcards by CSS instead of JS"
This reverts commit 169e0599e9.
* french translation
* add an optionnal greeting subtitle
Co-authored-by: vlebert <vlebert@tactis.fr>
* Fixed scrollbar problems related to about section.
* Fixed scrollbar problems related to skill section.
* Making h1 fonts a little bit smaller on small devices.
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* resize skillcards by CSS instead of JS
* Revert "resize skillcards by CSS instead of JS"
This reverts commit 169e0599e9.
* french translation
Co-authored-by: vlebert <vlebert@tactis.fr>
* Allow to disable the footer with params.footer.enable = false
Default is to have the footer enabled (to keep backwards
compatibility).
The diff looks much worse than it is, I just added a variable and an
if clause, but then had to indent the rest of the file.
Make footerEnabled an explicit variable.
This should improve readability.
Use default parameter for even more readability.
* Allow to enable/disable the "contact me" section in the footer.
Just set `footer.contactMe.enable` in the config. Default is true, for
backwards compatibility.
* Make footer template more consistent.
Enabling footers elements and the newsletter is now managed in the
same place.
* Allow to disable the footer navigation. Default is enabled.
* Allow to disable credentials and copyright notice. Default: enabled
* Footer: Reformat variable initialization for readability.
* Allow providing template for footer
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: hossainemruz <hossainemruz@gmail.com>
Whenever href (url) attribute was omitted or had no value
the click action would do nothing. With no URLs defined and
`target="_blank"` attributes, which were recently added,
anchor tags now redirect users to new blank tabs (side effect).
This PR solves the issues by adding conditions
before applying `target="_blank"` or in some cases by
ommiting entire entities (e.g. the view_certificate button).
* translate_Chinese
* translate_Chinese
* Add one-click return to the top function on the article page
Signed-off-by: Ray <Chow-Ray@outlook.com>
* Fix scroll-to-top button
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
* Fix to the hero so you can have the image named anything you want
* Keep backward compatibility
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: hossainemruz <hossainemruz@gmail.com>
I love the list template. However, I had some issues using it for other content archetypes other than `posts`. This code change makes list.html fully generic, there are no more built in references to `posts`.
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Update layout to use Hugo Image Processing.
Created shortcode rimg that uses the srcset attribute to display responsive images.
* Copy Static images to assets folder.
* Add image processing to missing components + Update examples
* Fix rendering in https://themes.gohugo.io/
Co-authored-by: Emruz Hossain <emruz@appscode.com>
* Fix the single template to use the authors avatar correctly
* Replace absURL with relURL and .Site.X with site.X
Co-authored-by: Emruz Hossain <emruz@appscode.com>
REQUIRED_LABELS_ANY_DESCRIPTION:"The PR must have at least one these labels: ['automerge','breaking-change','bug-fix','enhancement','feature','translation']"
[](https://percy.io/b7cb60ab/hugo-toha.github.io)
A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.
For more details about the features please visit [here](https://toha.netlify.app/posts/features/features/).
For more details about the features please visit [here](https://toha-guides.netlify.app/posts/features/).
## Available Translations
- English
- বাংলা
- Français
- Indonesian
- Deutsch
- Español
- 简体中文
- हिन्दी
- Italiano
- 日本語
- 한국어
- русский
- suomi
- Tiếng Việt
To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io).
## Screenshots
Here are few screenshots from the [example site](https://hugo-toha.github.io).
> Don't use SSH URL of the theme during adding as git sub-module. Also, don't clone the theme in your `themes` directory using `git clone`. They don't work well with Github Action or Netlify.
If you don't already have a hugo site, create one by following the step-by-step guide from [here](https://toha-guides.netlify.app/posts/getting-started/prepare-site/).
>Don't use SSH URL of the theme during adding as git sub-module. Also, don't clone the theme in your `themes` directory using `git clone`. They don't work well with Github Action or Netlify.
#### Configuring Site
If you want to customize the theme templates, then fork it and use the fork as your theme.
## Configuration
Configure your `config.yaml` file of your site as below:
Now, configure your site to use `toha` theme by adding the following configuration in `config.yaml` file of your site.
```yaml
baseURL:http://example.org/
baseURL:https://hugo-toha.github.io
languageCode:en-us
title:"Toha"
title:"John's Blog"
theme:"toha"
# Manage languages
@@ -60,102 +114,89 @@ languages:
en:
languageName:English
weight:1
fr:
languageName:Français
weight:2
bn:
languageName:বাংলা
weight:3
# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
# DefaultContentLanguage: fr
# Allow raw html in markdown file
# Control TOC depth
markup:
goldmark:
renderer:
unsafe:true
tableOfContents:
startLevel:2
endLevel:6
ordered:false
# Enable Google Analytics
googleAnalytics:UA-XXXXXXXXX-X
# Enable Disqus forum
disqusShortname:does-not-exist
# At least HTML and JSON are required for the main HTML content and
You can just copy the content for `config.yaml` files from `theme/toha/exampleSite/config.yaml`.
Don't forget to update `title`, `baseURL`, and `gitRepo` fields with your own information. To know about more available configuration options, please visit [here](https://toha-guides.netlify.app/posts/configuration/site-parameters/).
If you want to customize the any of the CSS styles on your site, create a
`static/assets/css/style.css` file and add any custom CSS there.
#### Running Locally
## Usage
Run your hugo site with this theme.
Now, you can run your hugo site with `toha` theme locally with the following command:
```console
hugo server -w
$hugo server --theme toha --watch
```
When you first run your site, it will start with the default parameters. It should look similar to the [example site](https://toha.netlify.app) except it will not have any sections in the homepage. Those sections are added via some data files.
You can configure your site by following the step by step guides from [here](https://toha.netlify.app/posts/configuration/).
When you run your site for first time, it will start with the default parameters. It should look similar to the [example site](https://hugo-toha.github.io). However, it will not have any sections in the homepage as we haven't configured them yet. You can configure your site by following the guides from [here](https://toha-guides.netlify.app/posts/configuration/).
## Shortcodes
Here, are some handy shortcodes you can use with this theme.
Here, are the current plan and progress of various components of this theme. The components will be prioritized based on users requests.
### Sections
### 1. Portfolio Mode
Here is the check list for portfolio mode,
- [x]**Home**
- [x] Configurable Background
- [x] Author Image
- [x] Greeting
- [x] Typing Carousel
- [x]**About**
- [x] Name and Designation
- [x] Summary
- [x] Markdown Support
@@ -165,27 +206,40 @@ Here, are the current plan and progress of various components of this theme. The
- [x] Soft Skills Indicator
- [x]**Skills**
- [x] Skill Cards
- [x] Markdown Support
- [x]**Experiences**
- [x] Designation
- [x] Timeline
- [x] Company Overview
- [x] Responsibilities
- []**Projects**
- [x]**Projects**
- [x] Category Filter
- [] Project Card
- [x] Project Card
- [x] Overview
- [x] Markdown Support
- [x] Github Stars
- [x] External URL Support
- [] Technology Tags
- [x] Technology Tags
- [x]**Recent Posts**
- [x]**Academic Career**
- [x] Degree
- [x] Institution
- [x] Timeline
- [x] Taken Courses
- [x] CGPA
- [x] Extracurricular Activities
- [ ]**Publications**
- [ ] Category Filter
- [ ] Card
- [ ] Abstract
@@ -194,35 +248,61 @@ Here, are the current plan and progress of various components of this theme. The
- [ ] Links
- [ ] Gallery
- []**Accomplishment / Courses**
- [ ] Overview
- []Certificate
- [x]**Accomplishment / Courses**
- [x]Overview
- [x] Certificate
- [x]**Achievements Gallery**
- [x] Image
- [x] Summary
### List Page
### 2. Blog Mode
- [x] Post Cards
- [x] Sidebar
- [x] Pagination
Here is the checklist for blog mode,
### Reading Page
- [ ]**Dedicated Home page**
- [x]Hero Image
- [x] Author Information
- [x] Next & Previous Page Navigation
- [x]`Improve This Page` Button
- [x] Disqus Comment
- [x] Option to navigate to list page
- [x]**List Page**
### Tracking and Comments
- [x] Post Cards
- [x] Sidebar
- [x] Pagination
- [x]**Reading Page**
- [x] Hero Image
- [x] Author Information
- [x] Sidebar
- [x] Table of Contents
- [x] Next & Previous Page Navigation
- [x]`Improve This Page` Button
- [x] Disqus Comment
### 3. Documentation Mode
Here is the check list for documentation mode,
- [ ]**Dedicated Home Page**
- [ ]**Doc Page**
- [ ] Redesign sidebar
- [ ] Redesign TOC menu
- [ ] Search Capability
### 4. Note Mode
- [ ]**Dedicated Home Page**
- [ ]**Note Page**
- [x] Add note view
- [ ] Redesign sidebar
- [ ] Add search capability
### 5. Tracking and Comments
- [x] Google Analytics
- [x] Disqus Comment
### Shortcodes
### 6. Shortcodes
- [x] Image
- [x] Split Page into Multiple Column
@@ -230,19 +310,75 @@ Here, are the current plan and progress of various components of this theme. The
- [x] Alert
- [ ] Figure & sub-figure
- [ ] Tabs
- [x] Notes
## Contributing
You can contribute to this theme in various way. You can report a bug, file an feature request, send a PR, share your thoughts etc.
You can contribute to this theme in various ways. You can report a [bug](https://github.com/hugo-toha/toha/issues/new?template=bug.md), file an [feature request](https://github.com/hugo-toha/toha/issues/new?template=feature_request.md), send a PR, [share your thoughts](https://github.com/hugo-toha/toha/issues/new?template=question.md) etc.
Pull requests are most welcomed and I will be happy to review. Just follow the following principles:
Pull requests are most welcome and I will be happy to review. Just follow the following principles:
- Keep it simple.
- Keep it consistent with the design.
- Use as little dependency as possible.
- Have patient.
- Use as few dependencies as possible.
- Have patience.
>I am not a web developer. I just created this theme for my personal needs. So, it is reasonable to have some flaws in the codes. Feel free to open issues and PR acknowledging the problems.
> I am not a web developer. I have created this theme for my personal needs. So, it is reasonable to have some flaws in the codes. Feel free to open issues and PRs acknowledging the problems.
## Local Development
For local development, you can make changes in the theme submodule and test the changes against your own site or this [example site](https://github.com/hugo-toha/hugo-toha.github.io) locally.
### Fork
At first, fork [this repo](https://github.com/hugo-toha/toha). Then, follow the following steps to use the forked theme for local developments,
**Using the forked theme in your own site:**
If you want to run your local development against your own site, follow the following steps:
```bash
# add the original theme as a submodule of your site if you haven't done already
# your resume. this file path should be relative to you "static" directory
resume:"files/resume.pdf"
# a summary about you
summary:'I am a passionate software engineer with x years of working experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools help people to deploy their workloads in Kubernetes. Sometimes, I work on some fun projects such as writing a theme, etc.'
# 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: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:"#"
# your soft skills
# give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: 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
# you can also provide color code instead of pre-defined color name
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/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.
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/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.
# your resume. this file path should be relative to you "static" directory
resume:"files/resume.pdf"
# a summary about you
summary:'I am a passionate software engineer with x years of working experience. I built OSS tools for [Kubernetes](https://kubernetes.io/) using GO. My tools help people to deploy their workloads in Kubernetes. Sometimes, I work on some fun projects such as writing a theme, etc.'
# 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: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:"#"
# your soft skills
# give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: 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
# you can also provide color code instead of pre-defined color name
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/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.
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/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.
# your resume. this file path should be relative to you "static" directory
resume:"files/resume.pdf"
# a summary about you
summary:"Je suis un ingénieur en logiciel passionné, avec x années d'expérience professionnelle. J'ai construit des outils OSS pour [Kubernetes](https://kubernetes.io/) en utilisant GO. Mes outils aident les gens à déployer leurs charges de travail dans Kubernetes. Parfois, je travaille sur des projets amusants comme l'écriture d'un thème, etc."
# 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: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:"#"
# your soft skills
# give the percentage between 50 to 100 with 5 intervals.
# currently supported colors: blue, yellow, pink, green, sky, orange
softSkills:
- name:Chef de projet
percentage:85
color:blue
- name:Travail d'équipe
percentage:90
color:yellow
- name:Communication
percentage:85
color:pink
- name:Persévérant
percentage:85
color:green
- name:Autonome
percentage:85
color:sky
- name:Logique
percentage:85
color:orange
# you can also provide color code instead of pre-defined color name
overview:Example Co. est une entreprise largement reconnue pour le développement de l'utilisation des nuages. Elle construit des outils pour Kubernetes.
positions:
- designation:Ingénieur logiciel senior
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:
- Concevoir et développer l'outil XYZ pour la tâche ABC.
- Concevoir, développer et gérer l'outil de reprise après sinistre [Xtool](https://www.example.com) qui sauvegarde les volumes, les bases de données et la définition des ressources du cluster de Kubernetes.
- Diriger l'équipe de soutien.
- designation:Ingénieur logiciel junior
start:Nov 2017
end:Oct 2019
responsibilities:
- Implémenter et tester la fonction xyz pour l'outil abc.
- Support client pour abc tool.
- Apprendre la technologie k,d,w pour xyz.
- company:
name:PreExample Co.
url:"https://www.preexample.com"
location:Nowhere
overview:PreExample Co. est une société passerelle pour entrer dans Example co. Donc, rien de spécial ici.
positions:
- designation:Ingénieur logiciel
start:Mars 2016
end:Mai 2017
responsibilities:
- Rédigez de nombreux exemples de codes.
- Lire de nombreux exemples.
- Voir de nombreux exemples de vidéos.
- company:
name:Intern Counting Company (ICC).
url:"https://www.intern.com"
location:Intern Land
overview:La Compagnie de comptage des stagiaires (ICC) est responsable du comptage des ingénieurs stagiaires du monde entier.
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:Planification et gestion des conteneurs de qualité production.
tags:["professionnel","kubernetes","cloud"]
- name:Tensorflow
logo:images/projects/tensorflow.png
role:Développeur
timeline:"Juin 2018 - Présent"
repo:https://github.com/tensorflow/tensorflow
#url: ""
summary:Un cadre d'apprentissage machine à source ouverte pour tous.
tags:["professionnel","machine-learning","ecole"]
- name:Un exemple d'article académique
role:Chef d'équipe
timeline:"Janvier 2017 - Novembre 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:["ecole","iot"]
- name:Nocode
logo:images/projects/no-code.png
role:Rien
timeline:"Oct 2019 - Dec 2019"
repo:https://github.com/kelseyhightower/nocode
#url: ""
summary:La meilleure façon de rédiger des demandes sûres et fiables. N'écrivez rien, ne déployez rien.
tags:["hobby","fun"]
- name:Toha
logo:images/projects/toha.png
role:Owner
timeline:"Juin 2019 - Présent"
repo:https://github.com/hossainemruz/toha
summary:Un thème Hugo pour le portfolio personnel.
# Give a summary of you each skill in the summary section.
skills:
- name:Kubernetes
icon:"images/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/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/skills/cloud.png"
summary:"A travaillé avec la plupart des principaux nuages tels que GCP, AWS, Azure, etc."
- name:Docker
icon:"images/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/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/skills/linux.png"
summary:"Utilisé comme système d'exploitation principal. Capable d'écrire des scripts bash/shell."
- name:Git
icon:"images/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/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."
# More documentation here: https://github.com/nicksnyder/go-i18n
[home]
other="Home"
[posts]
other="Beiträge"
[toc_heading]
other="Inhaltsverzeichnis"
[tags]
other="Stichworte"
[categories]
other="Kategorien"
[at]
other="bei"
[resume]
other="Mein Lebenslauf"
[navigation]
other="Navigation"
[contact_me]
other="Kontaktiere mich:"
[email]
other="E-Mail"
[phone]
other="Telefon"
[newsletter_text]
other="Mit dem Newsletter auf dem neuesten Stand bleiben"
[newsletter_input_placeholder]
other="E-Mail Adresse eingeben"
[newsletter_warning]
other="Mit der Eingabe Ihrer E-Mail-Adresse erklären Sie sich damit einverstanden, den Newsletter dieser Website zu erhalten."
[submit]
other="Absenden"
[hugoAttributionText]
other="Unterstützt von"
[prev]
other="Vorherige"
[next]
other="Nächste"
# [share_on]
# other = "Share on"
[improve_this_page]
other="Diese Seite verbessern"
[out_of]
other="aus"
[publications]
other="Publikationen"
[taken_courses]
other="Belegte Kurse"
[course_name]
other="Kursname"
[total_credit]
other="Gesamtguthaben"
[obtained_credit]
other="Erhaltenes Guthaben"
[extracurricular_activities]
other="Außerschulische Aktivitäten"
[show_more]
other="Mehr anzeigen"
[show_less]
other="Weniger anzeigen"
[responsibilities]
other="Verantwortlichkeiten:"
[present]
other="heute"
[comments_javascript]
other="Bitte aktiviere JavaScript um die Kommentare zu sehen"
[comments_by]
other="Kommentare Unterstützt von"
[read]
other="Lesen"
[project_star]
other="Star"
[project_details]
other="Details"
[err_404]
other="Die Seite nach der Seite ist noch nicht vorhanden."
[more]
other="Mehr"
[view_certificate]
other="Zertifikat ansehen"
[notes]
other="Notizen"
[disclaimer_text]
other="Haftungshinweis"
[search]
other="Suche"
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.