Compare commits
5 Commits
9638a49320
...
v1
| Author | SHA1 | Date | |
|---|---|---|---|
| ab04cdade4 | |||
| 78b7ebe862 | |||
| c74a0a8aa7 | |||
| f5ced2093f | |||
| d1efcfafa5 |
@@ -1,4 +1 @@
|
|||||||
/public
|
/public
|
||||||
/config.yaml
|
|
||||||
/content
|
|
||||||
/static/images
|
|
||||||
@@ -1,89 +1,3 @@
|
|||||||
|
# hugo-profile V1 [](https://app.netlify.com/sites/hugo-profile-1/deploys)
|
||||||
|
|
||||||
<div align="center">
|
A highly customizable and mobile first Hugo template for personal portfolio and blog.
|
||||||
|
|
||||||
# hugo-profile
|
|
||||||
|
|
||||||
A high performance hugo theme for personal portfolio and blog
|
|
||||||
|
|
||||||
[](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
|
|
||||||
[](https://hugo-profile.netlify.app/)
|
|
||||||
[](https://app.netlify.com/sites/hugo-profile/deploys)
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## Queries
|
|
||||||
- If you have any queries or bugs, feel free to open an issue in [github](https://github.com/gurusabarish/hugo-profile/issues)
|
|
||||||
|
|
||||||
|
|
||||||
## Performance of the website (100)
|
|
||||||
- [Lighthouse performance (100)](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fhugo-profile.netlify.app%2F)
|
|
||||||
- [Google pagespeed insights (100)](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fhugo-profile.netlify.app%2F&tab=desktop)
|
|
||||||
|
|
||||||
|
|
||||||
### [Demo Site](https://hugo-profile.netlify.app)
|
|
||||||
|
|
||||||
*NOTE: If you are using this site as a template for your own portfolio and blog, I would be very glad if you add a link to the original template in footer*
|
|
||||||
|
|
||||||
## Features
|
|
||||||
- High performance
|
|
||||||
- Minimalist Design
|
|
||||||
- Fully Responsive
|
|
||||||
- Google Analytics Support
|
|
||||||
- Disqus Comment Support
|
|
||||||
|
|
||||||
> Open an issue and give some feedbacks, feature requests. It will help us to make the better version.
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
- Hugo Version 0.68.0 or higher
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
- [Install Hugo](https://gohugo.io/overview/installing)
|
|
||||||
|
|
||||||
- Create your site if you haven't already
|
|
||||||
|
|
||||||
```
|
|
||||||
hugo new site my-site -f=yaml
|
|
||||||
cd my-site
|
|
||||||
```
|
|
||||||
|
|
||||||
- Add the theme as git clone
|
|
||||||
|
|
||||||
```
|
|
||||||
cd themes
|
|
||||||
git clone https://github.com/gurusabarish/hugo-profile.git
|
|
||||||
```
|
|
||||||
|
|
||||||
<b>Go to the config file and add the line after titile ```theme: "hugo-profile"``` </b>
|
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
Configure your `config.yaml` file of your site as [here](https://github.com/gurusabarish/hugo-profile/blob/master/netlifysite/config.yaml)
|
|
||||||
|
|
||||||
|
|
||||||
## Archetypes support
|
|
||||||
```
|
|
||||||
---
|
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
author: ""
|
|
||||||
tags:
|
|
||||||
bg_image: ""
|
|
||||||
description: ""
|
|
||||||
toc:
|
|
||||||
---
|
|
||||||
```
|
|
||||||
|
|
||||||
## Version 1
|
|
||||||
- [demo](https://hugo-profile-v1.netlify.app)
|
|
||||||
- [view](https://github.com/gurusabarish/hugo-profile/tree/V1.20)
|
|
||||||
- [download V1](https://github.com/gurusabarish/hugo-profile/archive/V1.20.zip)
|
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
> Contributers are always welcome :heart:
|
|
||||||
|
|||||||
@@ -0,0 +1,121 @@
|
|||||||
|
baseURL: "https://hugo-profile-1.netlify.app"
|
||||||
|
languageCode: "en-us"
|
||||||
|
title: "Hugo-profile"
|
||||||
|
|
||||||
|
googleanalytics: UA-xxxxxxxx-x
|
||||||
|
disqusShortname: yourdiscussshortname
|
||||||
|
Paginate: 3
|
||||||
|
|
||||||
|
taxonomies:
|
||||||
|
tag: "tags"
|
||||||
|
category: "categories"
|
||||||
|
|
||||||
|
params:
|
||||||
|
version: 1
|
||||||
|
|
||||||
|
favicon: "/images/fav.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: ""
|
||||||
|
|
||||||
|
# Background
|
||||||
|
custombackground: false
|
||||||
|
background: ""
|
||||||
|
backimg: ""
|
||||||
|
|
||||||
|
# Contact
|
||||||
|
contact: true
|
||||||
|
action: ""
|
||||||
|
emailname: ""
|
||||||
|
messagename: ""
|
||||||
|
|
||||||
|
# Navbar Menus
|
||||||
|
customMenus:
|
||||||
|
- name: "Blog"
|
||||||
|
Url: "/blog"
|
||||||
|
|
||||||
|
# Home
|
||||||
|
name: "Example name"
|
||||||
|
profile: "/images/v1/avatar.webp"
|
||||||
|
github: "https://github.com/"
|
||||||
|
linkedin: "https://linkedin.com/"
|
||||||
|
twitter: "https://twitter.com/"
|
||||||
|
instagram: "https://instagram.com/"
|
||||||
|
|
||||||
|
# Things I do
|
||||||
|
usedothings: true
|
||||||
|
Things:
|
||||||
|
- logo: fab fa-python
|
||||||
|
title: Python
|
||||||
|
description: I build something beautiful using Python.
|
||||||
|
#url: https://example.com
|
||||||
|
|
||||||
|
- logo: fas fa-robot
|
||||||
|
title: Machine learning
|
||||||
|
description: I train robust models for various tasks.
|
||||||
|
#url: https://guru.com
|
||||||
|
|
||||||
|
- logo: fab fa-html5
|
||||||
|
title: Things for web
|
||||||
|
description: I love to build things for web
|
||||||
|
#url: https://guru.com
|
||||||
|
|
||||||
|
# About
|
||||||
|
profile_image: "/images/profile.webp"
|
||||||
|
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. 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: "/resume.pdf"
|
||||||
|
|
||||||
|
#projects
|
||||||
|
projects:
|
||||||
|
- title: "Project name"
|
||||||
|
image: "/images/project.jpg"
|
||||||
|
description: "This is your description"
|
||||||
|
secoundarylink: true
|
||||||
|
secoundaryurlname: "Featured link"
|
||||||
|
secoundaryurl: "/"
|
||||||
|
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||||
|
|
||||||
|
- title: "Project name"
|
||||||
|
image: "/images/project.jpg"
|
||||||
|
description: "This is your description"
|
||||||
|
secoundarylink: true
|
||||||
|
secoundaryurlname: "Featured link"
|
||||||
|
secoundaryurl: "/"
|
||||||
|
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||||
|
|
||||||
|
- title: "Project name"
|
||||||
|
image: "/images/project.jpg"
|
||||||
|
description: "This is your description"
|
||||||
|
secoundarylink: true
|
||||||
|
secoundaryurlname: "Featured link"
|
||||||
|
secoundaryurl: "/"
|
||||||
|
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||||
|
|
||||||
|
- title: "Project name"
|
||||||
|
image: "/images/project.jpg"
|
||||||
|
description: "This is your description"
|
||||||
|
secoundarylink: true
|
||||||
|
secoundaryurlname: "Featured link"
|
||||||
|
secoundaryurl: "/"
|
||||||
|
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||||
|
|
||||||
|
- title: "Project name"
|
||||||
|
image: "/images/project.jpg"
|
||||||
|
description: "This is your description"
|
||||||
|
secoundarylink: true
|
||||||
|
secoundaryurlname: "Featured link"
|
||||||
|
secoundaryurl: "/"
|
||||||
|
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||||
|
|
||||||
|
- title: "Project name"
|
||||||
|
image: "/images/project.jpg"
|
||||||
|
description: "This is your description"
|
||||||
|
secoundarylink: true
|
||||||
|
secoundaryurlname: "Featured link"
|
||||||
|
secoundaryurl: "/"
|
||||||
|
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||||
|
|
||||||
|
#Blog
|
||||||
|
showdescription: false
|
||||||
|
tweet: true
|
||||||
@@ -1,134 +0,0 @@
|
|||||||
baseURL: "https://example.com"
|
|
||||||
languageCode: "en-us"
|
|
||||||
title: "Hugo-profile"
|
|
||||||
|
|
||||||
googleanalytics: UA-xxxxxx-x
|
|
||||||
disqusShortname:
|
|
||||||
Paginate: 3
|
|
||||||
markup:
|
|
||||||
goldmark:
|
|
||||||
renderer:
|
|
||||||
unsafe: true
|
|
||||||
|
|
||||||
taxonomies:
|
|
||||||
tag: "tags"
|
|
||||||
category: "categories"
|
|
||||||
|
|
||||||
enableEmoji: true
|
|
||||||
params:
|
|
||||||
version: 3
|
|
||||||
|
|
||||||
favicon: "/images/fav.png"
|
|
||||||
description: "A high performance hugo theme for personal portfolio and blog."
|
|
||||||
|
|
||||||
# Navbar Menus
|
|
||||||
customMenus:
|
|
||||||
- name: "Blog"
|
|
||||||
Url: "/blog"
|
|
||||||
|
|
||||||
# home
|
|
||||||
disable_home: false
|
|
||||||
profile_image: "/images/profile.png"
|
|
||||||
name: "Example name"
|
|
||||||
profession: "Profession"
|
|
||||||
github: "https://github.com"
|
|
||||||
linkedin: "https://linkedin.com"
|
|
||||||
twitter: "https://twitter.com/"
|
|
||||||
instagram: "https://instagram.com/"
|
|
||||||
facebook: "https://facebook.com"
|
|
||||||
|
|
||||||
# About
|
|
||||||
disable_about: false
|
|
||||||
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. 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 a example template for about section. You can find my works [here](#projects)"
|
|
||||||
skills:
|
|
||||||
- name: CSS
|
|
||||||
percentage: 90
|
|
||||||
- name: Django
|
|
||||||
percentage: 85
|
|
||||||
- name: Hugo
|
|
||||||
percentage: 80
|
|
||||||
- name: React JS
|
|
||||||
percentage: 70
|
|
||||||
|
|
||||||
# Experience
|
|
||||||
disable_experience: false
|
|
||||||
experience:
|
|
||||||
- company: "Google"
|
|
||||||
role: "Software developer"
|
|
||||||
startdate: Feb 2021
|
|
||||||
enddate: present
|
|
||||||
featuredpoints:
|
|
||||||
- point: Lead backend developer for a product.
|
|
||||||
- point: Created a frontend design for a product.
|
|
||||||
- company: "Facebook"
|
|
||||||
role: "Fullstack developer"
|
|
||||||
startdate: Mar 2020
|
|
||||||
enddate: Dec 2020
|
|
||||||
featuredpoints:
|
|
||||||
- point: Lead backend developer for a product.
|
|
||||||
- point: Created a frontend design for a product.
|
|
||||||
- company: "Amazon"
|
|
||||||
role: "Fullstack developer"
|
|
||||||
startdate: Feb 2019
|
|
||||||
enddate: Jan 2020
|
|
||||||
featuredpoints:
|
|
||||||
- point: Lead backend developer for a product.
|
|
||||||
- point: Created a frontend design for a product.
|
|
||||||
|
|
||||||
# Education
|
|
||||||
disable_education: false
|
|
||||||
education:
|
|
||||||
- degree: "B.tech"
|
|
||||||
branch: "Information Technology"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "2013"
|
|
||||||
graduation: "2018"
|
|
||||||
- degree: "Degree"
|
|
||||||
branch: "Branch"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "year"
|
|
||||||
graduation: "year"
|
|
||||||
- degree: "Degree"
|
|
||||||
branch: "Branch"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "year"
|
|
||||||
graduation: "year"
|
|
||||||
|
|
||||||
# Projects
|
|
||||||
disable_projects: false
|
|
||||||
projects:
|
|
||||||
- name: "Example project without details"
|
|
||||||
img: /images/project.jpg
|
|
||||||
githublink: "https://github.com/"
|
|
||||||
featuredlink: "/"
|
|
||||||
description: "Description of project"
|
|
||||||
|
|
||||||
# Achievements
|
|
||||||
disable_achievements: false
|
|
||||||
achievements:
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
|
|
||||||
# Contact
|
|
||||||
disable_contact: false
|
|
||||||
contact_content: My inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!
|
|
||||||
email: "example@mail.com"
|
|
||||||
|
|
||||||
# Footer
|
|
||||||
socialiconfooter: true
|
|
||||||
recentposts: true
|
|
||||||
|
|
||||||
# Blog
|
|
||||||
showdescription: false
|
|
||||||
tweet: true
|
|
||||||
|
Before Width: | Height: | Size: 312 KiB |
|
Before Width: | Height: | Size: 139 KiB |
@@ -1,30 +1,27 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "netlifysite/public"
|
publish = "public"
|
||||||
command = "cd netlifysite && hugo --gc --minify --themesDir ../.."
|
command = "hugo --gc --minify"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.76.5"
|
HUGO_VERSION = "0.76.5"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
HUGO_THEME = "repo"
|
|
||||||
|
|
||||||
[context.split1]
|
[context.split1]
|
||||||
command = "cd netlifysite && hugo --gc --minify --enableGitInfo --themesDir ../.."
|
command = "hugo --gc --minify --enableGitInfo"
|
||||||
|
|
||||||
[context.split1.environment]
|
[context.split1.environment]
|
||||||
HUGO_VERSION = "0.76.5"
|
HUGO_VERSION = "0.76.5"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_THEME = "repo"
|
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "cd netlifysite && hugo --gc --minify --buildFuture --themesDir ../.. -b $DEPLOY_PRIME_URL"
|
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.76.5"
|
HUGO_VERSION = "0.76.5"
|
||||||
HUGO_THEME = "repo"
|
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "cd netlifysite && hugo --gc --minify --themesDir ../.. -b $DEPLOY_PRIME_URL"
|
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.76.5"
|
HUGO_VERSION = "0.76.5"
|
||||||
|
|||||||
@@ -1,134 +0,0 @@
|
|||||||
baseURL: "https://example.com"
|
|
||||||
languageCode: "en-us"
|
|
||||||
title: "Hugo-profile"
|
|
||||||
|
|
||||||
googleanalytics: UA-xxxxxx-x
|
|
||||||
disqusShortname:
|
|
||||||
Paginate: 3
|
|
||||||
markup:
|
|
||||||
goldmark:
|
|
||||||
renderer:
|
|
||||||
unsafe: true
|
|
||||||
|
|
||||||
taxonomies:
|
|
||||||
tag: "tags"
|
|
||||||
category: "categories"
|
|
||||||
|
|
||||||
enableEmoji: true
|
|
||||||
params:
|
|
||||||
version: 3
|
|
||||||
|
|
||||||
favicon: "/images/fav.png"
|
|
||||||
description: "A high performance hugo theme for personal portfolio and blog."
|
|
||||||
|
|
||||||
# Navbar Menus
|
|
||||||
customMenus:
|
|
||||||
- name: "Blog"
|
|
||||||
Url: "/blog"
|
|
||||||
|
|
||||||
# home
|
|
||||||
disable_home: false
|
|
||||||
profile_image: "/images/profile.png"
|
|
||||||
name: "Example name"
|
|
||||||
profession: "Profession"
|
|
||||||
github: "https://github.com"
|
|
||||||
linkedin: "https://linkedin.com"
|
|
||||||
twitter: "https://twitter.com/"
|
|
||||||
instagram: "https://instagram.com/"
|
|
||||||
facebook: "https://facebook.com"
|
|
||||||
|
|
||||||
# About
|
|
||||||
disable_about: false
|
|
||||||
descripe_l1_person: "Hi, I'm Profile, a passionate web developer. 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 a example template for about section. You can find my works [here](#projects)"
|
|
||||||
skills:
|
|
||||||
- name: CSS
|
|
||||||
percentage: 90
|
|
||||||
- name: Django
|
|
||||||
percentage: 85
|
|
||||||
- name: Hugo
|
|
||||||
percentage: 80
|
|
||||||
- name: React JS
|
|
||||||
percentage: 70
|
|
||||||
|
|
||||||
# Experience
|
|
||||||
disable_experience: false
|
|
||||||
experience:
|
|
||||||
- company: "Google"
|
|
||||||
role: "Software developer"
|
|
||||||
startdate: Feb 2021
|
|
||||||
enddate: present
|
|
||||||
featuredpoints:
|
|
||||||
- point: Lead backend developer for a product.
|
|
||||||
- point: Created a frontend design for a product.
|
|
||||||
- company: "Facebook"
|
|
||||||
role: "Fullstack developer"
|
|
||||||
startdate: Mar 2020
|
|
||||||
enddate: Dec 2020
|
|
||||||
featuredpoints:
|
|
||||||
- point: Lead backend developer for a product.
|
|
||||||
- point: Created a frontend design for a product.
|
|
||||||
- company: "Amazon"
|
|
||||||
role: "Fullstack developer"
|
|
||||||
startdate: Feb 2019
|
|
||||||
enddate: Jan 2020
|
|
||||||
featuredpoints:
|
|
||||||
- point: Lead backend developer for a product.
|
|
||||||
- point: Created a frontend design for a product.
|
|
||||||
|
|
||||||
# Education
|
|
||||||
disable_education: false
|
|
||||||
education:
|
|
||||||
- degree: "B.tech"
|
|
||||||
branch: "Information Technology"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "2013"
|
|
||||||
graduation: "2018"
|
|
||||||
- degree: "Degree"
|
|
||||||
branch: "Branch"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "year"
|
|
||||||
graduation: "year"
|
|
||||||
- degree: "Degree"
|
|
||||||
branch: "Branch"
|
|
||||||
university: "Example university"
|
|
||||||
startedyear: "year"
|
|
||||||
graduation: "year"
|
|
||||||
|
|
||||||
# Projects
|
|
||||||
disable_projects: false
|
|
||||||
projects:
|
|
||||||
- name: "Example project without details"
|
|
||||||
img: /images/project.jpg
|
|
||||||
githublink: "https://github.com/"
|
|
||||||
featuredlink: "/"
|
|
||||||
description: "Description of project"
|
|
||||||
|
|
||||||
# Achievements
|
|
||||||
disable_achievements: false
|
|
||||||
achievements:
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
- title: Competition winner
|
|
||||||
description: We are developed a product which can help others.
|
|
||||||
img: /images/achiv.jpg
|
|
||||||
|
|
||||||
# Contact
|
|
||||||
disable_contact: false
|
|
||||||
contact_content: My inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!
|
|
||||||
email: "example@mail.com"
|
|
||||||
|
|
||||||
# Footer
|
|
||||||
socialiconfooter: true
|
|
||||||
recentposts: true
|
|
||||||
|
|
||||||
# Blog
|
|
||||||
showdescription: false
|
|
||||||
tweet: true
|
|
||||||
@@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Emoji Support"
|
|
||||||
date: 2021-04-03T22:53:58+05:30
|
|
||||||
draft: false
|
|
||||||
github_link: "https://github.com/gurusabarish/hugo-profile"
|
|
||||||
author: "Gurusabarish"
|
|
||||||
tags:
|
|
||||||
- Emoji support
|
|
||||||
bg_image: ""
|
|
||||||
description: ""
|
|
||||||
toc:
|
|
||||||
---
|
|
||||||
|
|
||||||
Emoji can be enabled in a Hugo project in a number of ways.
|
|
||||||
|
|
||||||
The [emojify](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
|
|
||||||
|
|
||||||
To enable emoji globally, set ```enableEmoji``` to ```true``` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
|
|
||||||
|
|
||||||
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
**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. To style the emoji you can either use a third party emoji font or a font stack; e.g.
|
|
||||||
|
|
||||||
```
|
|
||||||
.emoji {
|
|
||||||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
[Markdown format for emoji](https://gist.github.com/rxaviers/7360908)
|
|
||||||
@@ -1,143 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Markdown Syntax"
|
|
||||||
date: 2021-04-03T23:29:21+05:30
|
|
||||||
draft: false
|
|
||||||
github_link: "https://github.com/gurusabarish/hugo-profile"
|
|
||||||
author: "Gurusabarish"
|
|
||||||
tags:
|
|
||||||
- Markdown syntax
|
|
||||||
bg_image: ""
|
|
||||||
description: ""
|
|
||||||
toc:
|
|
||||||
---
|
|
||||||
|
|
||||||
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 | Markdown | In | Table |
|
|
||||||
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
|
|
||||||
| *italics* | **bold** | ~~strikethrough~~ | `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.
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Placeholder Text"
|
|
||||||
date: 2021-04-03T22:41:10+05:30
|
|
||||||
draft: false
|
|
||||||
github_link: "https://github.com/gurusabarish/hugo-profile"
|
|
||||||
author: "Gurusabarish"
|
|
||||||
tags:
|
|
||||||
- Placeholder text
|
|
||||||
bg_image: ""
|
|
||||||
description: ""
|
|
||||||
toc:
|
|
||||||
---
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
1. Exierant elisi ambit vivere dedere
|
|
||||||
2. Duce pollice
|
|
||||||
3. Eris modo
|
|
||||||
4. Spargitque ferrea quos palude
|
|
||||||
|
|
||||||
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
|
|
||||||
|
|
||||||
1. Comas hunc haec pietate fetum procerum dixit
|
|
||||||
2. Post torum vates letum Tiresia
|
|
||||||
3. Flumen querellas
|
|
||||||
4. Arcanaque montibus omnes
|
|
||||||
5. Quidem et
|
|
||||||
|
|
||||||
# Vagus elidunt
|
|
||||||
|
|
||||||
[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
|
|
||||||
|
|
||||||
## Mane refeci capiebant unda mulcebat
|
|
||||||
Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
|
|
||||||
|
|
||||||
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
|
|
||||||
|
|
||||||
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte.
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Rich Content"
|
|
||||||
date: 2021-04-03T19:53:33+05:30
|
|
||||||
draft: false
|
|
||||||
author: "Gurusabarish"
|
|
||||||
tags:
|
|
||||||
- Rich content
|
|
||||||
bg_image: ""
|
|
||||||
description: ""
|
|
||||||
toc:
|
|
||||||
---
|
|
||||||
|
|
||||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
|
||||||
|
|
||||||
## Gist Simple Shortcode
|
|
||||||
```
|
|
||||||
{{</* gist spf13 7896402 "img.html" */>}}
|
|
||||||
```
|
|
||||||
<br>
|
|
||||||
{{< gist spf13 7896402 "img.html" >}}
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Twitter Simple Shortcode
|
|
||||||
```
|
|
||||||
{{</* tweet 877500564405444608 */>}}
|
|
||||||
```
|
|
||||||
<br>
|
|
||||||
{{< tweet 877500564405444608 >}}
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Vimeo Simple Shortcode
|
|
||||||
```
|
|
||||||
{{</* vimeo 146022717 */>}}
|
|
||||||
```
|
|
||||||
<br>
|
|
||||||
{{< vimeo 146022717 >}}
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Youtube Simple Shortcode
|
|
||||||
```
|
|
||||||
{{</* youtube w7Ft2ymGmfc */>}}
|
|
||||||
```
|
|
||||||
<br>
|
|
||||||
{{< youtube w7Ft2ymGmfc >}}
|
|
||||||
<br>
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Example project with details"
|
|
||||||
date: 2021-05-04T11:30:13+05:30
|
|
||||||
draft: false
|
|
||||||
img: /images/project.jpg
|
|
||||||
description: "Description of project"
|
|
||||||
github: https://github.com/
|
|
||||||
featured: /
|
|
||||||
---
|
|
||||||
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 268 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,11 +0,0 @@
|
|||||||
name = "Hugo Profile"
|
|
||||||
license = "MIT"
|
|
||||||
licenselink = "https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE"
|
|
||||||
description = "A high performance hugo theme for personal portfolio and blog."
|
|
||||||
homepage = "https://hugo-profile.netlify.com"
|
|
||||||
tags = ["Responsive","Blog", "Portfolio", "Clean", "Fast", "Seo"]
|
|
||||||
min_version = "0.68.0"
|
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "Gurusabarish"
|
|
||||||
homepage = "https://github.com/gurusabarish"
|
|
||||||
@@ -13,7 +13,7 @@ taxonomies:
|
|||||||
params:
|
params:
|
||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
favicon: "/images/hugo.png"
|
favicon: "/images/fav.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."
|
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: ""
|
disqus: ""
|
||||||
|
|
||||||