23 Commits

Author SHA1 Message Date
hugo-profile bot 1a34fecb59 deploy: d159cfb594 2022-01-26 12:04:07 +00:00
hugo-profile bot ba338fda5a deploy: 9ab6341fe4 2022-01-25 17:47:48 +00:00
hugo-profile bot 19a9e8691c deploy: a1a2264e6b 2022-01-13 03:01:03 +00:00
hugo-profile bot 0e3c14c54d deploy: 0d554f32d3 2021-12-31 17:01:40 +00:00
hugo-profile bot a3adfda4b9 deploy: 49aca12e81 2021-12-31 16:45:06 +00:00
hugo-profile bot 44cde9f209 deploy: c864dae946 2021-12-31 16:39:59 +00:00
hugo-profile bot d1c4774dab deploy: e3ef99ca40 2021-12-31 16:21:02 +00:00
hugo-profile bot 48480d2acb deploy: f279e15318 2021-12-13 12:45:22 +00:00
hugo-profile bot 47704b1971 deploy: a39edbe353 2021-11-18 19:02:54 +00:00
hugo-profile bot 20b49df2c6 deploy: 01c7caee04 2021-11-05 15:36:31 +00:00
hugo-profile bot b6f1739142 deploy: c6d520c6e7 2021-09-20 18:00:10 +00:00
hugo-profile bot 4da5bb2d74 deploy: 1f867d7f28 2021-09-07 04:52:51 +00:00
hugo-profile bot 1485d897b3 deploy: 49b2f8caef 2021-09-06 03:36:53 +00:00
hugo-profile bot a598e6077c deploy: ad8d0d7251 2021-08-13 10:21:47 +00:00
hugo-profile bot e353f1b8a0 deploy: fa3cbbe117 2021-08-13 10:19:38 +00:00
hugo-profile bot a0e66092a0 deploy: b06f75c647 2021-08-11 04:57:09 +00:00
hugo-profile bot ffb7ba421c deploy: 325a2227cf 2021-08-09 18:06:43 +00:00
hugo-profile bot 48eb1b9c1e deploy: 76ed50fbee 2021-08-09 18:01:26 +00:00
hugo-profile bot d846a7c20a deploy: c5de833cc6 2021-08-09 17:56:41 +00:00
hugo-profile bot 923557050c deploy: ab6306c257 2021-08-09 17:54:13 +00:00
hugo-profile bot 2ba780591b deploy: 2226c6c5f0 2021-08-09 17:50:55 +00:00
hugo-profile bot 5ea0bf477b deploy: 47bc00e9d4 2021-08-09 17:27:10 +00:00
hugo-profile bot dcda8eef05 deploy: e6a364c6d1 2021-08-09 17:20:44 +00:00
130 changed files with 1606 additions and 2174 deletions
-13
View File
@@ -1,13 +0,0 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://www.buymeacoffee.com/gurusabarish',
'https://www.paypal.me/gurusabarish'] # Replace with up to 4 custom sponsorship URLs e.g.['link1',link2']
View File
+15
View File
File diff suppressed because one or more lines are too long
-21
View File
@@ -1,21 +0,0 @@
MIT License
Copyright (c) 2020 GURU SABARISH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-189
View File
@@ -1,189 +0,0 @@
<div align="center">
# hugo-profile
A simple hugo theme for personal portfolio
[![LICENSE](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
[![lighthouse score](https://img.shields.io/static/v1?label=Lighthouse%20Score&message=Good&color=green)](https://hugo-profile.netlify.app/)
</div>
## Performance of the website by web.dev
[check the performance of website](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fhugo-profile.netlify.app%2F)
## Demo
![Thumpnail](https://github.com/gurusabarish/hugo-profile/blob/master/images/tn.png)
### Site: [Hugo-profile](https://hugo-profile.netlify.com)
## Features
- Minimalist Design
- Fully Responsive
- Google Analytics Support
- Disqus Comment Support
- Contact form using [Formpree](https://formspree.io/)
## Requirements
- Hugo Version 0.68.0 or higher
## Installation
- [Install Hugo](https://gohugo.io/overview/installing)
- Create your site if you haven't already
```console
hugo new site my-site -f=yaml
cd my-site
git init
```
- Add the theme as git sub-module
```console
git submodule add https://github.com/gurusabarish/hugo-profile.git themes/hugo-profile
```
>Don't use SSH URL of the theme during adding as git sub-module. Also, don't clone the theme in your `themes` directory using `git clone`. They don't work well with Github Action or Netlify.
## Configuration
Configure your `config.yaml` file of your site as below:
```yaml
baseURL: "https://example.com"
languageCode: "en-us"
title: "Hugo-profile"
theme: "hugo-profile"
googleanalytics: UA-xxxxxxxxx-x
disqusShortname: yourdiscussshortname
Paginate: 3
taxonomies:
tag: "tags"
category: "categories"
params:
favicon: "/images/hugo.png"
description: "A hugh performance hugo theme for personal website. It is single page portfolio. It has blog, contact sections also. Contact is powered by formspree."
disqus: ""
copyright: "2020"
# Background
custombackground: false
background: ""
backimg: ""
# Contact
contact: true
action: ""
emailname: ""
messagename: ""
# Navbar Menus
customMenus:
- name: "Blog"
Url: "/blog"
# Home
name: "Gurusabarish"
profile: "/images/avatar-370-456322.webp"
github: "https://github.com/gurusabarish"
linkedin: "https://linkedin.com/in/gurusabarish"
twitter: "https://twitter.com/gurusabarishh"
instagram: "https://instagram.com/gurusabarishh"
# Do things
usedothings: true
usedefaultlogos: true
thing1: "Python"
thing2: "Machine learning"
thing3: "Things for web"
thing1_des: "I build something beautiful using Python."
thing2_des: "I train robust models for various tasks."
thing3_des: "I love to build things for web."
# About
profile_image: "/images/gurusabarish.jpg"
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer.
I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
descripe_l2_person: "This is just a example for about section. You can easily change with the help of cofig file."
job: "your role"
resume: ""
#projects
projects:
- title: "Project name"
image: "/images/project-preview.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project-preview.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project-preview.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project-preview.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project-preview.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project-preview.jpg"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
Author:
name: "Gurusabarish"
website: "https://github.com/gurusabarish"
```
<b>Use Yaml as config file</b>
You can just copy the content for `config.yaml` files from `theme/toha/exampleSite/config.yaml`.
## Contributing
> Contributers are always welcome :heart:
-13
View File
@@ -1,13 +0,0 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
subtitle: ""
github_link: "https://github.com/gurusabarish/hugo-profile"
author: ""
tags:
-
bg_image: ""
description: ""
---
File diff suppressed because one or more lines are too long
+18
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on Hugo-profile</title><link>https://hugo-profile.netlify.app/blog/</link><description>Recent content in Blogs on Hugo-profile</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 03 Apr 2021 23:29:21 +0530</lastBuildDate><atom:link href="https://hugo-profile.netlify.app/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax</title><link>https://hugo-profile.netlify.app/blog/markdown-syntax/</link><pubDate>Sat, 03 Apr 2021 23:29:21 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/markdown-syntax/</guid><description>&lt;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.&lt;/p></description></item><item><title>Emoji Support</title><link>https://hugo-profile.netlify.app/blog/emoji-support/</link><pubDate>Sat, 03 Apr 2021 22:53:58 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/emoji-support/</guid><description>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 sites configuration and then you can type emoji shorthand codes directly in content files; e.g.
The Emoji cheat sheet is a useful reference for emoji shorthand codes.
N.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform.</description></item><item><title>Placeholder Text</title><link>https://hugo-profile.netlify.app/blog/placeholder-text/</link><pubDate>Sat, 03 Apr 2021 22:41:10 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/placeholder-text/</guid><description>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 cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
Exierant elisi ambit vivere dedere Duce pollice Eris modo Spargitque ferrea quos palude Rursus nulli murmur; hastile inridet ut ab gravi sententia!</description></item><item><title>Rich Content</title><link>https://hugo-profile.netlify.app/blog/rich-content/</link><pubDate>Sat, 03 Apr 2021 19:53:33 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/rich-content/</guid><description>Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
Gist Simple Shortcode {{&amp;lt; gist spf13 7896402 &amp;quot;img.html&amp;quot; &amp;gt;}}
Twitter Simple Shortcode {{&amp;lt; tweet 877500564405444608 &amp;gt;}}
Hugo 0.24 Released: Big archetype update + @Netlify _redirects etc. file supporthttps://t.co/X94FmYDEZJ #gohugo #golang @spf13 @bepsays
&amp;mdash; GoHugo.io (@GoHugoIO) June 21, 2017 Vimeo Simple Shortcode {{&amp;lt; vimeo 146022717 &amp;gt;}}</description></item></channel></rss>
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
<!doctype html><html><head><title>https://hugo-profile.netlify.app/blog/</title><link rel=canonical href=https://hugo-profile.netlify.app/blog/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://hugo-profile.netlify.app/blog/"></head></html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Hugo-profile</title><link>https://hugo-profile.netlify.app/categories/</link><description>Recent content in Categories on Hugo-profile</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://hugo-profile.netlify.app/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
+1
View File
@@ -0,0 +1 @@
<!doctype html><html><head><title>https://hugo-profile.netlify.app/categories/</title><link rel=canonical href=https://hugo-profile.netlify.app/categories/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://hugo-profile.netlify.app/categories/"></head></html>
+5
View File
File diff suppressed because one or more lines are too long
+5
View File
File diff suppressed because one or more lines are too long
+115
View File
@@ -0,0 +1,115 @@
article blockquote {
margin: 0 !;
border-left: 4px solid #248aaa !important;
background-color: #248baa15 !important;
padding: 0.3rem !important;
padding-left: 1rem !important;
}
article blockquote > p {
color: #3c4858 !important;
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
article h1,
h2 {
margin-top: 1.4rem;
font-size: 32px;
border-left: 4px solid #77ace9 !important;
background-color: #b2cad43a !important;
padding: 0.3rem !important;
padding-left: 1rem !important;
}
article h3,
h4,
h5,
h6 {
margin-top: 1.3rem;
}
article table {
border-radius: 0.1rem;
background: #e5e9f2;
border: 1px solid #c0ccda;
padding: 0.1rem;
}
article table tr {
height: 40px !important;
}
article table th,
td {
padding: 0.5rem;
border-left: 1px solid #8392a5;
border-bottom: 1px solid #8392a5;
}
article table thead tr {
background: #248aaa;
color: #e5e9f2;
}
article tbody tr:nth-child(odd) {
background-color: #e5e9f2;
}
article tbody tr:hover {
background: #c0ccda;
}
article img {
width: 100%;
}
article caption,
figcaption {
caption-side: bottom;
text-align: center;
color: #8392a5;
}
article pre {
margin: 5px;
padding: 5%;
font-size: 18px;
max-height: 400px;
border-radius: 2%;
background-color: #1f618d !important;
color: white;
}
article pre > code {
padding: 10px !important;
}
article a.header-anchor {
text-decoration: none;
color: #1c2d41;
}
article a.header-anchor i {
font-size: 10pt;
color: #3c4858;
display: none;
margin-left: 0.5rem;
}
article a.header-anchor:hover i {
display: inline-block;
}
article a.header-anchor code {
color: #e83e8c;
}
article kbd {
background-color: #248aaa !important;
color: #f9fafc;
}
article mark {
background-color: #ffc21280;
}
+13
View File
@@ -0,0 +1,13 @@
/*footer*/
.footer {
background: #f2f2f2;
}
.navbar-text {
font-size: 17px;
}
.footer-site {
font-family: "Alata", sans-serif;
font-size: 25px;
}
+203
View File
@@ -0,0 +1,203 @@
a:hover {
text-decoration: none !important;
}
/*home*/
.home {
height: auto;
padding: 0;
padding-bottom: 0;
margin: 0;
background-size: cover;
background-repeat: no-repeat;
}
.name {
font-family: "Alata", sans-serif;
}
.name-intro {
font-size: 20px;
padding-top: 10%;
padding-left: 17%;
}
.profile {
float: right;
padding-right: 22%;
padding-bottom: 10%;
}
.know-more {
padding-bottom: 15%;
font-family: cursive;
}
.know-more a:hover {
text-decoration-line: none;
color: black;
}
.home-content {
padding-top: 0;
padding-left: 18%;
padding-right: 5%;
background-repeat: no-repeat;
background-position: bottom;
}
.social a:hover {
text-decoration-line: none;
}
@media only screen and (max-width: 992px) {
.profile {
padding-right: 35%;
text-align: center !important;
}
}
@media only screen and (max-width: 768px) {
.home {
height: auto;
background-position: left bottom;
}
.name-intro {
height: 200px;
padding-left: 10%;
}
.home-content {
height: 30%;
background: none;
}
.know-more {
padding-top: 10%;
padding-left: 20%;
padding-right: 20%;
padding-bottom: 10%;
}
.know-more a {
color: black;
}
}
/* recent posts */
.recent-posts {
font-family: "Alata", sans-serif;
font-size: 25px;
}
/* do things */
.do-things {
background-color: #e5e9f2;
height: auto;
padding: 0;
padding-bottom: 0;
margin: 0;
}
.things-i-do {
font-family: "Alata", sans-serif;
font-size: 25px;
}
.things {
height: auto;
}
.things-text {
height: 100px;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.do-things-card {
padding-left: 15%;
padding-right: 15%;
padding-bottom: 15%;
padding-top: 0%;
}
}
/* about */
.about {
height: auto;
background-color: #e5e9f2;
}
.jop {
font-size: 30px;
}
.about-me {
font-family: "Alata", sans-serif;
font-size: 25px;
}
.about-content {
font-size: 20px;
}
.about-content a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 768px) {
.about {
height: auto;
}
}
/* Skill
.skill {
height: 80vh;
background-color: #e5e9f2;
}
.skill-heading {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
*/
/* Projects */
.projects {
height: auto;
background-color: #bd8338;
}
.project-heading {
font-family: "Alata", sans-serif;
font-size: 25px;
}
.card-title {
font-family: "Alata", sans-serif;
font-size: 28px;
}
/* recent posts */
.blog-back {
background-color: #ebb951;
}
.post-card a:hover {
text-decoration-line: none;
}
.post-hover :hover {
background-color: #17a2b8;
}
/* contact */
.contact-head {
font-family: "Alata", sans-serif;
font-size: 25px;
}
+143
View File
@@ -0,0 +1,143 @@
.blog-title {
font-size: 48px;
}
#TableOfContents > ul li {
list-style-type: none;
font-size: 15px;
}
#TableOfContents > ul li a {
text-decoration: none;
}
.mincho-font {
font-family: "Shippori Mincho B1", serif;
}
article {
line-height: 1.756;
font-size: 18px;
}
article blockquote {
margin: 0 !;
border-left: 4px solid #248aaa !important;
background-color: #248baa15 !important;
padding: 0.3rem !important;
padding-left: 1rem !important;
}
article blockquote > p {
color: #3c4858 !important;
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
article h1 {
font-size: 52px !important;
line-height: 1.15;
}
article h2 {
font-size: 32px;
line-height: 1.333;
}
article h3 {
font-size: 24px;
line-height: 1.45;
}
article h4,
h5,
h6 {
font-size: 18px;
line-height: 1.45;
}
article > table {
border-radius: 0.1rem;
background: #e5e9f2;
border: 1px solid #c0ccda;
padding: 0.1rem;
}
article > table > tr {
height: 40px !important;
}
article > table > thead > tr > th {
padding: 0.5rem !important;
border-left: 1px solid #8392a5;
border-bottom: 1px solid #8392a5;
}
article > table > tbody > tr > td {
padding: 0.5rem !important;
border-left: 1px solid #8392a5;
border-bottom: 1px solid #8392a5;
}
article > table > thead > tr {
background: #248aaa;
color: #e5e9f2;
}
article > tbody > tr:nth-child(odd) {
background-color: #e5e9f2;
}
article > tbody > tr:hover {
background: #c0ccda;
}
article img {
width: 100%;
}
article caption,
figcaption {
caption-side: bottom;
text-align: center;
color: #8392a5;
}
article pre {
margin: 5px;
padding: 2%;
background-color: #1f618d !important;
color: white;
}
article pre > code {
color: white;
}
article a.header-anchor {
text-decoration: none;
color: #1c2d41;
}
article a.header-anchor i {
font-size: 10pt;
color: #3c4858;
display: none;
margin-left: 0.5rem;
}
article a.header-anchor:hover i {
display: inline-block;
}
article a.header-anchor code {
color: #e83e8c;
}
article kbd {
background-color: #248aaa !important;
color: #f9fafc;
}
article mark {
background-color: #ffc21280;
}
+85
View File
@@ -0,0 +1,85 @@
/* v2 and v3 footer */
footer {
background-color: #1c2d41;
color: #8392a5;
border-top-width: 1px !important;
border-color: #8392a5;
}
footer a {
color: #8392a5;
text-decoration: none;
}
footer a:hover {
text-decoration: none;
}
/* v2 and v3 news */
.news a {
color: #1c2d41;
text-decoration: none;
}
/* v2 do things */
.do-things {
height: auto;
padding: 0;
padding-bottom: 0;
margin: 0;
}
.things-i-do {
font-family: "Alata", sans-serif;
font-size: 25px;
}
.things {
height: auto;
}
.things-text {
height: 100px;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.things-i-do {
padding-top: 7% !important;
}
.do-things-card {
padding-left: 15%;
padding-right: 15%;
padding-bottom: 0%;
padding-top: 0%;
}
}
/* v2 about */
.about {
height: auto;
}
.jop {
font-size: 30px;
}
.about-me {
font-family: "Alata", sans-serif;
font-size: 27px;
}
.about-content {
font-size: 20px;
}
.about-content a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 768px) {
.about {
height: auto;
}
}
+15
View File
@@ -0,0 +1,15 @@
.darkmode {
background-color: #18191a;
}
.darkmode-text-dark {
color: #e4e6eb !important;
}
.darkmode-text-muted {
color: #b0b3b8 !important;
}
.darkmode-dropdown-menu {
background-color: #212121 !important;
}
+17
View File
@@ -0,0 +1,17 @@
html {
scroll-behavior: smooth;
}
body {
font-family: "Roboto", sans-serif;
background-color: #eaedf0;
}
.post-ol {
list-style-type: decimal-leading-zero;
padding-top: 1%;
}
.post-ol li {
padding-top: 3%;
}
.post-sum p {
margin: 0;
}
+26
View File
@@ -0,0 +1,26 @@
#loader {
position: fixed;
border: 5px solid #007bff;
border-radius: 50%;
border-top: 5px solid #444444;
border-bottom: 5px solid #444444;
border-right: 5px solid #444444;
width: 50px;
height: 50px;
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
.center {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
+31
View File
@@ -0,0 +1,31 @@
/* v3 navbar */
.navbar-brand {
color: #007bff !important;
}
.navbar .nav-link:hover {
color: #007bff !important;
}
.navbar-text {
font-size: 16px !important;
}
li> .dropdown-toggle:focus{
color: #007bff !important;
}
/* v2 and v3 footer */
footer {
color: #8392a5;
border-top-width: 1px !important;
border-color: #8392a5;
}
footer a {
color: #8392a5;
}
/* v2 and v3 news */
.news a {
color: #1c2d41;
text-decoration: none;
}
+137
View File
@@ -0,0 +1,137 @@
html {
scroll-behavior: smooth;
}
body {
font-family: "Roboto", sans-serif;
background-color: #eaedf0;
}
.bottom-share {
position: fixed;
z-index: 1000;
bottom: 20px;
right: 25px;
}
.bottom-share button {
overflow: hidden;
height: 50px;
width: 50px;
border-radius: 50%;
}
.blog-page-color {
color: #3a3b3c !important;
}
#TableOfContents {
padding: 3%;
}
#TableOfContents > ul > li > ul {
display: none;
}
#TableOfContents > ul {
padding-left: 7%;
}
article {
line-height: 1.756;
font-size: 18px;
}
article blockquote {
margin: 0 !;
border-left: 4px solid #248aaa !important;
background-color: #248baa15 !important;
padding: 0.3rem !important;
padding-left: 1rem !important;
}
article blockquote > p {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
article > table {
border-radius: 0.1rem;
background: #e5e9f2;
border: 1px solid #c0ccda;
padding: 0.1rem;
}
article > table > tr {
height: 40px !important;
}
article > table > thead > tr > th {
padding: 0.5rem !important;
border-left: 1px solid #8392a5;
border-bottom: 1px solid #8392a5;
}
article > table > tbody > tr > td {
padding: 0.5rem !important;
border-left: 1px solid #8392a5;
border-bottom: 1px solid #8392a5;
}
article > table > thead > tr {
background: #248aaa;
color: #e5e9f2;
}
article > tbody > tr:nth-child(odd) {
background-color: #e5e9f2;
}
article > tbody > tr:hover {
background: #c0ccda;
}
article img {
width: 100%;
}
article caption,
figcaption {
caption-side: bottom;
text-align: center;
color: #8392a5;
}
article pre {
border-radius: 0.5rem !important;
margin: 5px;
padding: 2%;
background-color: #1f618d !important;
color: white;
}
article pre > code {
color: white;
}
article a.header-anchor {
text-decoration: none;
color: #1c2d41;
}
article a.header-anchor i {
font-size: 10pt;
color: #3c4858;
display: none;
margin-left: 0.5rem;
}
article a.header-anchor:hover i {
display: inline-block;
}
article a.header-anchor code {
color: #e83e8c;
}
article kbd {
background-color: #248aaa !important;
color: #f9fafc;
}
article mark {
background-color: #ffc21280;
}
+368
View File
@@ -0,0 +1,368 @@
html {
scroll-behavior: smooth;
}
body {
font-family: "Noto Sans KR", sans-serif;
background-color: #eaedf0;
}
a:hover {
text-decoration: none;
}
/* v3 home */
.name {
padding-left: 3%;
border-left: 4px solid #007bff;
}
.hi-text {
font-size: 20px;
}
.name-text {
font-size: 60px;
}
.pro-text {
font-size: 25px;
}
.btn-intro {
padding-left: 3%;
padding-bottom: 10%;
}
.social {
padding-left: 5%;
}
.btn-know {
padding: 2% 5% 2% 5%;
border-radius: 50px !important;
cursor: pointer;
font-size: 18px;
font-weight: 500 !important;
border: 2px solid;
}
.social-icon {
padding: 2%;
background-color: #f9fafc !important;
color: #007bff !important;
border: 1px solid #007bff;
border-radius: 50%;
transition: 0.3s;
}
.social-icon:hover {
background-color: #007bff !important;
color: #f9fafc !important;
border: 1px solid #007bff;
}
.intro {
padding: 8% 0 8% 0;
}
.name-container {
padding-left: 15%;
}
.profile {
padding: 1%;
border: 1px solid #f9fafc;
width: 300px;
height: 300px;
}
.profile:hover {
-webkit-filter: grayscale(0);
filter: none;
}
@media only screen and (max-width: 768px) {
.name-container {
padding-left: 10%;
}
.profile {
width: 220px;
height: 220px;
}
.hi-text {
font-size: 15px;
}
.name-text {
font-size: 2.5rem;
}
.pro-text {
font-size: 1.25rem;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.name-container {
padding-left: 20%;
}
}
/* v3 about */
.about-back {
background-color: #dce6f1;
}
.about {
padding-top: 3% !important;
padding-bottom: 3% !important;
}
.about-content {
padding-left: 10% !important;
font-size: 17px;
}
.about-skill {
padding-right: 10% !important;
}
.contact-btn {
padding: 1.5%;
padding-left: 2%;
padding-right: 2%;
font-size: 17px;
border: 1px solid #007bff;
border-radius: 5%;
border-radius: 10px !important;
}
.contact-btn:hover {
color: #007bff !important;
}
.progress {
background-color: #f9fafc !important;
}
@media only screen and (max-width: 768px) {
.about-content {
padding-left: 5% !important;
padding-right: 5% !important;
}
.about-skill {
padding-left: 5% !important;
padding-right: 5% !important;
}
.about {
padding-top: 5% !important;
padding-bottom: 5% !important;
}
}
/* v3 projects */
.bg-pro {
padding: 0 !important;
opacity: 0.9;
}
.bg-pro img {
height: 300px;
width: 100%;
border-radius: 0.5rem !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.content-pro {
height: 300px;
background-color: #e5e4e2 !important;
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important;
}
.content-pro-top {
color: #3a3b3c !important;
height: 80%;
}
.pro-github {
color: #3a3b3c !important;
}
.pro:hover .pro-btn {
background-color: #3498db !important;
color: #f9fafc;
}
@media only screen and (max-width: 767px) {
.bg-pro {
opacity: 0.3;
position: relative;
}
.pro {
margin-left: 10% !important;
margin-right: 10% !important;
}
.bg-pro img {
height: 250px;
border-radius: 0.5rem !important;
}
.content-pro {
height: 250px;
background-color: transparent !important;
position: absolute;
top: 8px;
}
.content-pro-top {
height: 80%;
color: #6c757d;
}
.card-text {
color: #343a40;
}
.pro:hover .content-pro {
background-color: transparent !important;
color: #f9fafc;
}
.pro:hover .pro-btn {
color: #f9fafc;
}
.pro:hover .bg-pro {
opacity: 0.3;
}
}
/* v3 experience */
#nav-pills-out {
border-left: 1px solid #007bff;
}
.nav-pills .active {
padding-left: 20%;
color: #818181 !important;
background-color: transparent !important;
}
.nav-pills .active::before {
padding-left: 8%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
.ex {
list-style-type: none;
}
.ex .ex-item {
padding-left: 30px;
}
.ex-item::before {
padding-left: 8%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
.ex-ol {
list-style-type: decimal-leading-zero;
padding-top: 7%;
}
.ex-ol .ex-ol-li {
padding-bottom: 3%;
}
.ex-ol-ul {
max-width: 100%;
list-style-type: none;
padding-left: 0;
}
.ex-ol-ul li {
max-width: 100%;
padding-left: 10%;
}
.ex-ol-item::before {
padding-left: 15%;
content: "▹";
position: absolute;
left: 0px;
color: #007bff;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.ex-ol {
list-style-type: decimal-leading-zero;
padding-left: 15% !important;
padding-right: 15% !important;
}
.ex-ol-item::before {
padding-left: 17%;
content: "▹";
}
}
/* v3 education */
.education-back {
background-color: #e1e0e5;
}
.v-center {
display: flex;
align-items: center;
}
.edu {
width: 100%;
padding: 0;
}
.edu-item {
padding-right: 8%;
list-style: none;
}
.edu-item::before {
content: "\25C3";
position: absolute;
right: 0px;
}
.edu-img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.edu-item::before {
padding: 0%;
content: "▹";
position: absolute;
left: 30px;
}
.edu-item {
padding-left: 5%;
list-style: none;
padding-right: 2%;
}
.edu-img {
width: 100%;
height: 400px;
}
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
.edu-item::before {
padding: 0%;
padding-left: 18%;
content: "▹";
position: absolute;
left: 0px;
}
.edu-item {
padding-right: 18%;
padding-left: 18%;
list-style: none;
}
.edu-img {
width: 100%;
height: 400px;
}
}
/* v3 Achievements */
.achievements-back {
background-color: #dce6f1;
}
.achiv-card:hover {
filter: grayscale(100%);
}
.achiv-card {
height: 300px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.achiv {
min-height: 40%;
background: rgba(255, 255, 255, 0.9);
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
transition: 0.3s;
transition: ease-in-out 0.4s;
border-radius: 0.25rem !important;
}
.achiv-out {
max-width: 35% !important;
}
.achiv-head {
color: #3a3b3c !important;
}
@media only screen and (max-width: 768px) {
.achiv-out {
max-width: 100% !important;
}
}
/* v3 contact */
#contact {
font-size: 17px;
}
-116
View File
@@ -1,116 +0,0 @@
baseURL: "https://example.com"
languageCode: "en-us"
title: "Hugo-profile"
theme: "hugo-profile"
googleanalytics: UA-xxxxxxxx-x
disqusShortname: yourdiscussshortname
Paginate: 3
taxonomies:
tag: "tags"
category: "categories"
params:
favicon: "/images/hugo.png"
description: "A hugh performance hugo theme for personal website. It is single page portfolio. It has blog, contact sections also. Contact is powered by formspree."
disqus: ""
copyright: "2020"
# Background
custombackground: false
background: ""
backimg: ""
# Contact
contact: true
action: ""
emailname: ""
messagename: ""
# Navbar Menus
customMenus:
- name: "Blog"
Url: "/blog"
# Home
name: "Gurusabarish"
profile: "/images/avatar.webp"
github: "https://github.com/gurusabarish"
linkedin: "https://linkedin.com/in/gurusabarish"
twitter: "https://twitter.com/gurusabarishh"
instagram: "https://instagram.com/gurusabarishh"
# Do things
usedothings: true
usedefaultlogos: true
thing1: "Python"
thing2: "Machine learning"
thing3: "Things for web"
thing1_des: "I build something beautiful using Python."
thing2_des: "I train robust models for various tasks."
thing3_des: "I love to build things for web."
# About
profile_image: "/images/gurusabarish.webp"
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer.
I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
descripe_l2_person: "This is just a example for about section. You can easily change with the help of cofig file."
job: "your role"
resume: ""
#projects
projects:
- title: "Project name"
image: "/images/project.webp"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/performance.webp"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project.webp"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/performance.webp"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/project.webp"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
- title: "Project name"
image: "/images/performance.webp"
description: "This is your description"
secoundarylink: true
secoundaryurlname: "Secoundary link"
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
sourceurl: "https://github.com/gurusabarish/hugo-profile"
Author:
name: "Gurusabarish"
website: "https://github.com/gurusabarish"
-147
View File
@@ -1,147 +0,0 @@
---
title: "Markdown syntax"
date: 2020-08-13T23:03:58+05:30
draft: false
subtitle: "Javascript"
bg_image: "/images/bg-image.jpg"
description: "Markdown syntax"
author: "Gurusabarish"
github_link: "https://github.com/gurusabarish/hugo-profile"
tags:
- markdown
- css
- html
- themes
- blog
---
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.
<!--more-->
## Headings
The following HTML `<h1>``<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
# H1
## H2
### H3
#### H4
##### H5
###### H6
## Paragraph
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
## Blockquotes
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
#### Blockquote without attribution
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use *Markdown syntax* within a blockquote.
#### Blockquote with attribution
> Don't communicate by sharing memory, share memory by communicating.</p>
> — <cite>Rob Pike[^1]</cite>
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
## Tables
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
| Name | Age |
| ----- | --- |
| Bob | 27 |
| Alice | 23 |
#### Inline Markdown within tables
| Inline&nbsp;&nbsp;&nbsp; | Markdown&nbsp;&nbsp;&nbsp; | In&nbsp;&nbsp;&nbsp; | Table |
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
| *italics* | **bold** | ~~strikethrough~~&nbsp;&nbsp;&nbsp; | `code` |
## Code Blocks
#### Code block with backticks
``` html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
```
#### Code block indented with four spaces
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
#### Code block with Hugo's internal highlight shortcode
{{< highlight html >}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
{{< /highlight >}}
## List Types
#### Ordered List
1. First item
2. Second item
3. Third item
#### Unordered List
* List item
* Another item
* And another item
#### Nested list
* Item
1. First Sub-item
2. Second Sub-item
## Other Elements — abbr, sub, sup, kbd, mark
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
H<sub>2</sub>O
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
-145
View File
@@ -1,145 +0,0 @@
---
title: "Markdown syntax"
date: 2020-08-15T13:22:10+05:30
draft: false
subtitle: "Javascript"
github_link: "https://github.com/gurusabarish/hugo-profile"
author: "Gurusabarish"
tags:
- markdown
- css
- blog
bg_image: "/images/bg-image-4.jpg"
description: "Markdown syntax"
---
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.
<!--more-->
## Headings
The following HTML `<h1>``<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
# H1
## H2
### H3
#### H4
##### H5
###### H6
## Paragraph
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
## Blockquotes
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
#### Blockquote without attribution
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use *Markdown syntax* within a blockquote.
#### Blockquote with attribution
> Don't communicate by sharing memory, share memory by communicating.</p>
> — <cite>Rob Pike[^1]</cite>
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
## Tables
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
| Name | Age |
| ----- | --- |
| Bob | 27 |
| Alice | 23 |
#### Inline Markdown within tables
| Inline&nbsp;&nbsp;&nbsp; | Markdown&nbsp;&nbsp;&nbsp; | In&nbsp;&nbsp;&nbsp; | Table |
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
| *italics* | **bold** | ~~strikethrough~~&nbsp;&nbsp;&nbsp; | `code` |
## Code Blocks
#### Code block with backticks
``` html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
```
#### Code block indented with four spaces
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
#### Code block with Hugo's internal highlight shortcode
{{< highlight html >}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
{{< /highlight >}}
## List Types
#### Ordered List
1. First item
2. Second item
3. Third item
#### Unordered List
* List item
* Another item
* And another item
#### Nested list
* Item
1. First Sub-item
2. Second Sub-item
## Other Elements — abbr, sub, sup, kbd, mark
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
H<sub>2</sub>O
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
-145
View File
@@ -1,145 +0,0 @@
---
title: "Markdown syntax"
date: 2020-08-14T13:30:29+05:30
draft: false
subtitle: "Javascript"
author: "Gurusabarish"
github_link: "https://github.com/gurusabarish/hugo-profile"
tags:
- blog
- theme
- javascript
bg_image: "/images/bg-image-5.jpg"
description: "Markdown syntax"
---
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.
<!--more-->
## Headings
The following HTML `<h1>``<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
# H1
## H2
### H3
#### H4
##### H5
###### H6
## Paragraph
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
## Blockquotes
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
#### Blockquote without attribution
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use *Markdown syntax* within a blockquote.
#### Blockquote with attribution
> Don't communicate by sharing memory, share memory by communicating.</p>
> — <cite>Rob Pike[^1]</cite>
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
## Tables
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
| Name | Age |
| ----- | --- |
| Bob | 27 |
| Alice | 23 |
#### Inline Markdown within tables
| Inline&nbsp;&nbsp;&nbsp; | Markdown&nbsp;&nbsp;&nbsp; | In&nbsp;&nbsp;&nbsp; | Table |
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
| *italics* | **bold** | ~~strikethrough~~&nbsp;&nbsp;&nbsp; | `code` |
## Code Blocks
#### Code block with backticks
``` html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
```
#### Code block indented with four spaces
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
#### Code block with Hugo's internal highlight shortcode
{{< highlight html >}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
{{< /highlight >}}
## List Types
#### Ordered List
1. First item
2. Second item
3. Third item
#### Unordered List
* List item
* Another item
* And another item
#### Nested list
* Item
1. First Sub-item
2. Second Sub-item
## Other Elements — abbr, sub, sup, kbd, mark
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
H<sub>2</sub>O
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
-143
View File
@@ -1,143 +0,0 @@
---
title: "Markdown syntax"
date: 2020-09-28T16:19:06+05:30
draft: false
subtitle: ""
github_link: "https://github.com/gurusabarish/hugo-profile"
author: ""
tags:
- markdown
bg_image: ""
description: "Markdown syntax"
---
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.
<!--more-->
## Headings
The following HTML `<h1>``<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
# H1
## H2
### H3
#### H4
##### H5
###### H6
## Paragraph
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
## Blockquotes
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
#### Blockquote without attribution
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
> **Note** that you can use *Markdown syntax* within a blockquote.
#### Blockquote with attribution
> Don't communicate by sharing memory, share memory by communicating.</p>
> — <cite>Rob Pike[^1]</cite>
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
## Tables
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
| Name | Age |
| ----- | --- |
| Bob | 27 |
| Alice | 23 |
#### Inline Markdown within tables
| Inline&nbsp;&nbsp;&nbsp; | Markdown&nbsp;&nbsp;&nbsp; | In&nbsp;&nbsp;&nbsp; | Table |
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
| *italics* | **bold** | ~~strikethrough~~&nbsp;&nbsp;&nbsp; | `code` |
## Code Blocks
#### Code block with backticks
``` html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
```
#### Code block indented with four spaces
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
#### Code block with Hugo's internal highlight shortcode
{{< highlight html >}}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
{{< /highlight >}}
## List Types
#### Ordered List
1. First item
2. Second item
3. Third item
#### Unordered List
* List item
* Another item
* And another item
#### Nested list
* Item
1. First Sub-item
2. Second Sub-item
## Other Elements — abbr, sub, sup, kbd, mark
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
H<sub>2</sub>O
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

-84
View File
@@ -1,84 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="350px" height="302px" viewBox="0 0 350 302" style="enable-background:new 0 0 350 302;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F9C758;}
.st1{fill:#FAFAFA;}
.st2{fill:#9B9B9B;}
.st3{fill:#B3B3B3;}
.st4{fill:#CFCFCF;}
.st5{fill:#FFFFFF;}
.st6{fill:#464646;}
.st7{fill:#FC86B4;}
.st8{fill:#D66DF7;}
.st9{fill:#D3D2D1;}
.st10{fill:#FBC39D;}
.st11{fill:#9DF9E1;}
.st12{fill:#565656;}
</style>
<g>
<path class="st0" d="M288.9,160.7h-16.1c-0.3,0-0.5,0.2-0.5,0.5v12.2c0,3.6,2.9,6.4,6.4,6.4h4.3c3.6,0,6.4-2.9,6.4-6.4v-12.2
C289.4,161,289.2,160.7,288.9,160.7z"/>
<path class="st0" d="M287,177.8c3.6-2,9.9-8.1,8.8-12.4c-0.3-1.1-1-2-2-2.5c-2.4-1.1-5.8,0.2-6.2,0.4l1.1,2.4
c0.8-0.3,2.9-0.9,3.8-0.4c0.2,0.1,0.4,0.2,0.5,0.7c0.6,2.5-4.3,7.7-7.5,9.5L287,177.8z"/>
</g>
<path class="st1" d="M213.4,165.1H77.9c-1.8,0-3.3-1.5-3.3-3.3V83.5c0-1.8,1.5-3.3,3.3-3.3h135.5c1.8,0,3.3,1.5,3.3,3.3v78.3
C216.7,163.6,215.2,165.1,213.4,165.1z"/>
<path class="st2" d="M161.7,176.2c-0.5-1.4-0.7-2.8-0.7-4.3v-6.8h-15.3H145h-13.7v6.8c0,1.5-0.2,2.9-0.7,4.3c-0.7,1.9-2.1,4-4.6,4
h19h0.7h20.6C163.8,180.2,162.4,178.1,161.7,176.2z"/>
<path class="st3" d="M300.3,189.3H65.8c-1.2,0-2.1-0.9-2.1-2.1v-4.9c0-1.2,0.9-2.1,2.1-2.1h234.4c1.2,0,2.1,0.9,2.1,2.1v4.9
C302.4,188.4,301.5,189.3,300.3,189.3z"/>
<path class="st4" d="M213.4,151.6H77.9c-1.8,0-3.3-1.5-3.3-3.3V70c0-1.8,1.5-3.3,3.3-3.3h135.5c1.8,0,3.3,1.5,3.3,3.3v78.3
C216.7,150.1,215.2,151.6,213.4,151.6z"/>
<rect x="80.1" y="71.3" class="st5" width="131.3" height="74.7"/>
<path class="st5" d="M280.4,156.1c0.5-0.2,1.1-0.5,1.5-0.8c0.5-0.3,0.9-0.8,1.1-1.2c0.2-0.5,0.2-0.9-0.1-1.3c-0.3-0.4-0.7-0.7-1.1-1
c-0.5-0.3-1-0.5-1.5-0.7c-0.2-0.1-0.6-0.2-0.9-0.3s-0.6-0.3-0.9-0.5c-1.2-0.7-2.3-1.6-3.2-2.8c-0.9-1.1-1.6-2.5-2-3.9
c-0.4-1.5-0.6-3-0.3-4.7c0.2-0.8,0.4-1.7,0.9-2.6c0.4-0.9,1.1-1.7,1.9-2.4s1.8-1.2,2.8-1.5s2-0.4,3-0.5h1c2.3,0,4.3,1.8,4.3,4.2
c0,2.3-1.8,4.3-4.2,4.3c-0.7,0-1.3-0.2-1.9-0.4c-0.5-0.2-0.8-0.4-1.1-0.4c-0.3,0-0.8,0.3-1.2,0.9c-0.4,0.6-0.6,1.5-0.6,2.4
s0.1,1.9,0.5,2.8c0.4,0.9,0.9,1.8,1.6,2.6c0.2,0.2,0.4,0.4,0.6,0.5c0.2,0.2,0.4,0.3,0.7,0.5c0.5,0.4,1,0.8,1.5,1.3s0.9,1,1.2,1.8
c0.1,0.4,0.2,0.8,0.1,1.1c-0.1,0.4-0.2,0.7-0.4,1c-0.4,0.6-0.9,0.9-1.4,1.3c-0.5,0.3-1.1,0.6-1.6,0.9c-0.1,0.1-0.3,0-0.3-0.1
C280.2,156.3,280.3,156.1,280.4,156.1L280.4,156.1L280.4,156.1z"/>
<path class="st6" d="M108.6,132.2c0.1,0.1,0.3,0,0.4-0.1l2.5-2.5l1.8,3.6c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0,0.1,0,0.2,0l1.5-0.8
c0.1,0,0.1-0.1,0.2-0.2c0-0.1,0-0.2,0-0.3l-1.7-3.3h3.3c0.1,0,0.3-0.1,0.3-0.2c0.1-0.1,0-0.3-0.1-0.4l-8.3-7.6
c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0.1-0.2,0.2-0.2,0.3v11.1C108.4,132,108.5,132.1,108.6,132.2z"/>
<rect x="92.8" y="87.5" class="st7" width="20.7" height="10.5"/>
<rect x="118.5" y="87.5" class="st8" width="56.3" height="10.5"/>
<rect x="92.8" y="105.4" class="st0" width="48.5" height="3"/>
<rect x="92.8" y="113.2" class="st0" width="42.6" height="3"/>
<g>
<path class="st9" d="M277,76.2c-13.7,0-24.8-11.1-24.8-24.8s11.1-24.8,24.8-24.8s24.8,11.1,24.8,24.8
C301.9,65.1,290.7,76.2,277,76.2z M277,30.1c-11.7,0-21.3,9.5-21.3,21.3s9.5,21.3,21.3,21.3s21.3-9.5,21.3-21.3
S288.7,30.1,277,30.1z"/>
<path class="st9" d="M277.6,52.9h-16.1c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h15.2v-16c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
v16.8C278.5,52.4,278.1,52.9,277.6,52.9z"/>
</g>
<path class="st10" d="M186.1,176.2L111,181c-6.5,0.4-12-4.5-12.5-11l0,0c-0.4-6.5,4.5-12,11-12.5l75.1-4.8c3.9-0.3,7.3,2.7,7.6,6.7
l0.6,9.1C193,172.5,190,175.9,186.1,176.2z"/>
<path class="st11" d="M138.2,131.5L101,157.7c-4.9,3.5-6.2,10.2-2.9,15.2l0,0c2.5,3.8,7.1,5.8,11.6,4.9c16.4-3.3,54-11,53.6-12.3
c-0.3-1-4.5-15.9-7.8-27.9C153.3,130.2,144.5,127.1,138.2,131.5z"/>
<path class="st10" d="M163.4,176.2l75.1,4.8c6.5,0.4,12-4.5,12.5-11l0,0c0.4-6.5-4.5-12-11-12.5l-75.1-4.8c-3.9-0.3-7.3,2.7-7.6,6.7
l-0.6,9.1C156.5,172.5,159.5,175.9,163.4,176.2z"/>
<path class="st11" d="M211.3,131.5l37.2,26.2c4.9,3.5,6.2,10.2,2.9,15.2l0,0c-2.5,3.8-7.1,5.8-11.6,4.9c-16.4-3.3-54-11-53.6-12.3
c0.3-1,4.5-15.9,7.8-27.9C196.2,130.2,205,127.1,211.3,131.5z"/>
<g>
<ellipse class="st6" cx="145.6" cy="91.2" rx="7.3" ry="7.6"/>
<ellipse class="st6" cx="200.6" cy="91.2" rx="7.3" ry="7.6"/>
<path class="st6" d="M170.9,131.7L170.9,131.7c0.7,0.1,1.5,0.2,2.2,0.2l0,0c2.3,0,4.6-0.3,6.7-0.9c0,0,0,0,0-0.1
c11.9-3.1,20.7-14.3,20.7-27.7V69.8c0-15.8-12.3-13.3-27.5-13.3l0,0c-15.2,0-27.5-2.5-27.5,13.3v33.5
C145.6,118.2,156.7,130.5,170.9,131.7z"/>
<path class="st6" d="M195,92.2v9h-9.7c0,0-2.4-6.5-12.2-6.5s-12.2,6.5-12.2,6.5h-9.7v-9c0-3.6-3.3-4.7-5.5-5.1v16.1
c0,15,11.1,27.3,25.2,28.4l0,0c0.8,0.1,1.5,0.1,2.3,0.1s1.5,0,2.3-0.1l0,0c14.1-1.2,25.2-13.5,25.2-28.4V87.1
C198.4,87.5,195,88.7,195,92.2z"/>
<path class="st6" d="M193.3,45.5c-7.5-1.1-19.2-1.2-27.8,5.8c-0.2,0.2-0.4,0.4-0.5,0.5h-6.8c-7,0-12.6,4.9-12.6,11V69v14.2v17.4
c1.3,0,2.3-1.1,2.3-2.4V73.9c0,0,0.4-7.7,7.4-7.7h16h0.1h18.2c7.5,0,8.4,6.8,8.5,7.7v24.5c0,1.3,1,2.4,2.3,2.4V83.4V69.1v-5.5
l0.1-9.5C200.7,49.8,197.5,46.1,193.3,45.5z"/>
</g>
<rect x="147.1" y="62.1" class="st6" width="53.1" height="46"/>
<path class="st12" d="M188,275.3h-30c-21,0-37.9-18.3-37.9-40.9l9.5-82c3.3-21.9,23.5-35.9,44-35.9l0,0c20.7,0,41.1,14.4,44.1,36.5
l8.3,81.4C226,256.9,209,275.3,188,275.3z"/>
<path class="st4" d="M180,299.2h-13.6c-1.5,0-2.7-1.2-2.7-2.7V187.2c0-1.5,1.2-2.7,2.7-2.7H180c1.5,0,2.7,1.2,2.7,2.7v109.3
C182.7,298,181.5,299.2,180,299.2z"/>
<path class="st6" d="M184.5,194.7H161c-2.9,0-5.2-2.3-5.2-5.2v-9.9c0-2.9,2.3-5.2,5.2-5.2h23.5c2.9,0,5.2,2.3,5.2,5.2v9.9
C189.8,192.4,187.4,194.7,184.5,194.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

+42
View File
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo-profile</title><link>https://hugo-profile.netlify.app/</link><description>Recent content on Hugo-profile</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 04 May 2021 11:30:13 +0530</lastBuildDate><atom:link href="https://hugo-profile.netlify.app/index.xml" rel="self" type="application/rss+xml"/><item><title>Example project with details</title><link>https://hugo-profile.netlify.app/project/example/</link><pubDate>Tue, 04 May 2021 11:30:13 +0530</pubDate><guid>https://hugo-profile.netlify.app/project/example/</guid><description/></item><item><title>Markdown Syntax</title><link>https://hugo-profile.netlify.app/blog/markdown-syntax/</link><pubDate>Sat, 03 Apr 2021 23:29:21 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/markdown-syntax/</guid><description>&lt;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.&lt;/p></description></item><item><title>Emoji Support</title><link>https://hugo-profile.netlify.app/blog/emoji-support/</link><pubDate>Sat, 03 Apr 2021 22:53:58 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/emoji-support/</guid><description>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 sites configuration and then you can type emoji shorthand codes directly in content files; e.g.
The Emoji cheat sheet is a useful reference for emoji shorthand codes.
N.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform.</description></item><item><title>Placeholder Text</title><link>https://hugo-profile.netlify.app/blog/placeholder-text/</link><pubDate>Sat, 03 Apr 2021 22:41:10 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/placeholder-text/</guid><description>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 cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
Exierant elisi ambit vivere dedere Duce pollice Eris modo Spargitque ferrea quos palude Rursus nulli murmur; hastile inridet ut ab gravi sententia!</description></item><item><title>Rich Content</title><link>https://hugo-profile.netlify.app/blog/rich-content/</link><pubDate>Sat, 03 Apr 2021 19:53:33 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/rich-content/</guid><description>Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
Gist Simple Shortcode {{&amp;lt; gist spf13 7896402 &amp;quot;img.html&amp;quot; &amp;gt;}}
Twitter Simple Shortcode {{&amp;lt; tweet 877500564405444608 &amp;gt;}}
Hugo 0.24 Released: Big archetype update + @Netlify _redirects etc. file supporthttps://t.co/X94FmYDEZJ #gohugo #golang @spf13 @bepsays
&amp;mdash; GoHugo.io (@GoHugoIO) June 21, 2017 Vimeo Simple Shortcode {{&amp;lt; vimeo 146022717 &amp;gt;}}</description></item></channel></rss>
+63
View File
@@ -0,0 +1,63 @@
function setCookie(name,value,days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days*24*60*60*1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
function getDarkmodeSetting() {
switch(getCookie("darkmode")) {
case "true":
return true;
case "false":
return false;
default:
return null;
}
}
function setDarkmodeSetting(value) {
if (value) {
setCookie("darkmode", "true", 100);
} else {
setCookie("darkmode", "false", 100);
}
}
function switchDarkmodeSetting() {
const darkmode = getDarkmodeSetting();
switch(darkmode) {
case true:
setDarkmodeSetting(false);
break;
case false:
setDarkmodeSetting(true);
break;
default:
setDarkmodeSetting(true);
break;
}
}
const check_darkmode = getDarkmodeSetting();
const darkmode_prefer = window.matchMedia('(prefers-color-scheme: dark)').matches;
if (darkmode_prefer && check_darkmode === null) {
autoDarkMode();
setDarkmodeSetting(true);
} else if (check_darkmode) {
autoDarkMode();
}
File diff suppressed because one or more lines are too long
View File
-33
View File
@@ -1,33 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{- partial "head.html" . -}}
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
</head>
<body>
{{- partial "header.html" . -}}
<div class="bg-light row justify-centent-center py-5">
<div class="display-4 font-weight-bold text-center col p-5">
404 page not found
<div class="text-center p-5">
<a href="{{ .Site.BaseURL }}" class="font-weight-bold btn btn-primary rounded-pill p-3 mb-2">Back to our
site</a>
</div>
</div>
</div>
<div class="fixed-bottom">
{{- partial "footer.html" . -}}
</div>
</div>
{{- partial "scripts.html" . -}}
</body>
</html>
-24
View File
@@ -1,24 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{- partial "head.html" . -}}
{{- block "head" . -}}{{- end }}
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/blog.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Peddana&display=swap" rel="stylesheet">
</head>
<body>
{{- partial "header.html" . -}}
{{- block "main" . -}}{{- end }}
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>
</html>
-81
View File
@@ -1,81 +0,0 @@
{{ define "head"}}
<meta name="description" content="blog of {{ .Site.Title}}" />
<title>blog</title>
{{ end }}
{{ define "main" }}
<section class="bg-light">
<div class="container-fluid">
<div class="row pt-3 justify-content-center">
<div class="col-lg-6 col-md-6">
{{ range .Paginator.Pages }}
<div class="mb-4">
<div class="card border-bottom-primary shadow pb-2">
{{ if .Params.tags }}
<h5 class="card-header m-0">
{{ if .Params.tags }}
{{ range $tags := .Params.tags }}
{{ with $.Site.GetPage (printf "/tags/%s" $tags) }}
<a href="{{ .RelPermalink }}" class="btn btn-info btn-rounded mb-2">{{ $tags }}</a>
{{ end }}
{{ end }}
{{ end }}
</h5>
{{ end }}
<a class="text-decoration-none" href="{{ .Permalink }}">
<div class="card-body">
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">{{ .Title }}</div>
<div class="text-muted">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
<path fill-rule="evenodd"
d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
</svg>
{{ dateFormat "Jan 2, 2006" .Date }}
{{ if .Params.author }}
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
{{ .Params.author }}
{{ end }}
</div>
</div>
</a>
</div>
</div>
{{ end }}
{{ template "_internal/pagination.html" . }}
<div class="row justify-content-center pt-3">
<div class="col-lg-7 col-md-7">
<div class=" mb-4">
<div class="card shadow p-0">
<h5 class="card-header m-0 bg-warning">Tags</h5>
<div class=" card-body">
{{range $name, $taxonomy := .Site.Taxonomies.tags}}
{{ with $.Site.GetPage (printf "/tags/%s" $name) }}
<a href="{{ .RelPermalink }}" class="btn btn-warning rounded-pill mb-2">{{$name}}</a>
{{end}}
{{end}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{{ end }}
-107
View File
@@ -1,107 +0,0 @@
{{ define "head"}}
<meta name="description" content="{{ .Params.description }}" />
<title>{{ .Title }}</title>
{{ end }}
{{ define "main" }}
<section class="bg-light">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-8">
<!-- title and date -->
<div class="p-2">
<h1>{{.Title}}</h1>
<div class="text-muted">
<!-- Date -->
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
<path fill-rule="evenodd"
d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
</svg>
{{ dateFormat "Jan 2, 2006" .Date }}
<!-- Author -->
{{ if .Params.author }}
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
{{ .Params.author }}
{{ end }}
<!-- Edit in Github -->
{{ if .Params.github_link }}
<a href="{{ .Params.github_link }}" target="_blank" title="Edit on github">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-pencil float-right" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M11.293 1.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-9 9a1 1 0 0 1-.39.242l-3 1a1 1 0 0 1-1.266-1.265l1-3a1 1 0 0 1 .242-.391l9-9zM12 2l2 2-9 9-3 1 1-3 9-9z" />
<path fill-rule="evenodd"
d="M12.146 6.354l-2.5-2.5.708-.708 2.5 2.5-.707.708zM3 10v.5a.5.5 0 0 0 .5.5H4v.5a.5.5 0 0 0 .5.5H5v.5a.5.5 0 0 0 .5.5H6v-1.5a.5.5 0 0 0-.5-.5H5v-.5a.5.5 0 0 0-.5-.5H3z" />
</svg>
</a>
{{ end}}
</div>
</div>
{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
{{ $.Scratch.Add "path" .Site.BaseURL }}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item" aria-current="page">
<a href="/">home</a>
</li>
{{ range $index, $element := split $url "/" }}
{{ $.Scratch.Add "path" $element }}
{{ if ne $element "" }}
<li class="breadcrumb-item" aria-current="page">
<a href='{{ $.Scratch.Get "path" }}'>{{ . }}</a>
</li>
{{ $.Scratch.Add "path" "/" }}
{{ end }}
{{ end }}
</ol>
</nav>
<!-- image -->
<div class="py-2">
{{ with .Params.bg_image }}
<img class="img-fluid" src="{{ . }}">
{{ end }}
</div>
<!-- content -->
<article>
{{.Content}}
</article>
<!-- Tags -->
<div class="mb-4 p-5">
<div class="card">
<h5 class="card-header m-0">Tags</h5>
<div class=" card-body">
{{ if .Params.tags }}
{{ range $tags := .Params.tags }}
{{ with $.Site.GetPage (printf "/tags/%s" $tags) }}
<a href="{{ .RelPermalink }}" class="btn btn-info btn-rounded mb-2">{{ $tags }}</a>
{{ end }}
{{ end }}
{{ end }}
</div>
</a>
</div>
</div>
{{ template "_internal/disqus.html" . }}
</div>
</div>
</div>
</section>
{{ end }}
-29
View File
@@ -1,29 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{- .Site.Title -}}</title>
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/index.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
<meta name="description" content="{{ .Site.Params.description }}">
{{ template "_internal/google_analytics.html" . }}
{{- partial "head.html" . -}}
</head>
<body>
{{- partial "sections/home.html" . -}}
{{- partial "sections/blog.html" . -}}
{{- partial "sections/about.html" . -}}
{{- partial "sections/do_things.html" . -}}
{{- partial "sections/projects.html" . -}}
{{- partial "sections/contact.html" . -}}
{{- partial "footer.html" . -}}
{{- partial "scripts.html" . -}}
</body>
</html>
-29
View File
@@ -1,29 +0,0 @@
<footer class="footer py-3 text-muted text-center">
<p>
<div class="footer-site text-uppercase pb-2 font-weight-bold"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></div>
&copy; {{ .Site.Params.copyright }} All Rights Reserved<br>
Made with
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
</svg>
and
<a href="https://gohugo.io" aria-label="hugo">Hugo</a>
by
{{- if .Site.Author.name }}
{{- if .Site.Author.website }}
<a href="{{ .Site.Author.website }}" aria-label="github handle">{{ .Site.Author.name }}</a>
{{- else }}
{{ .Site.Author.name }}
{{- end }}
{{- end }}
</p>
</footer>
-9
View File
@@ -1,9 +0,0 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="{{ .Site.Params.favicon | default "/images/favicon.png"}}" type="image/gif">
<!-- Header and Footer -->
<link rel="stylesheet" href="/css/head_foot.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
-34
View File
@@ -1,34 +0,0 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand text-dark" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
<button class="navbar-toggler" 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">
<li class="nav-item">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#projects">Projects</a>
</li>
{{ if .Site.Params.contact }}
<li class="nav-item">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#contact">Contact</a>
</li>
{{ end }}
{{ range site.Params.customMenus }}
<li class="nav-item">
<a class="nav-link text-dark" href="{{.Url}}">{{ .name }}</a>
</li>
{{ end }}
</ul>
</div>
</div>
</nav>
-3
View File
@@ -1,3 +0,0 @@
<!-- javascripts -->
<script src="/js/jquery.slim.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
-70
View File
@@ -1,70 +0,0 @@
<section>
<div class="about p-3" id="about">
<div class="container">
<div class="about-me text-center font-weight-bold text-secondary">About Me</div>
<div class="row justify-content-center ">
<div class="col-lg-3 pt-4 text-center">
<img src="{{ .Site.Params.profile_image }}" width="200px" alt="{{ .Site.Params.name }}"
class="rounded">
<div class="about-me jop font-weight-bold text-secondary">{{ .Site.Params.job }}</div>
{{ if .Site.Params.linkedin }}
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
<svg class="text-primary" width="2em" height="2em" fill="currentColor"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
</svg>
</a>
{{ end }}
</div>
<div class="col-lg-7 pt-3 ">
<div class="about-content text-dark p-3">
{{ .Site.Params.descripe_l1_person }}
<br><br>
{{ .Site.Params.descripe_l2_person }}
</div>
<div class="social p-4">
<a href="{{ .Site.Params.resume | default "#" }}" class="btn btn-info" role="button"
aria-pressed="true">
Resume
</a>
{{ if .Site.Params.github }}
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
<svg width="2em" height="2em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
</svg>
</a>
{{ end }}
{{ if .Site.Params.twitter }}
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
<svg width="2em" height="2em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z" />
</svg>
</a>
{{ end }}
{{ if .Site.Params.instagram }}
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
<svg width="2em" height="2em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z" />
</svg>
</a>
{{ end }}
</div>
</div>
</div>
</div>
</div>
</section>
-23
View File
@@ -1,23 +0,0 @@
<section>
<div class="p-3 blog-back">
<div class="container">
<div class="text-center pb-3">
<div class="recent-posts">Recent posts</div>
</div>
<div class="container">
<div class="row">
{{ range first 4 (where site.RegularPages.ByDate.Reverse "Type" "in" site.Params.mainSections )}}
<div class="col-lg-3 col-md-5 pb-3 post-card">
<a href="{{ .RelPermalink }}">
<span class="text-secondary">{{ .Date.Format "January 2, 2006" }}</span>
<div class="text-dark">
{{ .Title }}
</div>
</a>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</section>
-29
View File
@@ -1,29 +0,0 @@
{{ if .Site.Params.contact }}
<section id="contact">
<div class="contact bg-danger text-white">
<div class="text-center p-3 font-weight-bold contact-head">Get In Tough</div>
<div class="p-3 container">
<div class="row justify-content-center">
<div class="col-lg-7">
<form action="{{ .Site.Params.action }}" method="POST">
<div class="form-group">
<label for="exampleFormControlInput1">Email</label>
<input type="email" class="form-control" id="exampleFormControlInput1"
placeholder="example@gmail.com" name="{{ .Site.Params.emailname }}">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"
name="{{ .Site.Params.messagename }}" placeholder="Type something"></textarea>
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
{{ end }}
-84
View File
@@ -1,84 +0,0 @@
{{ if .Site.Params.usedothings }}
<section>
<div class="pt-3 do-things text-center" id="do-things">
<div class="container">
<div class="things-i-do text-primary font-weight-bold">
Things I do
</div>
<div class="do-things-card">
<div class="row pb-5 justify-content-center">
<!-- Thing 1 -->
<div class="col-lg-3">
<div class="things shadow rounded p-4 mt-5 bg-warning">
{{ if .Site.Params.usedefaultlogos }}
<svg width="3em" height="3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path
d="M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z" />
</svg>
{{ end }}
<div class="p-2 font-weight-bold">
{{ if .Site.Params.thing1 }}
{{ .Site.Params.thing1 }}
{{ end }}
</div>
<div class="py-4 things-text text-primary">
{{ if .Site.Params.thing1_des }}
{{ .Site.Params.thing1_des }}
{{ end }}
</div>
</div>
</div>
<!-- Thing 2 -->
<div class="col-lg-3">
<div class="things shadow rounded p-4 mt-5 bg-warning">
{{ if .Site.Params.usedefaultlogos }}
<svg width="3em" height="3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
<path
d="M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z" />
</svg>
{{ end }}
<div class="p-2 font-weight-bold">
{{ if .Site.Params.thing2 }}
{{ .Site.Params.thing2 }}
{{ end }}
</div>
<div class="py-4 things-text text-primary">
{{ if .Site.Params.thing2_des }}
{{ .Site.Params.thing2_des }}
{{ end }}
</div>
</div>
</div>
<!-- Thing 3 -->
<div class="col-lg-3">
<div class="things shadow rounded p-4 mt-5 bg-warning">
{{ if .Site.Params.usedefaultlogos }}
<svg width="3em" height="3em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<path
d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z" />
</svg>
{{ end }}
<div class="p-2 font-weight-bold">
{{ if .Site.Params.thing3 }}
{{ .Site.Params.thing3 }}
{{ end }}
</div>
<div class="py-4 things-text text-primary">
{{ if .Site.Params.thing3_des }}
{{ .Site.Params.thing3_des }}
{{ end }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
{{ end }}
-125
View File
@@ -1,125 +0,0 @@
{{ $backgroundImage:= "images/background.png" }}
{{ $backimg:= "images/guru.svg" }}
{{ if .Site.Params.custombackground }}
{{ $backgroundImage = .Site.Params.background }}
{{ $backimg = .Site.Params.backimg }}
{{ end }}
<section>
<div class="home" style="background-image: url('{{ $backgroundImage | absURL }}');">
<nav class="navbar navbar-expand-lg navbar-light bg-transperant">
<div class="container">
<a class="navbar-brand text-dark" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
<button class="navbar-toggler" 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">
<li class="nav-item navbar-text">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#home" aria-label="home">Home</a>
</li>
<li class="nav-item navbar-text">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#about" aria-label="about">About</a>
</li>
<li class="nav-item navbar-text">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#projects"
aria-label="projects">Projects</a>
</li>
{{ if .Site.Params.contact }}
<li class="nav-item navbar-text">
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#contact"
aria-label="contact">Contact</a>
</li>
{{ end }}
{{ range site.Params.customMenus }}
<li class="nav-item navbar-text">
<a class="nav-link text-dark" href="{{.Url}}" aria-label="{{ .name }}">{{ .name }}</a>
</li>
{{ end }}
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row justify-content-center" id="home">
<div class="text-white col-lg-8">
<div class="name-intro">
Hi there, I'm
<h1 class="name">{{ .Site.Params.name }}</h1>
<!-- socialmedia -->
<div class="social">
{{ if .Site.Params.github }}
<a class="text-white" href="{{ .Site.Params.github }}" aria-label="github">
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
</svg>
</a>
{{ end }}
{{ if .Site.Params.linkedin }}
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
</svg>
</a>
{{ end }}
{{ if .Site.Params.twitter }}
<a class="text-white" href="{{ .Site.Params.twitter }}" aria-label="twitter">
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z" />
</svg>
</a>
{{ end }}
{{ if .Site.Params.instagram }}
<a class="text-white" href="{{ .Site.Params.instagram }}" aria-label="instagram">
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512">
<path
d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z" />
</svg>
</a>
{{ end }}
</div>
</div>
<!-- image -->
<div class="row profile text-center">
<br>
<img src="{{ .Site.Params.profile | default "/images/avatar-370-456322.webp"}}" width="150px"
class="rounded-circle img-fluid" alt="{{ .Site.Params.name }}">
</div>
</div>
<div class="col-lg-3 home-content d-none d-md-block"
style="background-image: url('{{ $backimg | absURL }}');"></div>
</div>
<div class="row know-more ">
<div class="container p-3 rounded text-center">
<a href="#about" class="text-info">
know more
<br>
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-down" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
-46
View File
@@ -1,46 +0,0 @@
<section>
<div class="projects p-3" id="projects">
<div class="container">
<div class="project-heading text-center text-white container pb-3">Projects</div>
<div class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row justify-content-center">
{{ range .Site.Params.projects }}
<div class="col-md-4 mb-3">
<div class="card">
<img class="img-fluid" src="{{ .image }}" alt="{{ .title }}">
<div class="card-body">
<div class="card-title">{{ .title }}</div>
<p class="card-text">{{ .description}}</p>
{{ if .secoundarylink}}
<a href="{{ .secoundaryurl }}" class="btn btn-info" aria-label="{{ .secoundaryurlname }}">{{ .secoundaryurlname }}</a>
{{ end }}
{{ if .sourceurl }}
<a class="text-dark" href="{{ .sourceurl }}" aria-label="github">
<svg width="2em" height="2em" fill="currentColor"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
</svg>
</a>
{{ end }}
</div>
</div>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects on Hugo-profile</title><link>https://hugo-profile.netlify.app/project/</link><description>Recent content in Projects on Hugo-profile</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 04 May 2021 11:30:13 +0530</lastBuildDate><atom:link href="https://hugo-profile.netlify.app/project/index.xml" rel="self" type="application/rss+xml"/><item><title>Example project with details</title><link>https://hugo-profile.netlify.app/project/example/</link><pubDate>Tue, 04 May 2021 11:30:13 +0530</pubDate><guid>https://hugo-profile.netlify.app/project/example/</guid><description/></item></channel></rss>
+1
View File
@@ -0,0 +1 @@
<!doctype html><html><head><title>https://hugo-profile.netlify.app/project/</title><link rel=canonical href=https://hugo-profile.netlify.app/project/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://hugo-profile.netlify.app/project/"></head></html>
+1
View File
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://hugo-profile.netlify.app/project/example/</loc><lastmod>2021-05-04T11:30:13+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/</loc><lastmod>2021-05-04T11:30:13+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/project/</loc><lastmod>2021-05-04T11:30:13+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/blog/</loc><lastmod>2021-04-03T23:29:21+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/blog/markdown-syntax/</loc><lastmod>2021-04-03T23:29:21+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/tags/markdown-syntax/</loc><lastmod>2021-04-03T23:29:21+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/tags/</loc><lastmod>2021-04-03T23:29:21+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/blog/emoji-support/</loc><lastmod>2021-04-03T22:53:58+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/tags/emoji-support/</loc><lastmod>2021-04-03T22:53:58+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/blog/placeholder-text/</loc><lastmod>2021-04-03T22:41:10+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/tags/placeholder-text/</loc><lastmod>2021-04-03T22:41:10+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/blog/rich-content/</loc><lastmod>2021-04-03T19:53:33+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/tags/rich-content/</loc><lastmod>2021-04-03T19:53:33+05:30</lastmod></url><url><loc>https://hugo-profile.netlify.app/categories/</loc></url></urlset>
-121
View File
@@ -1,121 +0,0 @@
article {
font-family: 'Peddana', serif;
line-height: 1.3;
font-size: 27px;
}
article blockquote {
margin: 0 !;
border-left: 4px solid #248aaa !important;
background-color: #248baa15 !important;
padding: 0.3rem !important;
padding-left: 1rem !important;
}
article blockquote>p {
color: #3c4858 !important;
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
article h1,
h2 {
margin-top: 1.4rem;
font-size: 32px;
border-left: 4px solid #77ace9 !important;
background-color: #b2cad43a !important;
padding: 0.3rem !important;
padding-left: 1rem !important;
}
article h3,
h4,
h5,
h6 {
margin-top: 1.3rem;
}
article table {
border-radius: 0.1rem;
background: #e5e9f2;
border: 1px solid #c0ccda;
padding: 0.1rem;
}
article table tr {
height: 40px !important;
}
article table th,
td {
padding: 0.5rem;
border-left: 1px solid #8392a5;
border-bottom: 1px solid #8392a5;
}
article table thead tr {
background: #248aaa;
color: #e5e9f2;
}
article tbody tr:nth-child(odd) {
background-color: #e5e9f2;
}
article tbody tr:hover {
background: #c0ccda;
}
article img {
width: 100%;
}
article caption,
figcaption {
caption-side: bottom;
text-align: center;
color: #8392a5;
}
article pre {
margin: 5px;
padding: 5%;
font-size: 18px;
max-height: 400px;
border-radius: 2%;
background-color: #1f618d !important;
color: white;
}
article pre>code {
padding: 10px !important;
}
article a.header-anchor {
text-decoration: none;
color: #1c2d41;
}
article a.header-anchor i {
font-size: 10pt;
color: #3c4858;
display: none;
margin-left: 0.5rem;
}
article a.header-anchor:hover i {
display: inline-block;
}
article a.header-anchor code {
color: #e83e8c;
}
article kbd {
background-color: #248aaa !important;
color: #f9fafc;
}
article mark {
background-color: #ffc21280;
}
-13
View File
@@ -1,13 +0,0 @@
/*footer*/
.footer {
background: #f2f2f2;
}
.navbar-text {
font-size: 17px;
}
.footer-site {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
-202
View File
@@ -1,202 +0,0 @@
/*home*/
.home {
height: auto;
padding: 0;
padding-bottom: 0;
margin: 0;
background-size: cover;
background-repeat: no-repeat;
}
.name {
font-family: 'Alata', sans-serif;
}
.name-intro {
font-size: 20PX;
padding-top: 10%;
padding-left: 17%;
}
.profile {
float: right;
padding-right: 22%;
padding-bottom: 10%;
}
.know-more {
padding-bottom: 15%;
font-family: cursive;
}
.know-more a:hover {
text-decoration-line: none;
color: black;
}
.home-content {
padding-top: 0;
padding-left: 18%;
padding-right: 5%;
background-repeat: no-repeat;
background-position: bottom;
}
.social a:hover {
text-decoration-line: none;
}
@media only screen and (max-width: 992px) {
.profile {
padding-right: 35%;
text-align: center !important;
}
}
@media only screen and (max-width: 768px) {
.home {
height: auto;
background-position: left bottom;
}
.name-intro {
height: 200px;
padding-left: 10%;
}
.home-content {
height: 30%;
background: none;
}
.know-more {
padding-top: 10%;
padding-left: 20%;
padding-right: 20%;
padding-bottom: 10%;
}
.know-more a {
color: black;
}
}
/* recent posts */
.recent-posts {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
/* do things */
.do-things {
background-color: #e5e9f2;
height: auto;
padding: 0;
padding-bottom: 0;
margin: 0;
}
.things-i-do {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.things {
height: auto;
}
.things-text {
height: 100px;
overflow: hidden;
}
@media only screen and (max-width: 768px) {
.do-things-card {
padding-left: 15%;
padding-right: 15%;
padding-bottom: 15%;
padding-top: 0%;
}
}
/* about */
.about {
height: auto;
background-color: #e5e9f2;
}
.jop {
font-size: 30px;
}
.about-me {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.about-content {
font-size: 20px;
}
.about-content a:hover {
text-decoration-line: none;
color: black;
}
@media only screen and (max-width: 768px) {
.about {
height: auto;
}
}
/* Skill
.skill {
height: 80vh;
background-color: #e5e9f2;
}
.skill-heading {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
*/
/* Projects */
.projects {
height: auto;
background-color: #bd8338;
}
.project-heading {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
.card-title {
font-family: 'Alata', sans-serif;
font-size: 28px;
}
/* recent posts */
.blog-back {
background-color: #ebb951;
}
.post-card a:hover {
text-decoration-line: none;
}
.post-hover :hover {
background-color: #17a2b8;
}
/* contact */
.contact-head {
font-family: 'Alata', sans-serif;
font-size: 25px;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 656 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

-84
View File
@@ -1,84 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="350px" height="302px" viewBox="0 0 350 302" style="enable-background:new 0 0 350 302;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F9C758;}
.st1{fill:#FAFAFA;}
.st2{fill:#9B9B9B;}
.st3{fill:#B3B3B3;}
.st4{fill:#CFCFCF;}
.st5{fill:#FFFFFF;}
.st6{fill:#464646;}
.st7{fill:#FC86B4;}
.st8{fill:#D66DF7;}
.st9{fill:#D3D2D1;}
.st10{fill:#FBC39D;}
.st11{fill:#9DF9E1;}
.st12{fill:#565656;}
</style>
<g>
<path class="st0" d="M288.9,160.7h-16.1c-0.3,0-0.5,0.2-0.5,0.5v12.2c0,3.6,2.9,6.4,6.4,6.4h4.3c3.6,0,6.4-2.9,6.4-6.4v-12.2
C289.4,161,289.2,160.7,288.9,160.7z"/>
<path class="st0" d="M287,177.8c3.6-2,9.9-8.1,8.8-12.4c-0.3-1.1-1-2-2-2.5c-2.4-1.1-5.8,0.2-6.2,0.4l1.1,2.4
c0.8-0.3,2.9-0.9,3.8-0.4c0.2,0.1,0.4,0.2,0.5,0.7c0.6,2.5-4.3,7.7-7.5,9.5L287,177.8z"/>
</g>
<path class="st1" d="M213.4,165.1H77.9c-1.8,0-3.3-1.5-3.3-3.3V83.5c0-1.8,1.5-3.3,3.3-3.3h135.5c1.8,0,3.3,1.5,3.3,3.3v78.3
C216.7,163.6,215.2,165.1,213.4,165.1z"/>
<path class="st2" d="M161.7,176.2c-0.5-1.4-0.7-2.8-0.7-4.3v-6.8h-15.3H145h-13.7v6.8c0,1.5-0.2,2.9-0.7,4.3c-0.7,1.9-2.1,4-4.6,4
h19h0.7h20.6C163.8,180.2,162.4,178.1,161.7,176.2z"/>
<path class="st3" d="M300.3,189.3H65.8c-1.2,0-2.1-0.9-2.1-2.1v-4.9c0-1.2,0.9-2.1,2.1-2.1h234.4c1.2,0,2.1,0.9,2.1,2.1v4.9
C302.4,188.4,301.5,189.3,300.3,189.3z"/>
<path class="st4" d="M213.4,151.6H77.9c-1.8,0-3.3-1.5-3.3-3.3V70c0-1.8,1.5-3.3,3.3-3.3h135.5c1.8,0,3.3,1.5,3.3,3.3v78.3
C216.7,150.1,215.2,151.6,213.4,151.6z"/>
<rect x="80.1" y="71.3" class="st5" width="131.3" height="74.7"/>
<path class="st5" d="M280.4,156.1c0.5-0.2,1.1-0.5,1.5-0.8c0.5-0.3,0.9-0.8,1.1-1.2c0.2-0.5,0.2-0.9-0.1-1.3c-0.3-0.4-0.7-0.7-1.1-1
c-0.5-0.3-1-0.5-1.5-0.7c-0.2-0.1-0.6-0.2-0.9-0.3s-0.6-0.3-0.9-0.5c-1.2-0.7-2.3-1.6-3.2-2.8c-0.9-1.1-1.6-2.5-2-3.9
c-0.4-1.5-0.6-3-0.3-4.7c0.2-0.8,0.4-1.7,0.9-2.6c0.4-0.9,1.1-1.7,1.9-2.4s1.8-1.2,2.8-1.5s2-0.4,3-0.5h1c2.3,0,4.3,1.8,4.3,4.2
c0,2.3-1.8,4.3-4.2,4.3c-0.7,0-1.3-0.2-1.9-0.4c-0.5-0.2-0.8-0.4-1.1-0.4c-0.3,0-0.8,0.3-1.2,0.9c-0.4,0.6-0.6,1.5-0.6,2.4
s0.1,1.9,0.5,2.8c0.4,0.9,0.9,1.8,1.6,2.6c0.2,0.2,0.4,0.4,0.6,0.5c0.2,0.2,0.4,0.3,0.7,0.5c0.5,0.4,1,0.8,1.5,1.3s0.9,1,1.2,1.8
c0.1,0.4,0.2,0.8,0.1,1.1c-0.1,0.4-0.2,0.7-0.4,1c-0.4,0.6-0.9,0.9-1.4,1.3c-0.5,0.3-1.1,0.6-1.6,0.9c-0.1,0.1-0.3,0-0.3-0.1
C280.2,156.3,280.3,156.1,280.4,156.1L280.4,156.1L280.4,156.1z"/>
<path class="st6" d="M108.6,132.2c0.1,0.1,0.3,0,0.4-0.1l2.5-2.5l1.8,3.6c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0,0.1,0,0.2,0l1.5-0.8
c0.1,0,0.1-0.1,0.2-0.2c0-0.1,0-0.2,0-0.3l-1.7-3.3h3.3c0.1,0,0.3-0.1,0.3-0.2c0.1-0.1,0-0.3-0.1-0.4l-8.3-7.6
c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0.1-0.2,0.2-0.2,0.3v11.1C108.4,132,108.5,132.1,108.6,132.2z"/>
<rect x="92.8" y="87.5" class="st7" width="20.7" height="10.5"/>
<rect x="118.5" y="87.5" class="st8" width="56.3" height="10.5"/>
<rect x="92.8" y="105.4" class="st0" width="48.5" height="3"/>
<rect x="92.8" y="113.2" class="st0" width="42.6" height="3"/>
<g>
<path class="st9" d="M277,76.2c-13.7,0-24.8-11.1-24.8-24.8s11.1-24.8,24.8-24.8s24.8,11.1,24.8,24.8
C301.9,65.1,290.7,76.2,277,76.2z M277,30.1c-11.7,0-21.3,9.5-21.3,21.3s9.5,21.3,21.3,21.3s21.3-9.5,21.3-21.3
S288.7,30.1,277,30.1z"/>
<path class="st9" d="M277.6,52.9h-16.1c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h15.2v-16c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
v16.8C278.5,52.4,278.1,52.9,277.6,52.9z"/>
</g>
<path class="st10" d="M186.1,176.2L111,181c-6.5,0.4-12-4.5-12.5-11l0,0c-0.4-6.5,4.5-12,11-12.5l75.1-4.8c3.9-0.3,7.3,2.7,7.6,6.7
l0.6,9.1C193,172.5,190,175.9,186.1,176.2z"/>
<path class="st11" d="M138.2,131.5L101,157.7c-4.9,3.5-6.2,10.2-2.9,15.2l0,0c2.5,3.8,7.1,5.8,11.6,4.9c16.4-3.3,54-11,53.6-12.3
c-0.3-1-4.5-15.9-7.8-27.9C153.3,130.2,144.5,127.1,138.2,131.5z"/>
<path class="st10" d="M163.4,176.2l75.1,4.8c6.5,0.4,12-4.5,12.5-11l0,0c0.4-6.5-4.5-12-11-12.5l-75.1-4.8c-3.9-0.3-7.3,2.7-7.6,6.7
l-0.6,9.1C156.5,172.5,159.5,175.9,163.4,176.2z"/>
<path class="st11" d="M211.3,131.5l37.2,26.2c4.9,3.5,6.2,10.2,2.9,15.2l0,0c-2.5,3.8-7.1,5.8-11.6,4.9c-16.4-3.3-54-11-53.6-12.3
c0.3-1,4.5-15.9,7.8-27.9C196.2,130.2,205,127.1,211.3,131.5z"/>
<g>
<ellipse class="st6" cx="145.6" cy="91.2" rx="7.3" ry="7.6"/>
<ellipse class="st6" cx="200.6" cy="91.2" rx="7.3" ry="7.6"/>
<path class="st6" d="M170.9,131.7L170.9,131.7c0.7,0.1,1.5,0.2,2.2,0.2l0,0c2.3,0,4.6-0.3,6.7-0.9c0,0,0,0,0-0.1
c11.9-3.1,20.7-14.3,20.7-27.7V69.8c0-15.8-12.3-13.3-27.5-13.3l0,0c-15.2,0-27.5-2.5-27.5,13.3v33.5
C145.6,118.2,156.7,130.5,170.9,131.7z"/>
<path class="st6" d="M195,92.2v9h-9.7c0,0-2.4-6.5-12.2-6.5s-12.2,6.5-12.2,6.5h-9.7v-9c0-3.6-3.3-4.7-5.5-5.1v16.1
c0,15,11.1,27.3,25.2,28.4l0,0c0.8,0.1,1.5,0.1,2.3,0.1s1.5,0,2.3-0.1l0,0c14.1-1.2,25.2-13.5,25.2-28.4V87.1
C198.4,87.5,195,88.7,195,92.2z"/>
<path class="st6" d="M193.3,45.5c-7.5-1.1-19.2-1.2-27.8,5.8c-0.2,0.2-0.4,0.4-0.5,0.5h-6.8c-7,0-12.6,4.9-12.6,11V69v14.2v17.4
c1.3,0,2.3-1.1,2.3-2.4V73.9c0,0,0.4-7.7,7.4-7.7h16h0.1h18.2c7.5,0,8.4,6.8,8.5,7.7v24.5c0,1.3,1,2.4,2.3,2.4V83.4V69.1v-5.5
l0.1-9.5C200.7,49.8,197.5,46.1,193.3,45.5z"/>
</g>
<rect x="147.1" y="62.1" class="st6" width="53.1" height="46"/>
<path class="st12" d="M188,275.3h-30c-21,0-37.9-18.3-37.9-40.9l9.5-82c3.3-21.9,23.5-35.9,44-35.9l0,0c20.7,0,41.1,14.4,44.1,36.5
l8.3,81.4C226,256.9,209,275.3,188,275.3z"/>
<path class="st4" d="M180,299.2h-13.6c-1.5,0-2.7-1.2-2.7-2.7V187.2c0-1.5,1.2-2.7,2.7-2.7H180c1.5,0,2.7,1.2,2.7,2.7v109.3
C182.7,298,181.5,299.2,180,299.2z"/>
<path class="st6" d="M184.5,194.7H161c-2.9,0-5.2-2.3-5.2-5.2v-9.9c0-2.9,2.3-5.2,5.2-5.2h23.5c2.9,0,5.2,2.3,5.2,5.2v9.9
C189.8,192.4,187.4,194.7,184.5,194.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

+3
View File
@@ -0,0 +1,3 @@
.hi-text{
font-size: 40px !important;
}
File diff suppressed because one or more lines are too long
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Emoji support on Hugo-profile</title><link>https://hugo-profile.netlify.app/tags/emoji-support/</link><description>Recent content in Emoji support on Hugo-profile</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 03 Apr 2021 22:53:58 +0530</lastBuildDate><atom:link href="https://hugo-profile.netlify.app/tags/emoji-support/index.xml" rel="self" type="application/rss+xml"/><item><title>Emoji Support</title><link>https://hugo-profile.netlify.app/blog/emoji-support/</link><pubDate>Sat, 03 Apr 2021 22:53:58 +0530</pubDate><guid>https://hugo-profile.netlify.app/blog/emoji-support/</guid><description>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 sites configuration and then you can type emoji shorthand codes directly in content files; e.g.
The Emoji cheat sheet is a useful reference for emoji shorthand codes.
N.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform.</description></item></channel></rss>

Some files were not shown because too many files have changed in this diff Show More