projects.yaml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # section information
  2. section:
  3. name: Projects
  4. enable: true
  5. weight: 4
  6. showOnNavbar: true
  7. # Can optionally hide the title in sections
  8. # hideTitle: true
  9. # filter buttons
  10. buttons:
  11. - name: All
  12. filter: "all"
  13. - name: Professional
  14. filter: "professional"
  15. - name: Academic
  16. filter: "academic"
  17. - name: Hobby
  18. filter: "hobby"
  19. # your projects
  20. projects:
  21. - name: Kubernetes
  22. logo: images/projects/kubernetes.png
  23. role: Contributor
  24. timeline: "March 2018 - Present"
  25. repo: https://github.com/kubernetes/kubernetes # If your project is a public repo on GitHub, then provide this link. it will show star count.
  26. #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.
  27. summary: Production-Grade Container Scheduling and Management.
  28. tags: ["professional", "kubernetes", "cloud"]
  29. - name: Tensorflow
  30. logo: images/projects/tensorflow.png
  31. role: Developer
  32. timeline: "Jun 2018 - Present"
  33. repo: https://github.com/tensorflow/tensorflow
  34. #url: ""
  35. summary: An Open Source Machine Learning Framework for Everyone.
  36. tags: ["professional", "machine-learning","academic"]
  37. - name: A sample academic paper
  38. role: Team Lead
  39. timeline: "Jan 2017 - Nov 2017"
  40. url: "https://www.example.com"
  41. 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.
  42. tags: ["academic","iot"]
  43. - name: Nocode
  44. logo: images/projects/no-code.png
  45. role: Nothing
  46. timeline: "Oct 2019 - Dec 2019"
  47. repo: https://github.com/kelseyhightower/nocode
  48. #url: ""
  49. summary: The best way to write secure and reliable applications. Write nothing; deploy nowhere.
  50. tags: ["hobby", "fun"]
  51. - name: Toha
  52. logo: images/projects/toha.png
  53. role: Owner
  54. timeline: "Jun 2019 - Present"
  55. repo: https://github.com/hossainemruz/toha
  56. summary: A Hugo theme for personal portfolio.
  57. tags: ["hobby","hugo","theme","professional"]