123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- {
- "index": {
- "src": "home.md",
- "title": "Sitio personal de Rodrigo Garcia",
- "heading": "rmgss : Sitio personal de Rodrigo Garcia",
- "template": "home.html",
- "hlinks" : [{"rel": "openid.delegate", "href":"http://www.paulmunday.net"}],
- "trusted": true,
- "cabecera": "../static/cabecera.png"
- },
- "license": {
- "trusted": true
- },
- "contacto":{
- "trusted": true,
- "template": "contacto.html",
- "attributes": ""
- },
- "acerca_de_mi":{
- "trusted" : true,
- "type" : "post",
- "heading" : ""
- },
- "mensaje_enviado":{
- "heading": "Tu mensaje se ha enviado",
- "template": "mensaje_enviado.html",
- "attributes" : ""
- },
- "posts": {
- "heading" : "Índice de posts/noticias",
- "template" : "indice_posts.html",
- "attributes" : "none"
- },
- "categorias": {
- "heading" : "Lista de posts/noticias por categorías",
- "template" : "lista_categorias.html",
- "attributes" : "none"
- },
- "recientes" : {
- "heading" : "Lista de posts/noticias más recientes",
- "template" : "posts_recientes.html",
- "attributes" : "none"
- },
- "fotos":{
- "heading" : "Fotos",
- "template" : "categoria_fotos.html",
- "attributes" : "none"
- },
- "test-post": {
- "heading": "A Post",
- "template": "post.html",
- "type": "post",
- "attributes" : {"date": "2014-06-04", "date-text": "June 04, 2014.", "author": "Paul M.", "summary": "A test post."}
- },
- "posts/navidad-2016":{
- "heading": "Reflexión navideña 2016",
- "template": "post.html",
- "type" : "post",
- "attributes" : {"date": "2016-12-24", "date-text": "24 de diciembre de 2016",
- "autor": "Rodrigo Garcia",
- "summary": "Una reflexión sobre la navidad."},
- "categorias": ["reflexión", "navidad"]
- },
- "posts/nodo-chersky-LaOtraRed":{
- "trusted" : true,
- "heading": "Nodo Chersky LaOtraRed",
- "template": "post.html",
- "type" : "post",
- "attributes" : {"date": "2017-02-01"},
- "categorias": ["LaOtraRed", "redes_libres", "medios_de_comunicación"]
- },
- "posts/resistirse-a-usar-ciertos-medios-comunicacion":{
- "trusted": true,
- "template" : "post.html",
- "attributes" : {"date": "2017-03-22"},
- "categorias": ["medios_de_comunicación", "anonimato", "reflexión"]
- },
- "posts/fotos1": {
- "template": "post.html",
- "attributes" : {"date": "2017-02-27"},
- "categorias": ["fotos"]
- },
- "posts/construir-firmware-para-enrutadores-con-buildroot":{
- "trusted": true,
- "template" : "post.html",
- "attributes" : {"date": "2017-02-08"},
- "categorias": ["software", "tutoriales", "redes_libres"]
- },
- "posts/fotos2": {
- "template": "post.html",
- "attributes" : {"date": "2017-06-05"},
- "categorias": ["fotos"]
- },
- "posts/libro-Programming-in-C": {
- "template": "post.html",
- "attributes" : {"date": "2017-04-12"},
- "categorias": ["descargas", "libros", "software"]
- },
- "posts/el-nodo-en-la-zona-norte":{
- "trusted": true,
- "template" : "post.html",
- "attributes" : {"date": "2017-04-12"},
- "categorias": ["LaOtraRed", "redes_libres"]
- },
- "posts/nucleo-gnu-linux-en-la-umsa":{
- "heading" : "Núcleo GNU/Linux en la UMSA",
- "trusted": true,
- "template" : "post.html",
- "type" : "post",
- "attributes": { "date":"2017-04-22", "date-text": "24 de abril de 2017",
- "autor": "Rodrigo Garcia",
- "summary": "Pequeño relato de la historia del grupo de estudio de software libre en la UMSA"
- },
- "categorias": ["reseña", "reflexión"]
- },
- "posts/probando-mbedtls": {
- "trusted" : true,
- "template" : "post.html",
- "attributes" : {"date": "2017-05-20"},
- "categorias": ["software", "tutoriales"]
- },
- "posts/nodo-ayma-LaOtraRed": {
- "heading": "Nodo Ayma - LaOtraRed",
- "trusted" : true,
- "type" : "post",
- "template": "post.html",
- "attributes": {"date":"2017-07-16", "date-text": "16 de Julio de 2017",
- "summary": "Nodo Ayma, nuevo nodo en LaOtraRed."
- },
- "categorias": ["LaOtraRed", "redes_libres", "reseña"]
- },
- "posts/charla-jugando-con-redireccion-en-bash": {
- "trusted": true,
- "template" : "post.html",
- "attributes" : {"date":"2017-08-18"},
- "categorias": ["software", "tutoriales", "bash"]
- },
- "posts/si-del-cielo-te-caen-limones": {
- "attributes" : {"date":"2017-09-21"},
- "template" : "post.html",
- "categorias": ["reflexión", "misceláneo"]
- },
- "posts/fotos3": {
- "template": "post.html",
- "attributes" : {"date": "2017-10-22"},
- "categorias": ["fotos"]
- },
- "posts/construyendo-Babeld-para-enrutadores": {
- "trusted": true,
- "template" : "post.html",
- "type": "post",
- "attributes" : {"date": "2017-11-28"},
- "categorias": ["proyectos", "tutoriales"]
- },
- "posts/navidad-2017":{
- "heading": "Reflexión navideña 2017",
- "trusted" : true,
- "template": "post.html",
- "type" : "post",
- "attributes" : {"date": "2017-12-30", "date-text": "30 de diciembre de 2017",
- "autor": "Rodrigo Garcia",
- "summary": "Algunas percepciones sobre la navidad y las fiestas de fin de año."},
- "categorias": ["reflexión", "navidad"]
- },
- "posts/fotos4": {
- "template": "post.html",
- "attributes" : {"date": "2018-01-22"},
- "categorias": ["fotos"]
- },
- "posts/como-publicar-un-paquete-python-al-repositorio-pypi":{
- "trusted": true,
- "template": "post.html",
- "type": "post",
- "attributes": {"date": "2018-02-14"},
- "categorias": ["software", "tutoriales", "python", "proyectos"]
- },
- "posts/probando-bmx7":{
- "trusted": true,
- "template": "post.html",
- "type": "post",
- "attributes": {"date": "2018-03-03"},
- "categorias": ["software", "tutoriales", "redes_libres"]
- },
- "posts/Sobre-el-trato-a-los-animales" : {
- "trusted": true,
- "template": "post.html",
- "type": "post",
- "attributes": {"date": "2018-04-11", "date-text": "11 de Abril de 2018",
- "preview-chars": 230},
- "categorias": ["reflexión", "naturaleza"]
- },
- "posts/LaOtraRed-mayo-2018" : {
- "trusted": true,
- "heading": "LaOtraRed - Mayo 2018",
- "template": "post.html",
- "type": "post",
- "attributes": {"date": "2018-05-15", "date-text": "15 de Mayo de 2018",
- "preview-chars": 207},
- "categorias": ["LaOtraRed", "redes_libres", "reseña"]
- },
- "posts/Utilidades-bash-1" : {
- "trusted": true,
- "heading": "Utilidades bash 1",
- "template": "post.html",
- "type": "post",
- "attributes": {"date": "2018-05-24", "date-text": "24 de Mayo de 2018",
- "preview-chars": 238},
- "categorias": ["software", "bash", "python"]
- },
- "posts/fotos5" : {
- "attributes": { "preview-chars": 374, "date": "2018-08-12" },
- "categorias": ["fotos"]
- },
- "posts/renovando-nodo-Chersky-parte-1" : {
- "trusted": true,
- "template": "post.html",
- "type": "post",
- "attributes": { "date": "2018-09-02", "date-text": "2 de Septiembre de 2018",
- "preview-chars": 382},
- "categorias": ["LaOtraRed", "redes_libres", "medios_de_comunicación", "reseña"]
- },
- "posts/renovando-nodo-Chersky-parte-2" : {
- "trusted": true,
- "template": "post.html",
- "type": "post",
- "attributes": { "date": "2018-11-02", "date-text": "2 de Noviembre de 2018",
- "preview-chars": 168},
- "categorias": ["LaOtraRed", "redes_libres", "medios_de_comunicación", "reseña"]
- },
- "posts/fotos6" : {
- "attributes": { "preview-chars": 362, "date": "2018-12-16" },
- "template": "post.html",
- "categorias": ["fotos"]
- },
- "posts/navidad-2018" : {
- "heading": "Reflexión navideña 2017",
- "trusted" : true,
- "template": "post.html",
- "type" : "post",
- "attributes": {"date": "2018-12-29", "date-text": "29 de diciembre de 2018",
- "autor": "Rodrigo Garcia",
- "summary": "Se continúa buscando una navidad diferente",
- "preview-chars": 341},
- "categorias": ["reflexión", "navidad"]
- },
- "posts/Chersky-mas-que-un-recuerdo" : {
- "heading": "Chersky, más que un recuerdo",
- "trusted" : true,
- "template": "post.html",
- "type" : "post",
- "attributes": {
- "date": "2018-12-30", "date-text": "31 de diciembre de 2018",
- "autor": "Rodrigo Garcia",
- "summary": "Las aventuras de Chersky, un relato desde un punto de vista humano",
- "preview-chars": 341
- },
- "categorias": ["reseña", "naturaleza", "misceláneo"]
- },
- "posts/accediendo-a-equipos-de-casa-mediante-vpn-wireguard" : {
- "trusted" : true,
- "template": "post.html",
- "type" : "post",
- "attributes": {
- "date": "2019-03-06",
- "autor": "Rodrigo Garcia",
- "preview-chars": 300
- },
- "categorias": ["software", "tutoriales" ]
- },
- "posts/nodo-Lorena-LaOtraRed" : {
- "trusted" : true,
- "template": "post.html",
- "type" : "post",
- "attributes": {
- "date": "2019-05-05",
- "autor": "Rodrigo Garcia",
- "preview-chars": 340
- },
- "categorias": ["LaOtraRed", "redes_libres", "reseña"]
- },
- "posts/fotos7" : {
- "attributes": { "preview-chars": 350, "date": "2019-05-18" },
- "template": "post.html",
- "categorias": ["fotos"]
- },
- "posts/Utilidades-python-1" : {
- "trusted" : true,
- "template": "post.html",
- "type" : "post",
- "attributes": {
- "date": "2019-07-21",
- "preview-chars": 334
- },
- "categorias": ["software", "python"]
- }
- }
|