Gitee + Hexo build personal blog

Installing Hexo Before installing Hexo, you need to install the following two tools: GitNode.js Install Git Windows: Download and install git. Mac: Using Homebrew, MacPorts : brew install git ; Or download erection sequence Installation. Linux (Ubuntu, Debian): sudo apt-get install git-core Linux (Fedora, Red Hat, CentOS): sudo yum ...

Posted by tvance929 on Tue, 08 Mar 2022 15:36:45 +0100

How to add statistics for the next topic

start Open the next theme profile_ config.yml Search Busuanzi_ Modify count to busuanzi_count: # count values only if the other configs are false enable: true # custom uv span for the whole site site_uv: true site_uv_header: <i class="fa fa-user"></i> Number of visits to this site site_uv_footer: people # custom ...

Posted by 051119 on Thu, 17 Feb 2022 12:08:34 +0100

Hexo blog reconstruction Road

preface Some time ago, because my computer hard disk was damaged, all the files were lost, and I didn't back up the files of Hexo blog. I only copied all the markdown files to the cloud disk five months ago. After consulting some online tutorials, I think there should be no way to save it, so I plan to redeploy this Hexo blog locally. At the ...

Posted by Syntac on Thu, 03 Feb 2022 09:58:41 +0100

hexo add automatically updated site statistics page

The original website Site statistics page I need bloggers to upload statistics manually every month. It's very troublesome and easy to kill people until I see it fox The statistics page of is a bright spot in front of me, so I went to learn from it. Note that most of the codes in this paper are from fox The hand of the big man. In addition, if ...

Posted by DrAxeman on Wed, 02 Feb 2022 01:24:48 +0100

Hexo GitHub set up a personal blog

preface This blog technology describes how to use hexo+GitHub to build a personal blog. gitee began to rest its personal home page in May this year and can't build it for the time being. Environmental preparation Install git git download address: Git - Downloads (git-scm.com) Verify that git installation is complete: git --version T ...

Posted by jpmoriarty on Mon, 31 Jan 2022 10:20:47 +0100

Integrate Tiddlywiki into Hexo and deploy it together

Recently, I was looking for a wiki to record some systematic knowledge and notes TiddlyWiki This thing. TiddlyWiki is a non network application Wiki program composed of only a single HTML file. It does not rely on the database to store data. It is very distinctive. It can install plug-ins and play more ways. Since the final release to the Inte ...

Posted by taldos on Sat, 22 Jan 2022 07:05:11 +0100

Hexo blog uses Tencent cloud CDN to accelerate and optimize

Original address: Hexo blog uses Tencent cloud CDN to accelerate and optimize Use the public CDN to load some resources Modify the theme (my theme is NexT) configuration file and use the public CDN to load some CSS and JS files. I choose jsDelivr This public CDN platform; CDN for other platforms: Seven cattle cloudShoot the clouds againBoot ...

Posted by waqasahmed996 on Thu, 20 Jan 2022 10:22:53 +0100