Can you build a personal blog on your mobile phone? Build your own blog website with Android Termux+Hexo

Article directory Preface 1. Install Hexo 2.Install cpolar 3.Remote access 4. Fixed public network address Foreword Hexo is a fast, simple and efficient blogging framework written in Nodejs. Hexo uses Markdown to parse articles and generate static web pages with beautiful themes in a few seconds. The following describes how to install a personal hexo […]

Hexo commits and updates on multiple computers

Article directory 1. Blog establishment 2. Create a new folder new for uploading the hexo blog directory 3.Create hexo branch on github and set it as the default branch Create hexo branch Set hexo branch as default branch 4. Enter git clone in the newly created folder, and then upload the relevant files to the […]

Use Hexo to build a personal blog website

Use Hexo to build a personal blog website This blog will guide you to build a personal blog website from scratch, using Hexo, a powerful static blog generator. Starting from installing and configuring Hexo, to creating and managing articles, to customizing themes, extending functions, deployment and optimization, and finally introducing promotion and sharing strategies to […]

Build a personal blog_Obsidian_github.io_hexo

1 Original intention I started sharing documents very early, mainly technical ones. At first it was MSN and blogs. As the platforms changed, I later used CSDN, Zhihu, Jianshu… and then Obsidian, Feishu, Notion, Often have the following problems: 1.1 Question Each platform has different formats and different review rules. It takes a lot of […]

Github remote warehouse management + hexo blog migration

github remote warehouse management + hexo blog migration git remote warehouse management Upload to github using git Clone from remote to local Step on pitfalls hexo blog migration git remote warehouse management Use git to upload to github Suggestion: You may encounter some problems during this process. If you read this article thoroughly, you may […]

Building a blog website based on Hexo+hexo-theme-stun

Build a blog website based on Hexo + hexo-theme-stun How to build a personal blog site 1. Introduction to Hexo Two, hexo-theme-stun theme 3. Demonstration effect 4. Build 5. Configuration Hexo overall configuration 1. First download the theme 2. Modify the configuration file `_config.yml` in the root directory of the project 3. Add website, URL […]

Hexo+github+Butterfly build a personal blog

Foreword Hexo is a static blog framework based on Node.js. It has few dependencies and is easy to install and use. It can easily generate static web pages and host them on GitHub and Heroku. It is the preferred framework for building blogs. Overall reference tutorial: [2023 latest version] Hexo + github to build a […]

hexo builds github technology blog

Introduction I have written a few blogs on CSDN before, but I always feel that the interface is not concise enough, and I am not very happy when writing a blog. I want to write a personal blog by myself. I took this opportunity to contact hexo and record it. PS: The following process is […]

Hexo-GitHub-Pages-Build a personal blog

1. Preparations 1. Install Node.js Download Node.js: official website download address (here take Windows as an example): Double-click the downloaded .msi file, press Next, and install it; In the cmd command window, enter the following command. If the version of Node.js can be displayed, the installation is successful. node -v 2. Install Git Download Git: […]