Skip to content

Commit b7026ce

Browse files
committed
fix gh pages
1 parent 01c16a2 commit b7026ce

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ title: Paradigmas de Linguagens de Programação
2323
author: Prof. Augusto Sampaio
2424
email: acas@cin.ufpe.br
2525
description: "IN1007 - Centro de Informática - UFPE"
26-
baseurl: "" # the subpath of your site, e.g. /blog
26+
baseurl: "/PLP" # the subpath of your site, e.g. /blog
2727
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2828

2929
# Build settings

docs/_pages/linguagens.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ A linguagem será apresentada de forma incremental:
1313
- Orientada a Objetos
1414
- Funcional Imperativa OO
1515

16-
![Imagem adicional](/assets/img/linguagens.gif)
16+
![Imagem adicional]({{site.baseurl}}/assets/img/linguagens.gif)

docs/_pages/projetos.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
permalink: /projetos
3-
title: "Projetos"
3+
title: ""
44
---
5+
## Projetos
56

67
### 2023.1
78

docs/index.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ title: "Início"
1010
Augusto Sampaio
1111

1212
## Material Didático
13-
* [Cronograma de aulas](/cronograma)
14-
* [Linguagens e interpretadores](/linguagens)
15-
* Provas passadas
13+
* [Cronograma de aulas]({{site.baseurl}}/cronograma)
14+
* [Linguagens e interpretadores]({{site.baseurl}}/linguagens)
15+
* [Projetos]({{site.baseurl}}/projetos)
16+
* [Interpretador (Versão web)]({{site.baseurl}}/interpretador.html)

0 commit comments

Comments
 (0)