npm run serve
page
= one off web pages (about, consulting, etc)project
= project pagesfeatured-project
= projects that are featured on consulting pagegarden
= garden postshide-recently-tended
= hides post from recently planted widgetshide-recently-planted
= hides post from recently tended widgets
tended
and planted
dates must be in ISO UTC format YYYY-MM-DD[T]HH:mm:ss.SSS[Z]
, or iso
if Insert Date String (jsynowiec.vscode-insertdatestring)
extension.
Googling date in iso utc
will return the current date in the correct format (UTC).
This website is also handy https://www.timestamp-converter.com/
- Regen favicon files at https://realfavicongenerator.net/
- Debug build time via
set DEBUG=Eleventy:Benchmark* & npm run serve