-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (34 loc) · 815 Bytes
/
_config.yml
File metadata and controls
40 lines (34 loc) · 815 Bytes
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
# Site settings
title: Algoritmos y Estructuras de Datos
description: >
Página de la materia Algoritmos y Estructuras de Datos, curso Buchwald.
Facultad de Ingeniería, Universidad de Buenos Aires.
baseurl: "/algoritmos"
entregas: "https://algoritmos-rw.dijkstra.ar/entregas/"
notas: "https://algoritmos-rw.dijkstra.ar/notas/"
skel: "https://algoritmos-rw.github.io/descargas"
algo1: "https://algoritmos1rw.ddns.net/"
# url: "https://algoritmos-rw.github.io"
theme: minima
markdown: kramdown
permalink: pretty
plugins:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
kramdown:
input: GFM
footnote_backlink: "↩︎"
highlighter: rouge
collections:
tps:
output: true
permalink: /:path/
defaults:
-
scope:
path: ""
type: "tps"
values:
layout: tp