Skip to content

Commit be2c5fb

Browse files
author
David Lorenzana
committed
add content
1 parent fbe422d commit be2c5fb

File tree

20 files changed

+1298
-0
lines changed

20 files changed

+1298
-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>My New Hugo Site</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="My New Hugo Site">
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+
My New Hugo Site
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; My New Hugo Site 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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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'}

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.

docs/categories/index.html

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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>My New Hugo Site</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+
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site" />
35+
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site" />
36+
37+
38+
39+
40+
<link rel="canonical" href="https://davidlorenzana.github.io/categories/">
41+
42+
43+
<meta property="og:url" content="https://davidlorenzana.github.io/categories/">
44+
<meta property="og:site_name" content="My New Hugo Site">
45+
<meta property="og:title" content="Categories">
46+
<meta property="og:locale" content="en_gb">
47+
<meta property="og:type" content="website">
48+
49+
<meta itemprop="name" content="Categories">
50+
<meta name="twitter:card" content="summary">
51+
<meta name="twitter:title" content="Categories">
52+
53+
54+
55+
56+
57+
58+
59+
</head><body class="ma0 avenir bg-near-white production">
60+
61+
62+
63+
<header>
64+
<div class="pb3-m pb6-l bg-black">
65+
<nav class="pv3 ph3 ph4-ns" role="navigation">
66+
<div class="flex-l center items-center justify-between">
67+
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
68+
69+
My New Hugo Site
70+
71+
</a>
72+
<div class="flex-l items-center">
73+
74+
75+
76+
<div class="ananke-socials"></div>
77+
78+
</div>
79+
</div>
80+
</nav>
81+
82+
<div class="tc-l pv3 ph3 ph4-ns">
83+
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
84+
Categories
85+
</h1>
86+
87+
</div>
88+
</div>
89+
</header>
90+
91+
92+
<main class="pb7" role="main">
93+
94+
95+
<article class="cf pa3 pa4-m pa4-l">
96+
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links mid-gray">
97+
98+
</div>
99+
</article>
100+
<div class="mw8 center">
101+
<section class="ph4">
102+
103+
</section>
104+
</div>
105+
106+
</main>
107+
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
108+
<div class="flex justify-between">
109+
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="https://davidlorenzana.github.io/" >
110+
&copy; My New Hugo Site 2025
111+
</a>
112+
<div><div class="ananke-socials"></div>
113+
</div>
114+
</div>
115+
</footer>
116+
117+
</body>
118+
</html>

docs/categories/index.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
3+
<channel>
4+
<title>Categories on My New Hugo Site</title>
5+
<link>https://davidlorenzana.github.io/categories/</link>
6+
<description>Recent content in Categories on My New Hugo Site</description>
7+
<generator>Hugo</generator>
8+
<language>en-gb</language>
9+
<atom:link href="https://davidlorenzana.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
10+
</channel>
11+
</rss>

0 commit comments

Comments
 (0)