File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11color :
22 palette :
3+ yellow : " #ffc600"
34 white : " #ffffff"
4- blue : " #699cc5"
5- blue-light : " #cddeec"
6- blue-dark : " #233a4c"
75 red : " #bf3830"
86 red-light : " #cc6059"
97 red-dark : " #992d26"
@@ -45,13 +43,13 @@ defaults:
4543
4644 # Navbar styles
4745 navbar-font-family : Roboto Slab
48- navbar-background-color : $brand-blue
49- navbar-font-color : $brand-white
50- navbar-font-color-hover : $brand-blue-light
51- navbar-font-color-active : $brand-blue-dark
46+ navbar-background-color : $brand-yellow
47+ navbar-font-color : $brand-gray-800
48+ navbar-font-color-hover : $brand-gray-800
49+ navbar-font-color-active : $brand-gray-800
5250
53- navbar-decoration-color-hover : $brand-blue # "Invisible"
54- navbar-decoration-color-active : $brand-blue # "Invisible"
51+ navbar-decoration-color-hover : $brand-gray-800
52+ navbar-decoration-color-active : $brand-gray-800
5553
5654 # Footer styles
5755 footer-background-color : $brand-gray-600
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ project:
33 output-dir : _site
44
55website :
6- title : " Curso "
6+ title : " Programación en Python "
77 description : " Una descripción breve del curso."
88 favicon : " imgs/favicon.png"
99 page-navigation : true
1010 navbar :
11- title : " Curso "
11+ title : " Programación en Python "
1212 pinned : true
1313 right :
1414 - text : Información
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ listing:
2020::: {style="display: none "}
2121{{< fa graduation-cap >}}
2222:::
23+
Original file line number Diff line number Diff line change @@ -154,6 +154,20 @@ div.sidebar-item-container {
154154 }
155155}
156156
157+ .sidebar nav [role = doc-toc ] {
158+ ul > li > a ,
159+ ul > li > ul > li > a {
160+ & :hover {
161+ color : $sidebar-link-font-color-hover !important ;
162+ }
163+
164+ & .active {
165+ border-left : 1px solid $sidebar-link-font-color-active ;
166+ color : $sidebar-link-font-color-active !important ;
167+ }
168+ }
169+ }
170+
157171// --------------------------------------------------------------------------------------------- //
158172// Custom classes //
159173// --------------------------------------------------------------------------------------------- //
Original file line number Diff line number Diff line change 1- name : " Curso "
2- term : " Semestre y año académico "
3- program : " Programas / carreras "
4- institution : " Universidad / Facultad "
5- times : " Horario de clases "
1+ name : " Programación en Python "
2+ term : " 1° Cuatrimestre 2026 "
3+ program : " Licenciatura en Estadística "
4+ institution : " Facultad de Ciencias Económicas y Estadística (UNR) "
5+ times : " Miércoles - 11:00 a 15:00 | Jueves - 8:00 a 10:00 "
66hero_image : " imgs/hero.png"
Original file line number Diff line number Diff line change 11- header : Docentes
22 entries :
3- - name : " Pierre-Simon Laplace"
4- role : " Titular"
5- email : " laplace@university.edu"
6- office_hours : " Consultas: Martes 13 hs"
7- - name : " Carl Friedrich Gauss"
8- role : " Jefe de Trabajos Prácticos"
9- email : " cfg@university.edu"
10- office_hours : " Consultas: Jueves 10 hs"
11- - name : " Ronald A. Fisher"
12- role : " Ayudante"
13- email : " fisher@example.com"
3+ - name : " Tomás Capretto"
4+ email : " tomas.capretto@fcecon.unr.edu.ar"
5+ office_hours : " TBD"
6+ - name : " Dolores Sollberger"
7+ email : " dolores.sollberger@fcecon.unr.edu.ar"
8+ office_hours : " TBD"
You can’t perform that action at this time.
0 commit comments