personal-1.1.0: Personal web site for Yoo Chung
CopyrightCopyright (C) 2023 Yoo Chung
LicenseAll rights reserved
Maintainerweb@chungyc.org
Safe HaskellSafe-Inferred
LanguageGHC2021

Web.Site

Description

Everything I need to generate my site with Hakyll. These are used in app/Site.hs to build a custom site executable, using the hakyllWith function.

Synopsis

Documentation

config :: Configuration Source #

Configuration for Hakyll to generate the web site.

rules :: Rules () Source #

Rules for Hakyll to generate the web site.

This encompasses all of the rules exported by all of the modules defining rules.