Skip to content
/ blog Public

🛠️ My own blog: content + configuration for static site generation

Notifications You must be signed in to change notification settings

nicokosi/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nicokosi's blog ✍️

This is my blog content, in markdown format, and its configuration for static site generation.

Install

Install Zola:

brew install zola

or:

sudo port install zola

Check the content

zola check

External links can be checked with Lychee:

lychee --exclude-loopback --include "https://" content/*.md

Serve the content locally

zola serve

The browse http://127.0.0.1:1111.

Generate the pages

In order to generate the static content in the public directory:

zola build

About

🛠️ My own blog: content + configuration for static site generation

Topics

Resources

Stars

Watchers

Forks