Skip to content

Commit

Permalink
plantilla ajustada
Browse files Browse the repository at this point in the history
  • Loading branch information
srsergiorodriguez committed Jan 31, 2024
1 parent 598da3d commit 5b57529
Show file tree
Hide file tree
Showing 3,109 changed files with 1,013 additions and 3,709 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7.2
FROM ruby:3.2.2

MAINTAINER Andrew Woods <[email protected]>

Expand Down
12 changes: 12 additions & 0 deletions _america/AdriaenCollaert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pid: AdriaenCollaert
label: America Tortuga
autor: Adriaen Collaert
fecha: '1586'
order: '0'
layout: plantilla_item
collection: america
thumbnail: "/img/derivatives/iiif/images/AdriaenCollaert/full/250,/0/default.jpg"
full: "/img/derivatives/iiif/images/AdriaenCollaert/full/1140,/0/default.jpg"
manifest: "/img/derivatives/iiif/AdriaenCollaert/manifest.json"
---
12 changes: 12 additions & 0 deletions _america/JohannSadeler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pid: JohannSadeler
label: America Loro
autor: Johann Sadeler
fecha: '1581'
order: '1'
layout: plantilla_item
collection: america
thumbnail: "/img/derivatives/iiif/images/JohannSadeler/full/250,/0/default.jpg"
full: "/img/derivatives/iiif/images/JohannSadeler/full/1140,/0/default.jpg"
manifest: "/img/derivatives/iiif/JohannSadeler/manifest.json"
---
12 changes: 12 additions & 0 deletions _america/PhilipsGalle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pid: PhilipsGalle
label: America Composición
autor: Philips Galle
fecha: '1547'
order: '2'
layout: plantilla_item
collection: america
thumbnail: "/img/derivatives/iiif/images/PhilipsGalle/full/250,/0/default.jpg"
full: "/img/derivatives/iiif/images/PhilipsGalle/full/1140,/0/default.jpg"
manifest: "/img/derivatives/iiif/PhilipsGalle/manifest.json"
---
12 changes: 12 additions & 0 deletions _america/PhilipsGalle2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
pid: PhilipsGalle2
label: America Cabeza
autor: Philips Galle
fecha: '1585'
order: '3'
layout: plantilla_item
collection: america
thumbnail: "/img/derivatives/iiif/images/PhilipsGalle2/full/250,/0/default.jpg"
full: "/img/derivatives/iiif/images/PhilipsGalle2/full/1140,/0/default.jpg"
manifest: "/img/derivatives/iiif/PhilipsGalle2/manifest.json"
---
81 changes: 33 additions & 48 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# Feel free to change these! For more info, refer to:
# ~> https://jekyllrb.com/docs/configuration/options/

title: 'Wax'
description: 'Minimal Exhibitions with Jekyll'
url: 'https://minicomp.github.io'
baseurl: '/wax'
copyright: 'Example copyright org, 2023'
title: 'Plantilla Wax'
description: 'Colecciones Digitales'
url: 'https://srsergiorodriguez.github.io' # Reemplazar por cuenta de github propia
baseurl: '/plantilla-wax' # Reemplazar por nombre del repositorio
copyright: 'Derechos reservados, 2024'
logo: '/assets/logo.png'
default_thumb: '/assets/default.png'

Expand Down Expand Up @@ -59,13 +59,13 @@ kramdown:
collections:
exhibits:
output: true
qatar: # name of collection
output: true # makes sure pages are output as html files
layout: 'qatar_item' # the layout for the pages to use
america: # OJO: Cambiar por nombre de la colección
output: true
layout: 'plantilla_item' # npmbre de la plantilla con la estructura de los ítems de la colección
metadata:
source: 'qatar.csv' # path to the metadata file within `_data`
source: 'america.csv' # nombre del archivo con metadatos guardado en `_data`
images:
source: 'raw_images/qatar' # path to the directory of images within `_data`
source: 'raw_images/america' # ruta de la carpeta con imágenes guardada en `_data`

# --------------------------------------------------------------
# SEARCH INDEX SETTINGS
Expand All @@ -77,17 +77,14 @@ collections:

search:
main:
index: '/search/index.json' # file the index will get written to
index: '/search/index.json'
collections:
qatar:
content: false # whether or not to index page content
fields: # the metadata fields to index
- artist
- location
- label
- _date
- object_type
- current_location
america: # OJO: Cambiar por nombre de la colección
content: false
fields: # Metadatos que se indexarán
- nombre
- autor
- fecha

# --------------------------------------------------------------
# SITE MENU SETTINGS
Expand All @@ -96,42 +93,30 @@ search:
# (where it goes). An item can optionally have a dropdown
# submenu via `sub`.

menu:
- label: 'About'
sub:
- label: 'Wax'
link: '/about/'
- label: 'Documentation'
link: 'https://minicomp.github.io/wiki/wax/'
- label: 'Credits'
link: '/credits/'
- label: 'Exhibits'
menu: # Elementos que irán en el menú superior
- label: 'Acerca'
link: '/acerca/'
- label: 'Exhibiciones'
sub:
- label: 'Inline Parallax Image'
link: '/exhibits/a/'
- label: 'Inline Image References'
link: '/exhibits/b/'
- label: 'Browse'
link: '/collection/'
- label: 'Search'
link: '/search/'
- label: 'Reuse'
link: '/reuse/'
- label: 'Muestra A'
link: '/exhibits/muestra/'
- label: 'Explorar'
link: '/explorar/'
- label: 'Buscar'
link: '/buscar/'
- label: 'Metadatos'
link: '/metadatos/'

# --------------------------------------------------------------
# SITE FOOTER SETTINGS
# --------------------------------------------------------------
#

footer:
footer: # Elementos que irán en el menú inferior
links:
- label: 'GitHub'
link: 'https://github.com/minicomp/wax'
- label: 'Credits'
link: '/credits'
- label: 'Wiki'
link: 'https://minicomp.github.io/wiki/wax/'
- label: 'Créditos'
link: '/creditos'
logos:
- img: '/img/logo.png'

# FIN
# FIN
5 changes: 5 additions & 0 deletions _data/america.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pid,label,autor,fecha,order,layout,collection,thumbnail,full,manifest
AdriaenCollaert,America Tortuga,Adriaen Collaert,1586,0,plantilla_item,america,"/img/derivatives/iiif/images/AdriaenCollaert/full/250,/0/default.jpg","/img/derivatives/iiif/images/AdriaenCollaert/full/1140,/0/default.jpg",/img/derivatives/iiif/AdriaenCollaert/manifest.json
JohannSadeler,America Loro,Johann Sadeler,1581,1,plantilla_item,america,"/img/derivatives/iiif/images/JohannSadeler/full/250,/0/default.jpg","/img/derivatives/iiif/images/JohannSadeler/full/1140,/0/default.jpg",/img/derivatives/iiif/JohannSadeler/manifest.json
PhilipsGalle,America Composición,Philips Galle,1547,2,plantilla_item,america,"/img/derivatives/iiif/images/PhilipsGalle/full/250,/0/default.jpg","/img/derivatives/iiif/images/PhilipsGalle/full/1140,/0/default.jpg",/img/derivatives/iiif/PhilipsGalle/manifest.json
PhilipsGalle2,America Cabeza,Philips Galle,1585,3,plantilla_item,america,"/img/derivatives/iiif/images/PhilipsGalle2/full/250,/0/default.jpg","/img/derivatives/iiif/images/PhilipsGalle2/full/1140,/0/default.jpg",/img/derivatives/iiif/PhilipsGalle2/manifest.json
13 changes: 0 additions & 13 deletions _data/qatar-original.csv

This file was deleted.

13 changes: 0 additions & 13 deletions _data/qatar.csv

This file was deleted.

Binary file added _data/raw_images/america/AdriaenCollaert.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _data/raw_images/america/JohannSadeler.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _data/raw_images/america/PhilipsGalle.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _data/raw_images/america/PhilipsGalle2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _data/raw_images/qatar/obj1.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj10.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj11.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12.pdf
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12/00.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12/01.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12/02.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12/03.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12/04.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj12/05.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj2.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj3.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj4.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj5.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj6.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj7.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj8.jpg
Binary file not shown.
Binary file removed _data/raw_images/qatar/obj9.jpg
Binary file not shown.
29 changes: 0 additions & 29 deletions _exhibits/a.md

This file was deleted.

Loading

0 comments on commit 5b57529

Please sign in to comment.