all repos — hastysite @ eda1a9bf5f873f2c4e7a06c3c1cd7d0da7fa0921

A high-performance static site generator.

Updates.
h3rald h3rald@h3rald.com
Sun, 08 Oct 2023 12:59:19 +0000
commit

eda1a9bf5f873f2c4e7a06c3c1cd7d0da7fa0921

parent

7f08e8ac7366787b752d984720acac52790e6769

M hastysite.nimblehastysite.nimble

@@ -9,7 +9,7 @@ bin = @["hastysite"]

installDirs = @["minpkg", "hastysitepkg"] # Deps -requires: "nim >= 2.0.0, min >= 0.39.2, checksums, hastyscribe >= 2.0.0, mustache" +requires: "nim >= 2.0.0, min >= 0.40.0, checksums, hastyscribe >= 2.1.0, mustache" # Tasks const
M hastysitepkg/config.nimhastysitepkg/config.nim

@@ -1,5 +1,5 @@

const pkgName* = "HastySite" - pkgVersion* = "1.3.9" + pkgVersion* = "1.3.10" pkgDescription* = "A small but powerful static site generator" pkgAuthor* = "Fabio Cevasco"
M site/contents/getting-started.mdsite/contents/getting-started.md

@@ -4,7 +4,7 @@ title: "Getting Started"

content-type: page ----- -{{version => 1.3.7}} +{{version => 1.3.10}} ## Download
A site/contents/posts/v1310-released.md

@@ -0,0 +1,10 @@

+----- +id: v1310-released +title: "v1.3.10 released" +content-type: post +date: "8 October 2023" +timestamp: 1696769749 +----- +* Upgraded min to v0.40.0. +* Upgraded hastyscribe to v2.1.0. +