Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jusanchez.dev

Personal website built with Zola. Available in Spanish (default), English, and French.

Requirements

  • Docker

Usage

# Serve locally at http://localhost:1111
make serve

# Build static files into public/
make build

# Remove build output
make clean

Adding a post

Create a folder under content/blog/ with one file per language:

content/blog/post-slug/
├── index.md       # Spanish (default)
├── index.en.md    # English
└── index.fr.md    # French

Each file follows the same structure:

+++
title = "Post title"
date = 2026-01-01
description = "Short description."

[taxonomies]
tags = ["tag1", "tag2"]
+++

Content here.

About

My personal Web

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages