Skip to content

Commit eac52fb

Browse files
author
David Lorenzana
committed
add content
1 parent 44eef8d commit eac52fb

File tree

456 files changed

+93101
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

456 files changed

+93101
-0
lines changed

docs/404.html

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!DOCTYPE html>
2+
<html lang="en-gb">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>FLO London</title>
8+
<meta name="viewport" content="width=device-width,minimum-scale=1">
9+
<meta name="description" content="">
10+
<meta name="generator" content="Hugo 0.131.0">
11+
12+
13+
14+
<meta name="robots" content="index, follow">
15+
16+
17+
18+
19+
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
<link rel="canonical" href="https://davidlorenzana.github.io/404.html">
36+
37+
38+
<meta property="og:url" content="https://davidlorenzana.github.io/404.html">
39+
<meta property="og:site_name" content="FLO London">
40+
<meta property="og:title" content="404 Page not found">
41+
<meta property="og:locale" content="en_gb">
42+
<meta property="og:type" content="website">
43+
44+
<meta itemprop="name" content="404 Page not found">
45+
<meta name="twitter:card" content="summary">
46+
<meta name="twitter:title" content="404 Page not found">
47+
48+
49+
50+
51+
52+
53+
54+
</head><body class="ma0 avenir bg-near-white production">
55+
56+
57+
58+
<header>
59+
<div class="bg-black">
60+
<nav class="pv3 ph3 ph4-ns" role="navigation">
61+
<div class="flex-l center items-center justify-between">
62+
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
63+
64+
FLO London
65+
66+
</a>
67+
<div class="flex-l items-center">
68+
69+
70+
71+
<div class="ananke-socials"></div>
72+
73+
</div>
74+
</div>
75+
</nav>
76+
77+
</div>
78+
</header>
79+
80+
81+
<main class="pb7" role="main">
82+
83+
<article class="center cf pv5 measure-wide-l">
84+
<h1>
85+
This is not the page you were looking for
86+
</h1>
87+
</article>
88+
89+
</main>
90+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
91+
<div class="flex justify-between">
92+
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="https://davidlorenzana.github.io/" >
93+
&copy; FLO London 2025
94+
</a>
95+
<div><div class="ananke-socials"></div>
96+
</div>
97+
</div>
98+
</footer>
99+
100+
</body>
101+
</html>

docs/admin/config.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Backend para autenticación y almacenamiento de archivos
2+
backend:
3+
name: github
4+
branch: master
5+
repo: davidlorenzana/davidlorenzana.github.io
6+
base_url: https://sveltia-cms-auth.davlorenzana.workers.dev
7+
8+
# Opcional: Para probar en local con `npx netlify-cms-proxy-server`
9+
# local_backend: true
10+
11+
# Habilita el control de autenticación de Netlify Identity y flujo editorial
12+
auth_probe_url: https://api.netlify.com/auth # Asegúrate que esta URL esté presente
13+
publish_mode: editorial_workflow
14+
15+
# Configuración para el manejo de archivos multimedia
16+
media_folder: 'static/uploads' # Ruta relativa a la raíz del repositorio
17+
public_folder: '/uploads' # URL relativa a la raíz de tu sitio web publicado
18+
19+
# Define las colecciones de contenido
20+
collections:
21+
- name: 'blog'
22+
label: 'Blog'
23+
folder: 'content/posts'
24+
create: true
25+
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
26+
fields:
27+
- {label: 'Título', name: 'title', widget: 'string'}
28+
- {label: 'slug', name: 'slug', widget: 'string'}
29+
- {label: 'Fecha', name: 'date', widget: 'datetime'}
30+
- {label: 'Imagen Principal', name: 'image', widget: 'image', required: false}
31+
- {label: 'Etiquetas', name: 'tags', widget: 'list', required: false}
32+
- {label: 'Cuerpo', name: 'body', widget: 'markdown'}
33+
- name: 'interviews'
34+
label: 'Interviews'
35+
folder: 'content/interviews'
36+
create: true
37+
slug: '{{slug}}'
38+
fields:
39+
- {label: 'Título', name: 'title', widget: 'string'}
40+
- {label: 'slug', name: 'slug', widget: 'string'}
41+
- {label: 'Fecha', name: 'date', widget: 'datetime'}
42+
- {label: 'Imagen Principal', name: 'image', widget: 'image', required: false}
43+
- {label: 'Etiquetas', name: 'tags', widget: 'list', required: false}
44+
- {label: 'Cuerpo', name: 'body', widget: 'markdown'}

docs/admin/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Sveltia CMS Admin</title>
7+
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
8+
</head>
9+
<body>
10+
<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
11+
</body>
12+
</html>

docs/ananke/css/main.css.map

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)