Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (406ffbd96263d6066855f6edc92433416fe290bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (406ffbd96263d6066855f6edc92433416fe290bd)
  • Date: Sat, 17 Jan 2026 21:24:30 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
doc/hugo/BUILD | 2 ++
doc/hugo/DEPENDS | 1 +
doc/hugo/DETAILS | 24 ++++++++++++++++++++++++
doc/hugo/HISTORY | 2 ++
doc/hugo/INSTALL | 1 +
6 files changed, 33 insertions(+)

New commits:
commit 406ffbd96263d6066855f6edc92433416fe290bd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

hugo: new spell, fast and flexible static site generator

diff --git a/ChangeLog b/ChangeLog
index 1b8f2df..e94cda9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * doc/hugo: new spell, fast and flexible static site generator
+
2026-01-15 Ismael Luceno <ismael AT sourcemage.org>
* net/passt: new spell, Plug A Simple Socket Transport

diff --git a/doc/hugo/BUILD b/doc/hugo/BUILD
new file mode 100755
index 0000000..a68e278
--- /dev/null
+++ b/doc/hugo/BUILD
@@ -0,0 +1,2 @@
+GOPROXY='proxy.golang.org,direct' \
+go build -o hugo main.go
diff --git a/doc/hugo/DEPENDS b/doc/hugo/DEPENDS
new file mode 100755
index 0000000..46f52de
--- /dev/null
+++ b/doc/hugo/DEPENDS
@@ -0,0 +1 @@
+depends go
diff --git a/doc/hugo/DETAILS b/doc/hugo/DETAILS
new file mode 100755
index 0000000..9f425ea
--- /dev/null
+++ b/doc/hugo/DETAILS
@@ -0,0 +1,24 @@
+# Watch: https://github.com/gohugoio/hugo/tags
+ SPELL=hugo
+ VERSION=0.154.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/gohugoio/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:2ad2b3ebaabb2c55bf7439c731e27ff57fb3cab07f057754fb80a793df16a21396beeeb6e9a90221a098e8211f16e3a4c8332578379fae367e8103ad7e7339a7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://gohugo.io/
+ LICENSE[0]=APACHE
+ ENTERED=20250105
+ SHORT="fast and flexible static site generator"
+cat << EOF
+Hugo is one of the most popular open-source static site generators. With
+its amazing speed and flexibility, Hugo makes building websites fun again.
+
+Features:
+- Extremely fast build times (< 1 ms per page)
+- Flexible content management with organizational support for websites
+- Shortcodes for embedding rich content
+- Multilingual and i18n support
+- Custom outputs (e.g., JSON, AMP)
+- Built-in LiveReload during development
+- Powerful templating with Go templates
+EOF
diff --git a/doc/hugo/HISTORY b/doc/hugo/HISTORY
new file mode 100644
index 0000000..0df7dae
--- /dev/null
+++ b/doc/hugo/HISTORY
@@ -0,0 +1,2 @@
+2026-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/doc/hugo/INSTALL b/doc/hugo/INSTALL
new file mode 100755
index 0000000..96a4688
--- /dev/null
+++ b/doc/hugo/INSTALL
@@ -0,0 +1 @@
+install -vDm555 hugo "${INSTALL_ROOT}/usr/bin/hugo"


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (406ffbd96263d6066855f6edc92433416fe290bd), Ismael Luceno, 01/17/2026

Archive powered by MHonArc 2.6.24.

Top of Page