Merge branch 'master' of https://git.audio-lab.org/lrullo/beire-hugo into master
Update Tempalte
This commit is contained in:
commit
fad0010671
@ -1,4 +1,4 @@
|
|||||||
baseURL = "http://api.beire.soinumapa.net"
|
baseURL = "https://public.audio-lab.org/beireapi"
|
||||||
languageCode = "es"
|
languageCode = "es"
|
||||||
title = "Beire - Backend static API"
|
title = "Beire - Backend static API"
|
||||||
theme = "api-theme"
|
theme = "api-theme"
|
||||||
|
@ -19,6 +19,8 @@ Un texto de contenido
|
|||||||
"Unas comillas" y 'Otras comillas" y así hasta el inforínicos
|
"Unas comillas" y 'Otras comillas" y así hasta el inforínicos
|
||||||
..
|
..
|
||||||
|
|
||||||
#as0dfa0iasdf
|
> #as0dfa0iasdf
|
||||||
|
>
|
||||||
¿¡asd¡'¡'asdf¡'ads
|
¿¡asd¡'¡'asdf¡'ads
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,3 +13,6 @@ Bien largo
|
|||||||
* otra
|
* otra
|
||||||
* y otro
|
* y otro
|
||||||
* y otro más
|
* y otro más
|
||||||
|
* y otro más mucho más largo
|
||||||
|
* Otro más largo
|
||||||
|
* Beirejxs
|
@ -1,6 +1,6 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>Hugo API Service</h1>
|
<h1>API Service</h1>
|
||||||
<h2>Developed for render content on Angular</h2>
|
<h2>Descarga del contenido para mostrar la web del proyecto Landarte Beire 2020</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{.Site.BaseURL}}items/index.json">Items</a></li>
|
<li><a href="{{.Site.BaseURL}}items/index.json">Items</a></li>
|
||||||
<li><a href="{{.Site.BaseURL}}pages/index.json">Pages</a></li>
|
<li><a href="{{.Site.BaseURL}}pages/index.json">Pages</a></li>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
{{ $style := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}
|
{{ $style := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}
|
||||||
<link rel="stylesheet" href={{ $style.RelPermalink }} integrity="{{ $style.Data.Integrity }}">
|
<link rel="stylesheet" href={{ $style.Permalink }} integrity="{{ $style.Data.Integrity }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user