Skip to content

Commit 8c6973e

Browse files
committed
fix font-sizes and wording
1 parent 3af74b2 commit 8c6973e

6 files changed

Lines changed: 39 additions & 21 deletions

File tree

app/about/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function AboutPage() {
4141

4242
<h2>Enfoque Editorial</h2>
4343
<p>
44-
Nuestros ensayos combinan rigor analítico con experimentación formal. Nos interesa explorar las
44+
Nuestros artículos combinan rigor analítico con experimentación formal. Nos interesa explorar las
4545
posibilidades de la escritura ensayística para abordar fenómenos complejos que requieren aproximaciones
4646
transdisciplinarias.
4747
</p>
@@ -57,7 +57,7 @@ export default function AboutPage() {
5757
<h2>Colabora con Nosotros</h2>
5858
<p>
5959
{siteConfig.name} es un proyecto abierto a colaboraciones. Si estás interesado/a en contribuir con
60-
ensayos, investigaciones o propuestas que se alineen con nuestra misión, no dudes en contactarnos.
60+
artículos, investigaciones o propuestas que se alineen con nuestra misión, no dudes en contactarnos.
6161
</p>
6262

6363
<blockquote>

app/globals.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
@theme inline {
88
--color-background: var(--background);
99
--color-foreground: var(--foreground);
10-
--font-sans: var(--font-geist-sans);
11-
--font-mono: var(--font-geist-mono);
10+
--font-sans: var(----font-noto-sans);
11+
--font-mono: var(--font-noto-mono);
1212
--color-sidebar-ring: var(--sidebar-ring);
1313
--color-sidebar-border: var(--sidebar-border);
1414
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
@@ -120,4 +120,22 @@
120120
body {
121121
@apply bg-background text-foreground;
122122
}
123+
h1,
124+
h2,
125+
h3,
126+
h4,
127+
h5,
128+
h6 {
129+
@apply font-mono font-bold;
130+
}
131+
}
132+
133+
/* Custom styles for markdown content */
134+
.prose h1,
135+
.prose h2,
136+
.prose h3,
137+
.prose h4,
138+
.prose h5,
139+
.prose h6 {
140+
@apply font-mono;
123141
}

app/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ export default async function Home() {
2525
href="/posts"
2626
className="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-zinc-900 hover:bg-zinc-800 dark:bg-zinc-800 dark:hover:bg-zinc-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-zinc-500"
2727
>
28-
Explorar Ensayos
28+
Explorar Artículos
2929
</Link>
3030
</section> */}
3131

3232
{/* Featured Post */}
33-
<section className="mb-16">
34-
<h2 className="mb-8 text-zinc-900 dark:text-zinc-50">Ensayo Destacado</h2>
33+
<section className="my-16">
34+
<h2 className="mb-8 text-zinc-900 dark:text-zinc-50">Artículo Destacado</h2>
3535
<div className="grid grid-cols-1 lg:grid-cols-5 gap-8">
3636
<div className="lg:col-span-3 space-y-4">
3737
<div className="space-y-2">
@@ -42,7 +42,7 @@ export default async function Home() {
4242
<span className="text-zinc-300 dark:text-zinc-600"></span>
4343
<span className="text-sm text-zinc-500 dark:text-zinc-400">{featuredPost.frontmatter.tags[0]}</span>
4444
</div>
45-
<h3 className="text-zinc-900 dark:text-zinc-50">
45+
<h3 className="text-zinc-900 dark:text-zinc-50 text-2xl font-bold">
4646
<Link href={`/posts/${featuredPost.slug}`}>{featuredPost.frontmatter.title}</Link>
4747
</h3>
4848
</div>
@@ -52,7 +52,7 @@ export default async function Home() {
5252
href={`/posts/${featuredPost.slug}`}
5353
className="text-zinc-900 dark:text-zinc-100 font-medium hover:underline inline-flex items-center"
5454
>
55-
Leer ensayo completo
55+
Leer artículo completo
5656
<svg
5757
xmlns="http://www.w3.org/2000/svg"
5858
className="h-4 w-4 ml-1"
@@ -89,7 +89,7 @@ export default async function Home() {
8989

9090
{/* Recent Posts */}
9191
<section>
92-
<h2 className="mb-8 text-zinc-900 dark:text-zinc-50">Ensayos Recientes</h2>
92+
<h2 className="mb-8 text-zinc-900 dark:text-zinc-50">Artículos Recientes</h2>
9393
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
9494
{recentPosts.map((post) => (
9595
<article
@@ -136,7 +136,7 @@ export default async function Home() {
136136
href="/posts"
137137
className="inline-flex items-center px-6 py-3 border border-zinc-300 dark:border-zinc-700 text-base font-medium rounded-md text-zinc-900 dark:text-zinc-100 bg-white dark:bg-zinc-900 hover:bg-zinc-50 dark:hover:bg-zinc-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-zinc-500"
138138
>
139-
Ver todos los ensayos
139+
Ver todos los artículos
140140
</Link>
141141
</div>
142142
</section>

app/posts/[slug]/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ export default async function BlogPostPage({ params }: { params: Promise<{ slug:
8282
>
8383
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 19l-7-7m0 0l7-7m-7 7h18" />
8484
</svg>
85-
Volver a ensayos
85+
Volver a artículos
8686
</Link>
8787
<span className="text-zinc-300 dark:text-zinc-600"></span>
8888
<time className="text-sm text-zinc-500 dark:text-zinc-400">{formatDate(frontmatter.date)}</time>
8989
</div>
90-
<h1 className="mb-4 text-zinc-900 dark:text-zinc-50">{frontmatter.title}</h1>
90+
<h1 className="mb-4 text-zinc-900 dark:text-zinc-50 text-3xl">{frontmatter.title}</h1>
9191
<p className="text-xl text-zinc-700 dark:text-zinc-300 mb-6">{frontmatter.description}</p>
9292
<div className="flex flex-wrap gap-2">
9393
{frontmatter.tags.map((tag) => (
@@ -107,7 +107,7 @@ export default async function BlogPostPage({ params }: { params: Promise<{ slug:
107107
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
108108
{prevPost && (
109109
<div className="border border-zinc-200 dark:border-zinc-800 rounded-lg p-6">
110-
<span className="text-sm text-zinc-500 dark:text-zinc-400 block mb-2">Ensayo anterior</span>
110+
<span className="text-sm text-zinc-500 dark:text-zinc-400 block mb-2">Artículo anterior</span>
111111
<h3 className="text-lg font-mono font-semibold mb-2 text-zinc-900 dark:text-zinc-50">
112112
<Link href={`/posts/${prevPost.slug}`} className="hover:underline">
113113
{prevPost.frontmatter.title}
@@ -127,7 +127,7 @@ export default async function BlogPostPage({ params }: { params: Promise<{ slug:
127127
)}
128128
{nextPost && (
129129
<div className="border border-zinc-200 dark:border-zinc-800 rounded-lg p-6">
130-
<span className="text-sm text-zinc-500 dark:text-zinc-400 block mb-2">Ensayo siguiente</span>
130+
<span className="text-sm text-zinc-500 dark:text-zinc-400 block mb-2">Artículo siguiente</span>
131131
<h3 className="text-lg font-mono font-semibold mb-2 text-zinc-900 dark:text-zinc-50">
132132
<Link href={`/posts/${nextPost.slug}`} className="hover:underline">
133133
{nextPost.frontmatter.title}

app/posts/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { formatDate } from "@/lib/utils";
66
import type { Metadata } from "next";
77

88
export const metadata: Metadata = {
9-
title: "Ensayos",
9+
title: "Artículos",
1010
description: "Exploraciones críticas en la intersección de tecnología, sociedad y pensamiento latinoamericano.",
1111
};
1212

@@ -17,7 +17,7 @@ export default async function BlogPage() {
1717
<main className="container mx-auto px-4 py-12">
1818
<div className="max-w-4xl mx-auto">
1919
<header className="mb-12">
20-
<h1 className="mb-4 text-zinc-900 dark:text-zinc-50">Ensayos</h1>
20+
<h1 className="mb-4 text-zinc-900 dark:text-zinc-50">Artículos</h1>
2121
<p className="text-xl text-zinc-700 dark:text-zinc-300">
2222
Exploraciones críticas en la intersección de tecnología, sociedad y pensamiento latinoamericano.
2323
</p>
@@ -34,7 +34,7 @@ export default async function BlogPage() {
3434
<span className="text-zinc-300 dark:text-zinc-600"></span>
3535
<span className="text-sm text-zinc-500 dark:text-zinc-400">{post.frontmatter.tags[0]}</span>
3636
</div>
37-
<h2 className="mb-3 text-zinc-900 dark:text-zinc-50">
37+
<h2 className="mb-3 text-zinc-900 dark:text-zinc-50 text-2xl font-bold">
3838
<Link href={`/posts/${post.slug}`} className="hover:underline">
3939
{post.frontmatter.title}
4040
</Link>
@@ -54,7 +54,7 @@ export default async function BlogPage() {
5454
href={`/posts/${post.slug}`}
5555
className="text-zinc-900 dark:text-zinc-100 font-medium hover:underline inline-flex items-center"
5656
>
57-
Leer ensayo completo
57+
Leer artículo completo
5858
<svg
5959
xmlns="http://www.w3.org/2000/svg"
6060
className="h-4 w-4 ml-1"

lib/site-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const siteConfig = {
1010
},
1111
mainNav: [
1212
{
13-
title: "Ensayos",
13+
title: "Artículos",
1414
href: "/posts",
1515
},
1616
{
@@ -21,7 +21,7 @@ export const siteConfig = {
2121
footerNav: {
2222
resources: [
2323
{ title: "Inicio", href: "/" },
24-
{ title: "Ensayos", href: "/posts" },
24+
{ title: "Artículos", href: "/posts" },
2525
{ title: "Acerca de", href: "/about" },
2626
],
2727
popularTags: [

0 commit comments

Comments
 (0)