Skip to content

Commit

Permalink
test123
Browse files Browse the repository at this point in the history
  • Loading branch information
Cultura-Difusa committed Jan 4, 2024
0 parents commit 059be44
Show file tree
Hide file tree
Showing 115 changed files with 7,293 additions and 0 deletions.
Empty file added .hugo_build.lock
Empty file.
6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

36 changes: 36 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------

theme = "hugo-story"

## -----------------------------------------------
## Publish
## -----------------------------------------------

relativeURLs = "true"
#canonifyURLs = "true"

# Local
baseURL = "/"
publishDir = "public"

# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"


## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------

disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "your-google-analytics-id"

## -----------------------------------------------
## Site Parameters
## -----------------------------------------------

[Params]

[Params.social]
38 changes: 38 additions & 0 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------

theme = "hugo-story"

## -----------------------------------------------
## Publish
## -----------------------------------------------

relativeURLs = "true"
#canonifyURLs = "true"

# Local
baseURL = "/"
publishDir = "public"

# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"


## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------

disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "G-XXXXXXXXXX"

## -----------------------------------------------
## Site Parameters
## -----------------------------------------------

[Params]

[Params.social]

[Params.asset]
47 changes: 47 additions & 0 deletions config/development/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------

title = "Portales con Historia"
copyright = "{year}"

## -----------------------------------------------
## Publish
## -----------------------------------------------

relativeURLs = "true"
#canonifyURLs = "true"

# Local
baseURL = "/"
publishDir = "public"

# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"

## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------

disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "G-XXXXXXXXXX"

## -----------------------------------------------
## Site Parameters
## -----------------------------------------------

[Params]
description = "Repositorio digital del proyecto Portales con Historia, Puertas y Ventanas Ornamentadas de Madera en el Sur de Chile"
logo = "images/banner.jpg"
favicon = true

[Params.social]
github = "https://github.com/Cultura-Difusa"
email = "[email protected]"
instagram = "https://instagram.com/portales_con_historia/"
linkedin = "https://linkedin.com/in/maria-emilia-villagra-huijse-46440333/"

[Params.asset]
fontawesome_css = ["css/fontawesome-all.min.css"]
fontawesome_js = ["js/fontawesome-all.min.js"]
49 changes: 49 additions & 0 deletions config/development/config.toml~
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------

title = "Portales con Historia"
copyright = "{year}"

## -----------------------------------------------
## Publish
## -----------------------------------------------

relativeURLs = "true"
#canonifyURLs = "true"

# Local
baseURL = "/"
publishDir = "public"

# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"

## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------

disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "G-XXXXXXXXXX"

## -----------------------------------------------
## Site Parameters
## -----------------------------------------------

[Params]
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
logo = "images/banner.jpg"
favicon = true

[Params.social]
github = "https://github.com/Cultura-Difusa"
twitter = "https://twitter.com/caressofsteel_"
email = "[email protected]"
instagram = "https://instagram.com/portales_con_historia/"
linkedin = "https://linkedin.com/in/maria-emilia-villagra-huijse-46440333/"
telegram = "https://telegram.org"

[Params.asset]
fontawesome_css = ["css/fontawesome-all.min.css"]
fontawesome_js = ["js/fontawesome-all.min.js"]
49 changes: 49 additions & 0 deletions config/production/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------

title = "Portales con Historia"
copyright = "{year}"

## -----------------------------------------------
## Publish
## -----------------------------------------------

relativeURLs = "true"
#canonifyURLs = "true"

# Local
baseURL = "/"
publishDir = "public"

# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"

## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------

disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "G-XXXXXXXXXX"

## -----------------------------------------------
## Site Parameters
## -----------------------------------------------

[Params]
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
logo = "images/banner.jpg"
favicon = true

[Params.social]
github = "https://github.com/Cultura-Difusa"
twitter = "https://twitter.com/caressofsteel_"
email = "[email protected]"
instagram = "https://instagram.com/portales_con_historia/"
linkedin = "https://linkedin.com/in/maria-emilia-villagra-huijse-46440333/"
telegram = "https://telegram.org"

[Params.asset]
fontawesome_css = ["css/fontawesome-all.min.css"]
fontawesome_js = ["js/fontawesome-all.min.js"]
49 changes: 49 additions & 0 deletions config/production/config.toml~
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## -----------------------------------------------
## Basic Configuration
## -----------------------------------------------

title = "Portales con Historia"
copyright = "{year}"

## -----------------------------------------------
## Publish
## -----------------------------------------------

relativeURLs = "true"
#canonifyURLs = "true"

# Local
baseURL = "/"
publishDir = "public"

# Remote
#baseURL = "https://caressofsteel.github.io/demos/hugo/hugo-story/"
#publishDir = "//centos/sites/hugodev/hugostory/"

## -----------------------------------------------
## Hugo Built-in Features
## -----------------------------------------------

disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# googleAnalytics = "G-XXXXXXXXXX"

## -----------------------------------------------
## Site Parameters
## -----------------------------------------------

[Params]
description = "A (modular, highly tweakable) responsive one-page theme for Hugo"
logo = "images/banner.jpg"
favicon = true

[Params.social]
github = "https://github.com/Cultura-Difusa"
twitter = "https://twitter.com/caressofsteel_"
email = "[email protected]"
instagram = "https://instagram.com"
linkedin = "https://linkedin.com/in/maria-emilia-villagra-huijse-46440333/"
telegram = "https://telegram.org"

[Params.asset]
fontawesome_css = ["css/fontawesome-all.min.css"]
fontawesome_js = ["js/fontawesome-all.min.js"]
11 changes: 11 additions & 0 deletions data/banner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
####################### Banner #########################
style: "style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right"
title : "Portales con Historia"
subtitle: |
<h3><center><i>Puertas y Ventanas Ornamentadas de Madera en el Sur de Chile</i></center></h3>
content : |
Esta es la expresión digital de un proyecto que nace a partir del <strong>Fondo Regional de Desarrollo Cultural y las Artes</strong> (FONDART) del Gobierno de Chile.<br /><br />Entre tus manos tienes <strong>un registro</strong> que abarca el periodo fundacional moderno (S. XIX y comienzos del XX), catastro de la <strong>zona Sur de Chile entre la Región de los Ríos y Los Lagos</strong>.
button:
label : "Saber Más"
link : "#proyecto1"
image : "images/banner.jpg"
11 changes: 11 additions & 0 deletions data/banner.yml~
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
####################### Banner #########################
style: "style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right"
title : "Portales con Historia"
subtitle: |
<h3><center>Puertas y Ventanas Ornamentadas de Madera en el Sur de Chile</center></h3>
content : |
Esta es la expresión digital de un proyecto que nace a partir del <strong>Fondo Regional de Desarrollo Cultural y las Artes</strong> (FONDART) del Gobierno de Chile.<br /><br />Entre tus manos tienes <strong>un registro</strong> que abarca el periodo fundacional moderno (S. XIX y comienzos del XX), catastro de la <strong>zona Sur de Chile entre la Región de los Ríos y Los Lagos</strong>.
button:
label : "Saber Más"
link : "#proyecto1"
image : "images/banner.jpg"
78 changes: 78 additions & 0 deletions data/gallery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
title: "Carpinteros"
style: "style2 medium lightbox onscroll-fade-in"
id: "carpinteros"
content: |
Además del catastro fotográfico, cartográfico y planiméticro de puertas y ventanas, la investigación icluye tanto una agenda de contactos como un registro visual maestros carpinteros regionales habilitados para trabajar los objetos de estudio.
pictures:
- title: "Claudio García"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/01.jpg"
thumb: "images/gallery/thumbs/01.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/02.jpg"
thumb: "images/gallery/thumbs/02.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/03.jpg"
thumb: "images/gallery/thumbs/03.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/04.jpg"
thumb: "images/gallery/thumbs/04.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/05.jpg"
thumb: "images/gallery/thumbs/05.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/06.jpg"
thumb: "images/gallery/thumbs/06.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/07.jpg"
thumb: "images/gallery/thumbs/07.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/08.jpg"
thumb: "images/gallery/thumbs/08.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/09.jpg"
thumb: "images/gallery/thumbs/09.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/10.jpg"
thumb: "images/gallery/thumbs/10.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/11.jpg"
thumb: "images/gallery/thumbs/11.jpg"
button: "Details"

- title: "Title"
content: "Lorem ipsum dolor amet, consectetur magna etiam elit. Etiam sed ultrices."
image: "images/gallery/fulls/12.jpg"
thumb: "images/gallery/thumbs/12.jpg"
button: "Details"

Loading

0 comments on commit 059be44

Please sign in to comment.