My resume
0

Configure Feed

Select the types of activity you want to include in your feed.

Ensure content/ and static/ exist on fresh clone

Alex van de Sandt (Jul 19, 2026, 3:35 PM -0500) ee5b0d98 fb865dab

+2
content/.ensure_content_dir_exists

This is a binary file and will not be displayed.

static/.ensure_static_dir_exists

This is a binary file and will not be displayed.

+2
zola.toml
··· 7 7 # Whether to build a search index to be used later on by a JavaScript library 8 8 build_search_index = false 9 9 10 + ignored_static = [".ensure_static_dir_exists"] 11 + 10 12 [markdown] 11 13 12 14 [markdown.highlighting]