-
-
Notifications
You must be signed in to change notification settings - Fork 580
Expand file tree
/
Copy pathhugo.yaml
More file actions
861 lines (809 loc) · 36.5 KB
/
Copy pathhugo.yaml
File metadata and controls
861 lines (809 loc) · 36.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
baseURL: "https://hugo-profile.netlify.app"
languageCode: "en-us"
title: "Hugo Profile"
theme: hugo-profile
# Multilingual configuration
defaultContentLanguage: "en"
defaultContentLanguageInSubdir: false
languages:
en:
languageName: "English"
weight: 1
contentDir: "content"
menu:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /blogs
weight: 1
- identifier: gallery
name: Gallery
title: Image gallery
url: /gallery
weight: 2
es:
languageName: "Español"
weight: 2
contentDir: "content/es"
menu:
main:
- identifier: blog
name: Blog
title: Publicaciones del blog
url: /es/blogs
weight: 1
- identifier: gallery
name: Galería
title: Galería de imágenes
url: /es/gallery
weight: 2
params:
hero:
intro: "Hola, mi nombre es"
title: "Isabella."
subtitle: "Construyo cosas para la web"
content: "Una desarrolladora apasionada de aplicaciones web. Tiendo a hacer uso de tecnologías web modernas para construir sitios web que se ven geniales, se sienten fantásticos y funcionan correctamente."
button:
name: "Currículum"
about:
title: "Sobre Mí"
content: |-
Soy una desarrolladora de software con pasión por el desarrollo web. Tengo experiencia en ciencias de la computación y matemáticas, y tengo un fuerte interés en la intersección de la tecnología y el arte. Actualmente trabajo como desarrolladora de software en [ejemplo org.](https://example.com) en San Francisco, CA.
Actualmente estoy trabajando en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad.
skills:
title: "Aquí hay algunas tecnologías con las que he estado trabajando recientemente:"
experience:
items:
- company: "Facebook"
companyUrl: "https://example.com"
jobs:
- name: "Desarrolladora Senior de Software"
date: "Ene 2023 - presente"
content: "Actualmente trabajo como desarrolladora senior de software en [ejemplo org.](https://example.com) en San Francisco, CA. Estoy trabajando en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad."
info:
content: Trabajando como desarrolladora senior de software
featuredItems:
fontAwesomeIcons:
- icon: fa-brands fa-react
url: https://react.dev/
tooltip: Contenido de ejemplo de tooltip
- icon: fab fa-x-twitter
url: https://example.com
customIcons:
- icon: /fav.png
url: "https://example.com"
tooltip: Contenido de ejemplo de tooltip
- name: "Desarrolladora de Software"
date: "Ene 2022 - Dic 2023"
content: "Trabajé como desarrolladora de software. Trabajé en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad."
- company: "Amazon"
companyUrl: "https://example.com"
jobs:
- name: "Desarrolladora de Software"
date: "Sep 2020 - Dic 2021"
info:
content: Trabajé como desarrolladora de software durante más de un año en Amazon.
content: |
Actualmente trabajo como desarrolladora de software en [ejemplo org.](https://example.com) en San Francisco, CA. Estoy trabajando en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad.
- Desarrolladora backend principal de un producto.
- Creé un diseño frontend para un producto.
- company: "Apple"
companyUrl: "https://example.com"
jobs:
- name: "Desarrolladora Junior de Software"
date: "Ene 2020 - Ago 2020"
featuredItems:
fontAwesomeIcons:
- icon: fa-brands fa-react
url: https://react.dev/
- icon: fab fa-x-twitter
url: https://example.com
customIcons:
- icon: /fav.png
url: "https://example.com"
content: |
Actualmente trabajo como desarrolladora de software en [ejemplo org.](https://example.com) en San Francisco, CA. Estoy trabajando en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad.
- Desarrolladora backend principal de un producto.
- Creé un diseño frontend para un producto.
- company: "Netflix"
companyUrl: "https://example.com"
jobs:
- name: "Diseñadora UI/UX"
date: "Junio 2017 - Nov 2019"
content: |
Actualmente trabajo como desarrolladora de software en [ejemplo org.](https://example.com) en San Francisco, CA. Estoy trabajando en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad.
- Desarrolladora backend principal de un producto.
- Creé un diseño frontend para un producto.
- company: "Google"
companyUrl: "https://example.com"
jobs:
- name: "Diseñadora de Productos"
date: "Feb 2016 - Mar 2017"
content: "Actualmente trabajo como desarrolladora de software en [ejemplo org.](https://example.com) en San Francisco, CA. Estoy trabajando en un proyecto que se utilizará para ayudar a las personas a encontrar la mejor manera de moverse por la ciudad."
education:
items:
- title: "Maestría en Administración de Empresas"
school:
name: "Universidad de California, Berkeley"
url: "https://example.org"
date: "2013 - 2015"
GPA: "3.8 de 5.0"
content: |-
Actividades Extracurriculares
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
- title: "Licenciatura en Ciencias de la Computación"
school:
name: "Instituto Tecnológico de Massachusetts"
url: "https://example.org"
date: "2009 - 2013"
GPA: "3.9 de 5.0"
content: |-
Publiqué dos artículos en la Conferencia ACM SIGCHI sobre Inteligencia Artificial.
- [Detección de Objetos Rápida y Precisa con una Red Neuronal Convolucional](https://example.com)
- Detección de mascarillas faciales usando una red neuronal convolucional.
Actividades Extracurriculares
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
featuredLink:
enable: true
name: "Mi expediente académico"
url: "https://example.com"
- title: "Escuela Secundaria"
school:
name: "Escuela Secundaria Thomas Jefferson para Ciencia y Tecnología."
url: "https://example.org"
GPA: "4.2 de 5.0"
featuredLink:
enable: true
url: "https://example.com"
projects:
items:
- title: Hugo Profile
content: Una plantilla Hugo altamente personalizable y centrada en dispositivos móviles para portafolio personal y blog.
image: /images/projects/profile.png
featured:
name: Demo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Plantilla%20Hugo%20Profile&body=Échale%20un%20vistazo:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Échale+un+vistazo:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Conversor de Imágenes
content: Una aplicación web para convertir imágenes a pdf, png a jpg, png a jpg y png a webp sin base de datos usando django.
image: /images/projects/converter.jpg
featured:
name: Demo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
content: Una plantilla Hugo limpia y simple para portafolio personal y blog.
image: /images/projects/profile2.jpg
featured:
name: Demo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
achievements:
items:
- title: Finalista de Google Kickstart
content: Resolví todos los problemas con solución óptima.
url: https://example.com
image: /images/achievement.jpg
- title: Ganador del Hackathon de Facebook
content: Desarrollé un producto usando Inteligencia Artificial.
image: /images/achievement.jpg
- title: Hugo Profile
content: Desarrollé un tema y obtuve más de 1K descargas por mes.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievement.jpg
- title: Finalista de Microsoft Imagine
content: Desarrollamos un producto que puede ayudar a otros.
- title: Google Summer of Code
content: Contribuí a un proyecto de código abierto.
url: https://example.com
contact:
content: Mi bandeja de entrada siempre está abierta. Ya sea que tengas una pregunta o simplemente quieras saludar, ¡haré todo lo posible para responderte!
btnName: Escríbeme
fr:
contentDir: "content/fr"
languageName: "Français"
weight: 3
menu:
main:
- identifier: blog
name: Blog
title: Articles de blog
url: /fr/blogs
weight: 1
- identifier: gallery
name: Galerie
title: Galerie d'images
url: /fr/gallery
weight: 2
params:
hero:
intro: "Bonjour, je m'appelle"
title: "Isabella."
subtitle: "Je construis des choses pour le web"
content: "Une développeuse passionnée d'applications web. J'ai tendance à utiliser des technologies web modernes pour créer des sites web qui ont fière allure, qui sont agréables et qui fonctionnent correctement."
button:
name: "CV"
about:
title: "À Propos de Moi"
content: |-
Je suis une développeuse de logiciels passionnée par le développement web. J'ai une formation en informatique et en mathématiques, et je m'intéresse vivement à l'intersection de la technologie et de l'art. Je travaille actuellement comme développeuse de logiciels chez [exemple org.](https://example.com) à San Francisco, CA.
Je travaille actuellement sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville.
skills:
title: "Voici quelques technologies avec lesquelles j'ai travaillé récemment:"
experience:
items:
- company: "Facebook"
companyUrl: "https://example.com"
jobs:
- name: "Développeuse Senior de Logiciels"
date: "Jan 2023 - présent"
content: "Je travaille actuellement comme développeuse senior de logiciels chez [exemple org.](https://example.com) à San Francisco, CA. Je travaille sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville."
info:
content: Travaille comme développeuse senior de logiciels
featuredItems:
fontAwesomeIcons:
- icon: fa-brands fa-react
url: https://react.dev/
tooltip: Exemple de contenu d'info-bulle
- icon: fab fa-x-twitter
url: https://example.com
customIcons:
- icon: /fav.png
url: "https://example.com"
tooltip: Exemple de contenu d'info-bulle
- name: "Développeuse de Logiciels"
date: "Jan 2022 - Déc 2023"
content: "J'ai travaillé comme développeuse de logiciels. J'ai travaillé sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville."
- company: "Amazon"
companyUrl: "https://example.com"
jobs:
- name: "Développeuse de Logiciels"
date: "Sep 2020 - Déc 2021"
info:
content: J'ai travaillé comme développeuse de logiciels pendant plus d'un an chez Amazon.
content: |
Je travaille actuellement comme développeuse de logiciels chez [exemple org.](https://example.com) à San Francisco, CA. Je travaille sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville.
- Développeuse backend principale pour un produit.
- J'ai créé un design frontend pour un produit.
- company: "Apple"
companyUrl: "https://example.com"
jobs:
- name: "Développeuse Junior de Logiciels"
date: "Jan 2020 - Août 2020"
featuredItems:
fontAwesomeIcons:
- icon: fa-brands fa-react
url: https://react.dev/
- icon: fab fa-x-twitter
url: https://example.com
customIcons:
- icon: /fav.png
url: "https://example.com"
content: |
Je travaille actuellement comme développeuse de logiciels chez [exemple org.](https://example.com) à San Francisco, CA. Je travaille sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville.
- Développeuse backend principale pour un produit.
- J'ai créé un design frontend pour un produit.
- company: "Netflix"
companyUrl: "https://example.com"
jobs:
- name: "Designer UI/UX"
date: "Juin 2017 - Nov 2019"
content: |
Je travaille actuellement comme développeuse de logiciels chez [exemple org.](https://example.com) à San Francisco, CA. Je travaille sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville.
- Développeuse backend principale pour un produit.
- J'ai créé un design frontend pour un produit.
- company: "Google"
companyUrl: "https://example.com"
jobs:
- name: "Designer de Produits"
date: "Fév 2016 - Mar 2017"
content: "Je travaille actuellement comme développeuse de logiciels chez [exemple org.](https://example.com) à San Francisco, CA. Je travaille sur un projet qui sera utilisé pour aider les gens à trouver le meilleur moyen de se déplacer dans la ville."
education:
items:
- title: "Master en Administration des Affaires"
school:
name: "Université de Californie, Berkeley"
url: "https://example.org"
date: "2013 - 2015"
GPA: "3.8 sur 5.0"
content: |-
Activités Extrascolaires
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
- title: "Licence en Sciences Informatiques"
school:
name: "Institut de Technologie du Massachusetts"
url: "https://example.org"
date: "2009 - 2013"
GPA: "3.9 sur 5.0"
content: |-
J'ai publié deux articles lors de la Conférence ACM SIGCHI sur l'Intelligence Artificielle.
- [Détection d'Objets Rapide et Précise avec un Réseau de Neurones Convolutifs](https://example.com)
- Détection de masques faciaux à l'aide d'un réseau de neurones convolutifs.
Activités Extrascolaires
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
featuredLink:
enable: true
name: "Mon dossier académique"
url: "https://example.com"
- title: "Lycée"
school:
name: "Lycée Thomas Jefferson pour les Sciences et la Technologie."
url: "https://example.org"
GPA: "4.2 sur 5.0"
featuredLink:
enable: true
url: "https://example.com"
projects:
items:
- title: Hugo Profile
content: Un modèle Hugo hautement personnalisable et axé sur le mobile pour portfolio personnel et blog.
image: /images/projects/profile.png
featured:
name: Démo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Modèle%20Hugo%20Profile&body=Découvrez-le:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Découvrez-le:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Convertisseur d'Images
content: Une application web pour convertir des images en pdf, png en jpg, png en jpg et png en webp sans base de données en utilisant django.
image: /images/projects/converter.jpg
featured:
name: Démo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
content: Un modèle Hugo propre et simple pour portfolio personnel et blog.
image: /images/projects/profile2.jpg
featured:
name: Démo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
achievements:
items:
- title: Finaliste Google Kickstart
content: J'ai résolu tous les problèmes avec une solution optimale.
url: https://example.com
image: /images/achievement.jpg
- title: Gagnant du Hackathon Facebook
content: J'ai développé un produit utilisant l'Intelligence Artificielle.
image: /images/achievement.jpg
- title: Hugo Profile
content: J'ai développé un thème et j'obtiens plus de 1K téléchargements par mois.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievement.jpg
- title: Finaliste Microsoft Imagine
content: Nous avons développé un produit qui peut aider les autres.
- title: Google Summer of Code
content: J'ai contribué à un projet open source.
url: https://example.com
contact:
content: Ma boîte de réception est toujours ouverte. Que vous ayez une question ou que vous vouliez simplement dire bonjour, je ferai de mon mieux pour vous répondre!
btnName: Écrivez-moi
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
enableRobotsTXT: true
#services:
#googleAnalytics:
#id: G-MEASUREMENT_ID
#disqus:
#shortname: your-disqus-shortname
pagination:
pagerSize: 3
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: gallery
name: Gallery
title: Gallery
url: /gallery
weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: "Hugo Profile"
description: Text about my cool site
keywords: "portfolio, blog, hugo, theme"
# staticPath: "" # The path to serve the static files from
favicon: "/fav.png"
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether to add mathjax support on all pages. Alternatively, you can opt-in per page by adding `mathjax: true` in the frontmatter.
mathjax: false
# Whether the fade animations on the home page will be enabled
animate: true
theme:
# disableThemeToggle: true
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# When using hex codes for colors, quotations must be used along with the # sign
# color:
# textColor: "#343a40"
# secondaryTextColor: "#6c757d"
# textLinkColor: "#007bff"
# backgroundColor: "#eaedf0"
# secondaryBackgroundColor: "#64ffda1a"
# primaryColor: "#007bff"
# secondaryColor: "#f8f9fa"
# darkmode:
# textColor: "#e4e6eb"
# secondaryTextColor: "#b0b3b8"
# textLinkColor: "#ffffff"
# backgroundColor: "#18191a"
# secondaryBackgroundColor: "#212529"
# primaryColor: "#ffffff"
# secondaryColor: "#212529"
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
# brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
# showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "Hugo Profile" # Brand name for the brand | default is the title variable
disableSearch: false
# searchPlaceholder: "Search"
stickyNavBar:
enable : true
showOnScrollUp : true
enableSeparator: false
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: false
disableContact: false
# Hero
hero:
enable: true
intro: "Hi, my name is"
title: "Isabella."
subtitle: "I build things for the web"
content: "A passionate web app developer. I tend to make use of modern web technologies to build websites that look great, feel fantastic, and function correctly."
image: /images/hero.svg
bottomImage:
enable: true
# roundImage: true # Make hero image circular | default false
button:
enable: true
name: "Resume"
url: "#"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://example.com
- icon: fab fa-x-twitter
url: https://example.com
customIcons:
- icon: /fav.png
url: "https://example.com"
# About
about:
enable: true
title: "About Me"
image: "/images/me.png"
content: |-
I am a software developer with a passion for web development. I have a background in computer science and mathematics, and I have a strong interest in the intersection of technology and art. I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA.
I am currently working on a project that will be used to help people find the best way to get around the city.
skills:
enable: true
title: "Here are a few technologies I've been working with recently:"
items:
- "HTML"
- "CSS"
- "JavaScript"
- "React"
- "Node"
- "Express"
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- company: "Facebook"
companyUrl: "https://example.com"
jobs:
- name: "Senior Software Developer"
date: "Jan 2023 - present"
content: "I am currently working as a senior software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
info:
content: Working as a senior software developer
featuredItems:
fontAwesomeIcons:
- icon: fa-brands fa-react
url: https://react.dev/
tooltip: Example tooltip content
- icon: fab fa-x-twitter
url: https://example.com
# tooltip: Example tooltip content
customIcons:
- icon: /fav.png
url: "https://example.com"
tooltip: Example tooltip content
- name: "Software Developer"
date: "Jan 2022 - Dec 2023"
content: "I worked as a software developer. I worked on a project that will be used to help people find the best way to get around the city."
- company: "Amazon"
companyUrl: "https://example.com"
jobs:
- name: "Software Developer"
date: "Sep 2020 - Dec 2021"
info:
content: I worked as a software developer for more than one year in Amazon.
content: |
I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
- Lead backend developer for a product.
- Created a frontend design for a product.
- company: "Apple"
companyUrl: "https://example.com"
jobs:
- name: "Junior Software Developer"
date: "Jan 2020 - Aug 2020"
featuredItems:
fontAwesomeIcons:
- icon: fa-brands fa-react
url: https://react.dev/
- icon: fab fa-x-twitter
url: https://example.com
customIcons:
- icon: /fav.png
url: "https://example.com"
content: |
I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
- Lead backend developer for a product.
- Created a frontend design for a product.
- company: "Netflix"
companyUrl: "https://example.com"
jobs:
- name: "UI/UX Designer"
date: "June 2017 - Nov 2019"
content: |
I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
- Lead backend developer for a product.
- Created a frontend design for a product.
- company: "Google"
companyUrl: "https://example.com"
jobs:
- name: "Product Designer"
date: "Feb 2016 - Mar 2017"
content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "Master of Business Administration"
school:
name: "University of California, Berkeley"
url: "https://example.org"
date: "2013 - 2015"
GPA: "3.8 out of 5.0"
content: |-
Extracurricular Activities
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
- title: "Bachelor of Science in Computer Science"
school:
name: "Massachusetts Institute of Technology"
url: "https://example.org"
date: "2009 - 2013"
GPA: "3.9 out of 5.0"
content: |-
I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence.
- [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com)
- Face mask detection using a single convolutional neural network.
Extracurricular Activities
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
featuredLink:
enable: true
name: "My academic record"
url: "https://example.com"
- title: "High School"
school:
name: "Thomas Jefferson High School for Science and Technology."
url: "https://example.org"
GPA: "4.2 out of 5.0"
featuredLink:
enable: true
url: "https://example.com"
# Achievements
achievements:
enable: true
# title: "Custom Name"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/achievement.jpg
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/achievement.jpg
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievement.jpg
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
# projects
projects:
enable: true
# title: "Custom Name"
items:
- title: Hugo Profile
content: A highly customizable and mobile first Hugo template for personal portfolio and blog.
image: /images/projects/profile.png
featured:
name: Demo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Image Converter
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
image: /images/projects/converter.jpg
featured:
name: Demo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
content: A clean and simple Hugo template for personal portfolio and blog.
image: /images/projects/profile2.jpg
featured:
name: Demo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
#Contact
contact:
enable: true
# title: "Custom Name"
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
btnName: Mail me
btnLink: mailto:gurusabarisha@gmail.com
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
# messageRows: 5
footer:
recentPosts:
path: "blogs"
count: 3
title: Recent Posts
enable: true
disableFeaturedImage: false
socialNetworks:
github: https://github.com
linkedin: https://linkedin.com
twitter: https://twitter.com
instagram: https://instagram.com
facebook: https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
socialShare: true
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
tags:
openInNewTab: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>