Tag

static site

1 views collected around this technical thread.

macrozheng
macrozheng
May 4, 2025 · Frontend Development

Why Hugo Is the Fastest Way to Build a Static Website in Minutes

Discover how Hugo, the lightning‑fast Go‑based static site generator, enables you to quickly create multilingual, high‑performance websites with built‑in asset processing, theme support, and simple command‑line workflows, and learn step‑by‑step installation and usage instructions for Mac, Windows, and Linux.

Installationhugostatic site
0 likes · 6 min read
Why Hugo Is the Fastest Way to Build a Static Website in Minutes
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 1, 2024 · Frontend Development

How to Set Up and Deploy a VitePress Site to GitHub Pages

This guide explains why the author chose VitePress for a personal blog, walks through creating a VitePress project, configuring essential files, and deploying the site to GitHub Pages using a GitHub Actions workflow, including troubleshooting tips for build failures and CSS issues.

CI/CDGitHub Pagesdeployment
0 likes · 7 min read
How to Set Up and Deploy a VitePress Site to GitHub Pages
macrozheng
macrozheng
Nov 1, 2022 · Frontend Development

How to Quickly Build a Docsify Documentation Site in Minutes

This article walks through installing Node.js and Docsify, initializing a project, customizing the sidebar, navbar, and cover page, adding useful plugins, and deploying the Docsify site with Nginx, highlighting its speed and simplicity compared to other static site generators.

Node.jsdocsifydocumentation
0 likes · 13 min read
How to Quickly Build a Docsify Documentation Site in Minutes
macrozheng
macrozheng
Mar 30, 2022 · Frontend Development

Build a Powerful Documentation Site with VuePress Hope Theme

This guide explains how to use the VuePress Hope theme to create feature‑rich project documentation and blog sites, covering installation, configuration of navigation, sidebars, icons, site information, home pages, code highlighting, and category/tag support.

ThemeVuePressdocumentation
0 likes · 13 min read
Build a Powerful Documentation Site with VuePress Hope Theme
Wukong Talks Architecture
Wukong Talks Architecture
Jul 7, 2021 · Frontend Development

Integrating Gitalk Comment System into a Docsify Documentation Site

This article explains how to add a Gitalk-based comment feature to a Docsify‑generated documentation site, covering Gitalk fundamentals, GitHub OAuth app setup, integration steps, custom JavaScript tweaks for URL handling, common pitfalls, and a detailed appendix of configuration parameters.

GitHub OAuthGitalkJavaScript
0 likes · 12 min read
Integrating Gitalk Comment System into a Docsify Documentation Site
DevOps Cloud Academy
DevOps Cloud Academy
Jan 14, 2021 · Operations

Automating Hugo Blog Deployment with GitHub Actions and Gitee Mirror

This guide explains how to version‑control Hugo blog posts on GitHub, set up a GitHub Actions workflow that builds and publishes the static site, and mirror the generated pages to Gitee for faster access, covering branch strategy, CI/CD steps, and required code snippets.

CI/CDDevOpsGitHub Actions
0 likes · 7 min read
Automating Hugo Blog Deployment with GitHub Actions and Gitee Mirror
360 Tech Engineering
360 Tech Engineering
Dec 28, 2020 · Frontend Development

High‑Performance Comment Integration for Static Hugo Blogs Using getJSON and Waline

This guide explains how to embed dynamic comments into a static Hugo blog by leveraging Hugo's getJSON function, the Waline comment service, and Vercel deploy hooks to fetch, render, and update comment data during site builds, achieving fast, cache‑friendly performance without sacrificing user experience.

Build HooksCommentsVercel
0 likes · 9 min read
High‑Performance Comment Integration for Static Hugo Blogs Using getJSON and Waline
Code Ape Tech Column
Code Ape Tech Column
Oct 30, 2020 · Operations

How to Get Your Hexo Blog Indexed by Baidu: A Step‑by‑Step Guide

This article explains how to verify Baidu indexing for a Hexo‑based blog, create a Baidu webmaster account, add HTML verification tags, generate and submit sitemaps, and enable automatic push so the site is reliably crawled and listed by Baidu.

Automatic PushBaidu SEOHexo
0 likes · 7 min read
How to Get Your Hexo Blog Indexed by Baidu: A Step‑by‑Step Guide
Wukong Talks Architecture
Wukong Talks Architecture
Apr 5, 2020 · Frontend Development

Step-by-Step Guide to Setting Up a Docsify Documentation Site

This tutorial explains how to install Node.js and docsify-cli, initialize a docsify project, customize the navigation bar, cover page, search and code highlighting, and finally deploy the documentation site to GitHub Pages or a cloud server using Nginx, while providing troubleshooting tips.

GitHub PagesNginxNode.js
0 likes · 8 min read
Step-by-Step Guide to Setting Up a Docsify Documentation Site
macrozheng
macrozheng
Jul 29, 2019 · Frontend Development

How to Build a Docsify-Powered Documentation Site for Your SpringBoot Mall Project

This guide walks you through using Docsify to create a lightweight, dynamic documentation website for the SpringBoot-based mall project, covering installation, project initialization, sidebar and navigation customization, search, code highlighting, copy‑code features, and deployment via GitHub Pages.

GitHub PagesTutorialdocsify
0 likes · 7 min read
How to Build a Docsify-Powered Documentation Site for Your SpringBoot Mall Project
Wukong Talks Architecture
Wukong Talks Architecture
May 5, 2019 · Frontend Development

Building a Knowledge Management Site with VuePress: From Installation to Automated Cloud Deployment

This guide walks developers through selecting VuePress for a centralized documentation portal, installing it globally or locally, configuring navigation and build scripts, generating static files, deploying them on an Ubuntu server with Nginx, and automating updates via Jenkins, cron jobs, and Docker.

CI/CDNginxVuePress
0 likes · 9 min read
Building a Knowledge Management Site with VuePress: From Installation to Automated Cloud Deployment
System Architect Go
System Architect Go
Mar 21, 2017 · Cloud Computing

Deploy API Documentation with GitHub Pages: A Step‑by‑Step Guide

This article explains how to automatically generate API documentation using apidoc, host the resulting static files on GitHub Pages, configure the repository settings to serve the docs folder, and obtain a public URL that front‑end developers can access without manual file transfers.

API DocumentationAPIDocGitHub Pages
0 likes · 4 min read
Deploy API Documentation with GitHub Pages: A Step‑by‑Step Guide
Architect
Architect
Nov 20, 2015 · Frontend Development

Building a GitHub‑Based Static CMS with Editor‑Publish‑Developer Separation

This article explains how to construct a static‑site CMS using GitHub repositories for content, code, and a Travis‑CI‑driven builder, detailing the architecture, deployment pipeline, and the Grunt‑based static generation process for front‑end developers.

CI/CDCMSGitHub
0 likes · 10 min read
Building a GitHub‑Based Static CMS with Editor‑Publish‑Developer Separation
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 14, 2015 · Frontend Development

Understanding Web Front‑End Optimization and Static Site Generation

The article explains how web front‑end optimization, including static site generation, relies on improving browser‑server performance by addressing CPU, storage, and especially network bottlenecks, and argues that front‑end engineers should view themselves as browser‑application experts rather than just HTML/CSS/JS coders.

CPUIOWeb Optimization
0 likes · 16 min read
Understanding Web Front‑End Optimization and Static Site Generation