One bleak morning in April, I was skimming through the newspaper and came across an opinion piece which talked about the impact of COVID-19 on the stock market. The experts were talking about how it was the best time to buy. “Buy when there is blood on the street” was the exact quote. When the market falls by more than 20%, it is defined as a be...
Python is a high level language which is used by most of the people for data science and IoT. Titles Python Python Python Python Paragraph I wandered lonely as a cloud That floats on high o’er vales and hills, When all at once I saw a crowd, A host, of golden daffodils; Beside the lake, beneath the trees, Fluttering and dancing i...
Python is a high level language which is used by most of the people for data science and IoT. Titles Python Python Python Python Paragraph I wandered lonely as a cloud That floats on high o’er vales and hills, When all at once I saw a crowd, A host, of golden daffodils; Beside the lake, beneath the trees, Fluttering and dancing i...
This Jekyll template totally compatible with Markdown syntax. Now, let’s take a look for the text and typography in this theme. Titles H1 H2 H3 H4 Paragraph I wandered lonely as a cloud That floats on high o’er vales and hills, When all at once I saw a crowd, A host, of golden daffodils; Beside the lake, beneath the trees, Flutte...
In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. Whit a square image (PNG, JPG or GIF) in hand, open the site Favicon & App Icon Generator and upload your original image. Click button Create Favicon and wait a moment for th...
Prerequisites Follow the Jekyll Docs to complete the installtion of basic environment (Ruby , RubyGems and Bundler). To improve the writing experience, we need to use some script tools. If your machine is running Debian or macOS, make sure that GNU coreutils is installed. Otherwise, install by: Debian $ sudo apt-get install coreutils ...
Naming and Path Create a new file named with the format YYYY-MM-DD-title.md then put it into _post of the root directory. Front Matter Basically, you need to fill the Front Matter as below at the top of the post: --- title: TITLE date: YYYY-MM-DD HH:MM:SS +/-TTTT categories: [TOP_CATEGORIE, SUB_CATEGORIE] tags: [TAG] # TAG names should a...