Add traffic function to github+Jekyll blog in one minutePreface There may be some friends who don’t know that github+Jekll can be used to build your own personal blog, right? ? ? One hour to build github blog: https://www.jb51.net/article/138946.htm Also attached is my personal blog link: https://dongguanting.github.io/. If you think what I built is good, you are welcome to fork my blog as a framework. 1. What is Jekll1. Jekll is a software introductionJekyll is a simple free blog generation tool similar to WordPress. But it is very different from WordPress because Jekyll is just a tool for generating static web pages and does not require database support. But it can cooperate with third-party services, such as discuz. The most important thing is that Jekyll can be deployed on Github for free and can be bound to your own domain name. Quick installation instructions for Jekll: gem install jekyll jekyll new my-awesome-site cd my-awesome-site jekyll serve # => Now browse to http://localhost:4000 Jekyll has many themes to choose from and many plug-ins to install, all of which need to be written in the file 2. No garlic1. Introduction to Bu Suanzi: "Bu Suan Zi" is a minimalist webpage counter that can easily count the total visits and number of visits to your blog. 2. Official website entranceLink: http://busuanzi.ibruce.info/. 3. Usage First, open <span id="busuanzi_container_site_pv"> Total visits to this site <span id="busuanzi_value_site_pv"></span> times</span> Two lines of code, counting done! ! ! This shows that the number of visits to my blog is 2. Isn’t it very simple? 4. PersonalizationIt can also be more beautiful and complete: Total visits to this site <span id="busuanzi_value_site_pv"></span> times Number of visitors to this site <span id="busuanzi_value_site_uv"></span> times Total readings of this article <span id="busuanzi_value_page_pv"></span> times Or customize it (I use the one below): Total <span id="busuanzi_value_site_pv"></span> views. You are xxx's <span id="busuanzi_value_site_uv"></span>th friend <span id="busuanzi_value_page_pv"></span> Hits The effect is as follows: Summarize Isn’t it great! If it helps, please like and bookmark it! This is the end of this article about how to use JS to add traffic to a blog on github+Jekyll in one minute. For more information about adding traffic to a blog on github+Jekyll, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed description of ffmpeg Chinese parameters
>>: Solution to the problem that the number of MySQL connections is limited to 214 in CentOS 7
The MySQL development team officially released th...
Table of contents Table definition auto-increment...
Without further ado, I will post the code for you...
at at + time at 17:23 at> touch /mnt/file{1..9...
Here are two terminal split screen tools: screen ...
Tomcat's default log uses java.util.logging, ...
Introduction to Docker Docker is an open source a...
Table of contents Vue routing relative path jump ...
Preface In the past, the company used the 5.7 ser...
Less is More is a catchphrase for many designers....
1. Use of alias The alias command is used to set ...
Table of contents 1. How the Bootstrap grid syste...
MySQL 8 brings a brand new experience, such as su...
Copy code The code is as follows: html { overflow...
Typically, we use the following SQL statement to ...