Tagged articles
23 articles
Page 1 of 1
Aikesheng Open Source Community
Aikesheng Open Source Community
Dec 9, 2025 · Frontend Development

How I Built an AI-Powered OceanBase Parameter Comparison Web App in Under an Hour

The author describes using an AI code‑assistant to quickly create a web page that lists all released OceanBase versions, extracts their default parameter files from the source code, and highlights differences between selected versions, all without writing any manual code and deploying it on GitHub Pages.

GitHub PagesOceanBaseParameter Comparison
0 likes · 5 min read
How I Built an AI-Powered OceanBase Parameter Comparison Web App in Under an Hour
Liangxu Linux
Liangxu Linux
Sep 1, 2024 · Frontend Development

Run a Full Linux VM Directly in Your Browser with WebVM

WebVM is an open‑source project that lets you launch a complete Linux virtual machine inside a web browser, supporting multiple programming languages and enabling deployment via GitHub Pages without any local installation.

BrowserCheerpXGitHub Pages
0 likes · 4 min read
Run a Full Linux VM Directly in Your Browser with WebVM
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.

DeploymentGitHub Pagesci/cd
0 likes · 7 min read
How to Set Up and Deploy a VitePress Site to GitHub Pages
MaGe Linux Operations
MaGe Linux Operations
Dec 23, 2023 · Operations

How to Build and Deploy a Hexo Blog on GitHub Pages with CI/CD

This guide walks through selecting a blogging solution, setting up a Hexo site locally, deploying it to GitHub Pages using GitHub Actions, adding a theme, enabling comments, and mirroring the repository to Gitee for faster access, providing step‑by‑step commands and configuration files.

GitHub PagesGiteeci/cd
0 likes · 11 min read
How to Build and Deploy a Hexo Blog on GitHub Pages with CI/CD
Programmer DD
Programmer DD
Dec 30, 2020 · Fundamentals

Top 4 Online Tools to Streamline Your Software Documentation

This article explains why good documentation is essential for developers and introduces four online tools—GitHub Pages, Read the Docs, Tettra, and Apiary—detailing their key features, integration with version‑control systems, and where to access them.

GitHub Pagesapiarydeveloper tools
0 likes · 5 min read
Top 4 Online Tools to Streamline Your Software Documentation
ITPUB
ITPUB
Apr 28, 2020 · Fundamentals

4 Essential Online Documentation Tools Every Developer Should Use

This guide explains why proper software documentation is crucial and reviews four popular online tools—GitHub Pages, Read the Docs, Tettra, and Apiary—detailing their features, how they integrate with version control, and where to access them.

DocumentationGitHub Pagesapiary
0 likes · 5 min read
4 Essential Online Documentation Tools Every Developer Should Use
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.

DeploymentDocumentationGitHub Pages
0 likes · 8 min read
Step-by-Step Guide to Setting Up a Docsify Documentation Site
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
ITPUB
ITPUB
Dec 20, 2019 · Frontend Development

Deploy an Angular Todo App to GitHub Pages in Simple Steps

This guide walks you through creating a GitHub repository, pushing your Angular Todo app, configuring the build output to a docs folder, and setting GitHub Pages to serve the app, with optional notes on using the angular‑cli‑ghpages package.

AngularFrontend DeploymentGitHub Pages
0 likes · 5 min read
Deploy an Angular Todo App to GitHub Pages in Simple Steps
21CTO
21CTO
Sep 6, 2019 · Frontend Development

Turn Any GitHub Repo into a Live Front‑End Site in One Click

This guide shows how to instantly publish a GitHub repository as a front‑end website using the master branch, share precise code lines via URL fragments, automate issue closing with commit messages, embed GitHub buttons, adjust language detection with .gitattributes, and monitor traffic and trends.

Front‑end DeploymentGitHub AnalyticsGitHub Pages
0 likes · 5 min read
Turn Any GitHub Repo into a Live Front‑End Site in One Click
ITPUB
ITPUB
Sep 3, 2019 · Frontend Development

Turn Any GitHub Repository into a Live Front‑End Site in One Click

This guide shows how to publish a GitHub repository directly from the master branch, share specific code lines via URL fragments, auto‑close issues with commit keywords, embed GitHub widgets, adjust language detection with .gitattributes, and view traffic and trending data, all without extra branches or tools.

AnalyticsGitHubGitHub Pages
0 likes · 7 min read
Turn Any GitHub Repository into a Live Front‑End Site in One Click
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.

DocsifyDocumentationGitHub Pages
0 likes · 7 min read
How to Build a Docsify-Powered Documentation Site for Your SpringBoot Mall Project
Liangxu Linux
Liangxu Linux
Jul 9, 2019 · Frontend Development

Turn Any GitHub Repo into a Live Front‑End Site in One Click

This guide explains how to publish a GitHub repository as a front‑end website using the master branch, share specific code lines via URL fragments, auto‑close issues with commit messages, embed GitHub widgets, force language detection with .gitattributes, and monitor traffic and trending statistics.

GitHub Pagescode sharingfrontend
0 likes · 6 min read
Turn Any GitHub Repo into a Live Front‑End Site in One Click
MaGe Linux Operations
MaGe Linux Operations
Oct 25, 2018 · Frontend Development

Build a High‑Impact Resume with GitHub Pages: A Step‑by‑Step Guide

This article walks you through creating a polished, web‑based résumé using GitHub Pages, covering the service basics, storage and bandwidth limits, essential Git commands, repository setup, deployment steps, and additional modern résumé techniques such as Markdown and online generators.

GitHub PagesWeb Developmentfrontend
0 likes · 6 min read
Build a High‑Impact Resume with GitHub Pages: A Step‑by‑Step Guide
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 documentationDeploymentGitHub Pages
0 likes · 4 min read
Deploy API Documentation with GitHub Pages: A Step‑by‑Step Guide