Tagged articles
6 articles
Page 1 of 1
Geek Labs
Geek Labs
May 2, 2026 · Artificial Intelligence

5 Practical Open‑Source AI Tools for Design, Blogging, Prototyping, and Product Analytics

This article introduces five open‑source AI‑powered tools—huashu‑design for high‑fidelity design generation, Kami for elegant static blogs, open‑codesign for multi‑model prototyping, agents‑md for professional AI coding assistance, and PostHog for self‑hosted product analytics—detailing their core features, usage steps, and ideal users.

AI designGitHubopen source
0 likes · 9 min read
5 Practical Open‑Source AI Tools for Design, Blogging, Prototyping, and Product Analytics
Tencent Cloud Developer
Tencent Cloud Developer
Dec 24, 2022 · Operations

Quick Guide to Deploying a Hexo Blog on a Lighthouse Server

This guide walks developers through installing a Baota panel, configuring Nginx, creating a dedicated git user with bare repositories and post‑receive hooks, initializing and generating a Hexo blog locally, pushing it via the hexo‑deployer‑git, setting up an image host and Nginx reverse proxy, and backing up the project for quick deployment on a lightweight Lighthouse server.

GitLighthouse ServerNGINX
0 likes · 12 min read
Quick Guide to Deploying a Hexo Blog on a Lighthouse Server
Liangxu Linux
Liangxu Linux
Feb 22, 2020 · Frontend Development

Build a No‑Code GitHub Pages Blog with Fast.ai Template in Minutes

This step‑by‑step guide shows how beginners can create a personal blog on GitHub Pages using the Fast.ai template without writing code or using the command line, covering repository creation, homepage setup, Markdown editing, post management, image insertion, TOC generation, and math rendering.

Fast.ai TemplateGitHub Pagesfrontend development
0 likes · 5 min read
Build a No‑Code GitHub Pages Blog with Fast.ai Template in Minutes
Programmer DD
Programmer DD
Oct 21, 2019 · Cloud Native

Deploy a Static Hugo Blog with Podman, Envoy Sidecar, and Systemd

This guide explains how to replace Docker with Podman for hosting a static Hugo site, using a sidecar Envoy proxy, shared network namespaces, Kubernetes‑compatible pod definitions, and systemd services to achieve automatic startup and reliable service discovery.

EnvoyHugoKubernetes
0 likes · 15 min read
Deploy a Static Hugo Blog with Podman, Envoy Sidecar, and Systemd
FunTester
FunTester
Sep 2, 2019 · Backend Development

Build a Static Blog with Moco API in Just 5 Lines of Groovy

This tutorial shows how to use the Moco API framework with a concise Groovy script—just five lines of code—to set up a mock server that serves a static blog, covering server configuration, URL redirection, mounting of static resources, and a simple wait loop for termination.

Backend DevelopmentGroovyMoCo
0 likes · 3 min read
Build a Static Blog with Moco API in Just 5 Lines of Groovy