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
This article is an integrated article on how to c...
watch : listen for data changes (change events of...
There was no problem connecting to the database y...
Table of contents 1. Technical Overview 2. Techni...
Elastic stack, commonly known as ELK stack, is a ...
Effect screenshots: Implementation code: Copy code...
Table of contents 1. Introduction 2. Rendering 3....
1. What is the use of slow query? It can record a...
In a table, you can define the color of the lower...
First, what is box collapse? Elements that should...
Preface After this blog post was published, some ...
Table of contents 1. Build basic styles through E...
1. Introduction to nmon Nmon (Nigel's Monitor...
Table of contents Before MySQL 5.6 After MySQL 5....
1. Install openssh-server yum install -y openssl ...