He thought Tequila
gives him the most
sudden ignitions,
until he kissed her
for the first time.
Tequila
Custom folder Icons with Material Icon Theme
Install Material Icon Theme
In settings.json:
"material-icon-theme.folders.associations": {
"folder-name": "Home"
}
folder-name is the folder name and Home is the icon.
You can find the files and folders icons in here.
My Home
Jatayu Earth Center
Sticky footers
To make a sticky footer in the Bootstrap you can use the below.
<body class="d-flex flex-column min-vh-100">
<main class="flex-fill">
<!-- Your page content here -->
</main>
<footer class="bg-dark text-white text-center py-2">
<!-- Your footer content here -->
</footer>
</body>
d-flex flex-column min-vh-100on : makes the body fill the viewport and act like a vertical Flexbox container.flex-fillon : makes the content area take up all available vertical space, pushing the footer down.footer: stays at the bottom even with short content.
You can never die
If a writer falls in love with you, you can never die. ― Mik Everett
You can reread the above quote to this: “If the person dear to you is an artist, you can never die.”
Yes, because they will carry you in their art pieces. If they are a writer, they will hide you between the lines of their favorite poems or stories. If they are a photographer, you will be in their photos forever. If they are a musician, they will blend you into the rhythm. If they are a painter, they will add you into the corners of their canvas. And the list goes on.
You will be forever engraved in their art, sometimes in plain sight, sometimes hidden. When others see the art, the artist will see you.
Redesign
Upgrade Hugo
To install or update Hugo extended using HomeBrew, you can use the below,
Install the extended version:
brew install hugo@extended
Or if you already have it and just want to upgrade:
brew upgrade hugo@extended
Check the version to using hugo version.
