Skip to content

Instantly share code, notes, and snippets.

View iamtasikul's full-sized avatar
💻
I have no special talents. I am only passionately curious.

Tasikul Islam iamtasikul

💻
I have no special talents. I am only passionately curious.
View GitHub Profile
@iamtasikul
iamtasikul / Remove Date Url From Blog Post on Blogger
Created April 20, 2021 02:35
Remove Date From Blog Post URL on Blogger
<!--Paste it before </head> tag -->
<!--Begin Code - Remove Date From Blog Post URL on Blogger-->
<script type='text/javascript'>
//<![CDATA[
// BloggerJS v0.3.1
// Copyright (c) 2017-2018 Kenny Cruz
@iamtasikul
iamtasikul / Additional CSS for Generatepress Wordpress Theme
Last active April 14, 2021 03:42
Additional CSS for Generatepress Wordpress Theme
/* Steps:- Wordpress Dashboard>Appearance>Customize>Additional CSS*/
img.attachment-full.size-full {
border-radius: 10px;
}
.post-image img {
border-radius: 10px;
}
.posted-on .updated {
display: inline-block;
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help