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
Previously, the images we used were all pulled fr...
I recently made a file system and found that ther...
Navigation, small amount of data table, centered &...
Types of joins 1. Inner join: The fields in the t...
Preface Tip: Here you can add the approximate con...
I would like to ask a question. In Dreamweaver, I...
Table of contents 1. Main functions 2. Implementa...
A style sheet describes how a document should be ...
As shown in the figure: But when viewed under IE6...
Remote connection to MySQL fails, there may be th...
The table structure is as follows: id varchar(32)...
Table of contents About Triggers Use of triggers ...
Table of contents vuex persistence Summarize vuex...
1. MS SQL SERVER 2005 --1. Clear the log exec(...
1. Package the Java project into a jar package He...