Skip to content

berkslv/berkselvi.dev

Repository files navigation

berkselvi.dev

This is my personal website build in Hugo and uses terminal theme

Run

hugo server -D

Add image

With link and subtitle

<a href="https://lecture-rsa-dotnet-javascript.vercel.app" target="_blank">

<img src="/img/how-to-use-rsa-for-encryption-in-javascript-and-decryption-in-net/rsa-encryption.webp" alt="RSA Encryption (lecture-rsa-dotnet-javascript.vercel.app)" loading="lazy" />
<p class="image-sub-title">RSA Encryption (lecture-rsa-dotnet-javascript.vercel.app)</p>

</a>

With subtitle

<img src="/img/how-to-use-ocelot-and-keycloak-together-to-secure-microservices-from-api-gateway/Microservice-architecture-with-Ocelot-and-Keycloak.webp" alt="Microservice architecture with Ocelot and Keycloak" loading="lazy" />
<p class="image-sub-title">Microservice architecture with Ocelot and Keycloak</p>