Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 942 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 942 Bytes

uintdev blog

This is the source code of the Zola site assets that are used as part of building a static website for blog.uint.dev.

This website is hosted using Cloudflare Pages.

Setup

CLI

Zola is in form of a binary. This typically has to be installed. For the respective platform instructions, refer to the official documentation.

# Build and run the development server
zola serve
# Build and output into 'public/'
zola build

Web server

For the web server of your choice, point the document root for the virtual host to the public/ directory (or its results) that was created from the build process.

Licensing

The MIT license is used for this project. The font is under Apache 2.0 -- more details can be found here.