Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « markdown-syntax « tags - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 952821e3f550da83a88a0996743a2edbdc15ce2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html><html lang=en><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta http-equiv=x-ua-compatible content="ie=edge"><link rel=icon href=../../images/fav.png type=image/gif><script type=application/javascript>var doNotTrack=false;if(!doNotTrack){(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create','UA-167646412-8','auto');ga('send','pageview');}</script><link rel=stylesheet href=../../css/bootstrap.min.css media=all><link rel=stylesheet href=../../css/all.min.css media=all><link rel=stylesheet href=../../css/fontawesome.min.css media=all><link rel=stylesheet href=../../css/v3/darkmode.css media=all><style>html{scrollbar-width:thin;scrollbar-color:#6c757d transparent}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#6c757d}</style><link rel=stylesheet href=../../css/v3/navbar-footer.css><link rel=preconnect href=https://fonts.gstatic.com><link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap" rel=stylesheet><script src=../../js/popper.min.js></script><link rel=stylesheet href=../../css/v3/list.css media=all><meta name=description content="Markdown syntax"><title>Markdown syntax</title></head><body class=text-dark><script src=../../js/jquery.slim.min.js></script><script src=../../js/bootstrap.min.js></script><div class=container><nav class="pt-3 navbar navbar-expand-lg navbar-light" data-aos=fade-down data-aos-easing=linear data-aos-duration=500><a class=navbar-brand href=../../><img src=../../images/fav.png width=30 height=30 class="d-inline-block align-top">
Hugo-profile</a>
<button class="navbar-toggler border-0" type=button data-toggle=collapse data-target=#navbarNavDropdown aria-controls=navbarNavDropdown aria-expanded=false aria-label="Toggle navigation">
<span class=navbar-toggler-icon></span></button><div class="collapse navbar-collapse" id=navbarNavDropdown><ul class="navbar-nav ml-auto text-center"><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../#about aria-label=about>About</a></li><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../#experience aria-label=experience>Experience</a></li><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../#education aria-label=education>Education</a></li><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../#projects aria-label=projects>Projects</a></li><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../#achievements aria-label=achievements>Achievements</a></li><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../#contact aria-label=contact>Contact</a></li><li class="nav-item navbar-text"><a class="nav-link text-dark" href=../../blog title="Blog posts"><span>Blog</span></a></li><li class="nav-item navbar-text"><div class="custom-control custom-switch"><input type=checkbox class=custom-control-input id=customSwitch1 autocomplete=on>
<label class="pt-2 darkmode-label" for=customSwitch1 style=cursor:pointer><i class="fas fa-lg fa-moon"></i><i class="fas fa-lg fa-sun d-none text-warning"></i></label></div></li></ul></div></nav></div><section style=font-family:roboto,sans-serif;5><div class="container pt-5"><h3 class=text-center>Markdown syntax</h2><div class="row justify-content-center"><div class="col-md-7 py-2"><ol class=post-ol><li><h1 style=font-size:25px class=font-weight-bold><a class=text-decoration-none href=../../blog/markdown-syntax/>Markdown Syntax</a></h1><div class=post-sum><p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated …</p></div><a href=../../tags/markdown-syntax class="text-info text-decoration-none m-1" style=color:#8392a5><small># Markdown syntax</small></a></li></ol><div class=p-3></div></div></div></div></section><footer><div class="news container py-3" data-aos=fade-up data-aos-easing=linear data-aos-once=true><div class="h3 text-center text-dark py-3 font-weight-bold">Recent posts</div><div class="row justify-content-center"><div class="col-lg-4 col-md-6 pt-2"><a href=../../blog/markdown-syntax/ class=post-card-link><div class="card h-100"><div class="card-head px-2 py-3"><h5 class="card-title font-weight-bold px-2">Markdown Syntax</h5><div class=px-2><p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p></div></div><div class="mt-auto card-footer"><span class=float-left>April 3, 2021</span>
<a href=../../blog/markdown-syntax/ class="float-right btn btn-outline-info btn-sm">Read</a></div></div></a></div><div class="col-lg-4 col-md-6 pt-2"><a href=../../blog/emoji-support/ class=post-card-link><div class="card h-100"><div class="card-head px-2 py-3"><h5 class="card-title font-weight-bold px-2">Emoji Support</h5><div class=px-2>Emoji can be enabled in a Hugo project in a number of ways.
The emojify function can be called directly in templates or Inline Shortcodes.
To enable emoji globally, set enableEmoji to true in your site’s configuration and then you can type emoji shorthand codes directly in content files; e.g.
The …</div></div><div class="mt-auto card-footer"><span class=float-left>April 3, 2021</span>
<a href=../../blog/emoji-support/ class="float-right btn btn-outline-info btn-sm">Read</a></div></div></a></div><div class="col-lg-4 col-md-6 pt-2"><a href=../../blog/placeholder-text/ class=post-card-link><div class="card h-100"><div class="card-head px-2 py-3"><h5 class="card-title font-weight-bold px-2">Placeholder Text</h5><div class=px-2>Lorem est tota propiore conpellat pectoribus de pectora summo.
Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine …</div></div><div class="mt-auto card-footer"><span class=float-left>April 3, 2021</span>
<a href=../../blog/placeholder-text/ class="float-right btn btn-outline-info btn-sm">Read</a></div></div></a></div></div></div><div class=text-center><span class=px-1><a class="text-dark text-decoration-none" href=https://github.com aria-label=github><svg xmlns="http://www.w3.org/2000/svg" width="2.7em" height="2.7em" viewBox="0 0 1792 1792"><path d="M522 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19zm-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6zm-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12zm31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16zm129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16zm63 5-16 11q-17 2-17-11l16-11q17-2 17 11zm58-10q2 10-14 14t-18-8 14-15q16-2 18 9zm964-956v960q0 119-84.5 203.5T1376 1664h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105T1386 856q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27T578 459.5 492 446q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5T484 1274q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 103t.5 68q0 22-11 33.5t-22 13-33 1.5H416q-119 0-203.5-84.5T128 1376V416q0-119 84.5-203.5T416 128h960q119 0 203.5 84.5T1664 416z"/></svg></a></span><span class=px-1><a class="text-white text-decoration-none" href=https://linkedin.com aria-label=linkedin><svg xmlns="http://www.w3.org/2000/svg" width="2.4em" height="2.4em" fill="#fff" aria-label="LinkedIn" viewBox="0 0 512 512"><rect width="512" height="512" fill="#0077b5" rx="15%"/><circle cx="142" cy="138" r="37"/><path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198"/><path d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32"/></svg></a></span><a class="text-info text-decoration-none" href=https://twitter.com/ aria-label=twitter><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path fill="#03a9f4" d="M42 37c0 2.762-2.239 5-5 5H11c-2.762.0-5-2.238-5-5V11c0-2.762 2.238-5 5-5h26c2.761.0 5 2.238 5 5V37z"/><path fill="#fff" d="M36 17.12c-.882.391-1.999.758-3 .88 1.018-.604 2.633-1.862 3-3-.951.559-2.671 1.156-3.793 1.372C31.311 15.422 30.033 15 28.617 15 25.897 15 24 17.305 24 20v2c-4 0-7.9-3.047-10.327-6-.427.721-.667 1.565-.667 2.457.0 1.819 1.671 3.665 2.994 4.543-.807-.025-2.335-.641-3-1 0 .016.0.036.0.057.0 2.367 1.661 3.974 3.912 4.422C16.501 26.592 16 27 14.072 27c.626 1.935 3.773 2.958 5.928 3-1.686 1.307-4.692 2-7 2-.399.0-.615.022-1-.023C14.178 33.357 17.22 34 20 34c9.057.0 14-6.918 14-13.37.0-.212-.007-.922-.018-1.13C34.95 18.818 35.342 18.104 36 17.12"/></svg></a><a class="text-danger text-decoration-none" href=https://instagram.com/ aria-label=instagram><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><radialGradient id="yOrnnhliCrdS2gy~4tD8ma" cx="19.38" cy="42.035" r="44.899" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fd5"/><stop offset=".328" stop-color="#ff543f"/><stop offset=".348" stop-color="#fc5245"/><stop offset=".504" stop-color="#e64771"/><stop offset=".643" stop-color="#d53e91"/><stop offset=".761" stop-color="#cc39a4"/><stop offset=".841" stop-color="#c837ab"/></radialGradient><path fill="url(#yOrnnhliCrdS2gy~4tD8ma)" d="M34.017 41.99l-20 .019c-4.4.004-8.003-3.592-8.008-7.992l-.019-20c-.004-4.4 3.592-8.003 7.992-8.008l20-.019c4.4-.004 8.003 3.592 8.008 7.992l.019 20C42.014 38.383 38.417 41.986 34.017 41.99z"/><radialGradient id="yOrnnhliCrdS2gy~4tD8mb" cx="11.786" cy="5.54" r="29.813" gradientTransform="matrix(1 0 0 .6663 0 1.849)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#4168c9"/><stop offset=".999" stop-color="#4168c9" stop-opacity="0"/></radialGradient><path fill="url(#yOrnnhliCrdS2gy~4tD8mb)" d="M34.017 41.99l-20 .019c-4.4.004-8.003-3.592-8.008-7.992l-.019-20c-.004-4.4 3.592-8.003 7.992-8.008l20-.019c4.4-.004 8.003 3.592 8.008 7.992l.019 20C42.014 38.383 38.417 41.986 34.017 41.99z"/><path fill="#fff" d="M24 31c-3.859.0-7-3.14-7-7s3.141-7 7-7 7 3.14 7 7S27.859 31 24 31zm0-12c-2.757.0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5S26.757 19 24 19z"/><circle cx="31.5" cy="16.5" r="1.5" fill="#fff"/><path fill="#fff" d="M30 37H18c-3.859.0-7-3.14-7-7V18c0-3.86 3.141-7 7-7h12c3.859.0 7 3.14 7 7v12C37 33.86 33.859 37 30 37zM18 13c-2.757.0-5 2.243-5 5v12c0 2.757 2.243 5 5 5h12c2.757.0 5-2.243 5-5V18c0-2.757-2.243-5-5-5H18z"/></svg></a><a class="text-info text-decoration-none" href=https://facebook.com aria-label=facebook><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path fill="#3f51b5" d="M42 37c0 2.762-2.238 5-5 5H11c-2.761.0-5-2.238-5-5V11c0-2.762 2.239-5 5-5h26c2.762.0 5 2.238 5 5V37z"/><path fill="#fff" d="M34.368 25H31v13h-5V25h-3v-4h3v-2.41c.002-3.508 1.459-5.59 5.592-5.59H35v4h-2.287C31.104 17 31 17.6 31 18.723V21h4L34.368 25z"/></svg></a></div><div class="container bg-transparent py-4"><div class="row justify-content-center"><div class="col-md-4 text-center order-2 order-lg-1 order-md-1"><div class=pb-2><a href=https://hugo-profile.netlify.app><img alt="Footer logo" src=../../images/fav.png height=40px width=40px></a></div>&copy; 2022 All Rights Reserved<div>Made with &#10084; and
<a href=https://github.com/gurusabarish/hugo-profile target=_blank>Hugo profile</a>
| Designed and Developed by
<a href=https://www.linkedin.com/in/gurusabarish/ target=_blank>Gurusabarish</a></div></div></div></div></footer><script>$(function(){$('[data-toggle="tooltip"]').tooltip()})</script><script>function autoDarkMode(){$("body").toggleClass("darkmode");$(".fa-moon").addClass("d-none");$(".fa-sun").removeClass("d-none");$("nav").toggleClass("navbar-dark");$("nav").toggleClass("navbar-light");$('.text-dark').toggleClass('darkmode-text-dark');$('.text-muted').toggleClass('darkmode-text-muted');$(".dropdown-menu").toggleClass('darkmode-dropdown-menu');};</script><script src=../../js/auto_darkmode.js></script><script>$('.darkmode-label').click(function(){$("body").toggleClass("darkmode");$(".fa-moon").toggleClass("d-none");$(".fa-sun").toggleClass("d-none");$("nav").toggleClass("navbar-dark");$("nav").toggleClass("navbar-light");$('.text-dark').toggleClass('darkmode-text-dark');$('.text-muted').toggleClass('darkmode-text-muted');$(".dropdown-menu").toggleClass('darkmode-dropdown-menu');switchDarkmodeSetting();});</script></body></html>