mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
starters: update
This commit is contained in:
parent
e29517634e
commit
19f7b3a14e
8 changed files with 21 additions and 21 deletions
|
@ -33,14 +33,14 @@ profiles:
|
||||||
- icon: at-symbol
|
- icon: at-symbol
|
||||||
url: 'mailto:your-email@example.com'
|
url: 'mailto:your-email@example.com'
|
||||||
label: E-mail Me
|
label: E-mail Me
|
||||||
- icon: x
|
- icon: brands/x
|
||||||
url: https://twitter.com/GetResearchDev
|
url: https://twitter.com/GetResearchDev
|
||||||
- icon: instagram
|
- icon: brands/instagram
|
||||||
url: https://www.instagram.com/
|
url: https://www.instagram.com/
|
||||||
- icon: linkedin
|
- icon: brands/linkedin
|
||||||
url: https://www.linkedin.com/
|
url: https://www.linkedin.com/
|
||||||
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
|
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
|
||||||
- icon: cv
|
- icon: academicons/cv
|
||||||
url: uploads/resume.pdf
|
url: uploads/resume.pdf
|
||||||
label: Download my resume
|
label: Download my resume
|
||||||
- icon: rss
|
- icon: rss
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125204555-f431a4a2c705
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231202223048-768ab131c5c2
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231205221046-e29517634e3b
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231203173437-d684873cd041
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231205221046-e29517634e3b
|
||||||
)
|
)
|
||||||
|
|
|
@ -23,12 +23,12 @@ sections:
|
||||||
# Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below
|
# Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below
|
||||||
buttons:
|
buttons:
|
||||||
- text: Read my latest paper on LLMs
|
- text: Read my latest paper on LLMs
|
||||||
icon: arxiv
|
icon: academicons/arxiv
|
||||||
url: https://arxiv.org/abs/2304.01852
|
url: https://arxiv.org/abs/2304.01852
|
||||||
- text: Watch my new YouTube video to achieve 20x productivity
|
- text: Watch my new YouTube video to achieve 20x productivity
|
||||||
icon: youtube
|
icon: brands/youtube
|
||||||
url: https://youtube.com
|
url: https://youtube.com
|
||||||
- text: Connect with me on LinkedIn
|
- text: Connect with me on LinkedIn
|
||||||
icon: linkedin
|
icon: brands/linkedin
|
||||||
url: https://linkedin.com
|
url: https://linkedin.com
|
||||||
---
|
---
|
||||||
|
|
|
@ -30,18 +30,18 @@ profiles:
|
||||||
- icon: at-symbol
|
- icon: at-symbol
|
||||||
url: 'mailto:your-email@example.com'
|
url: 'mailto:your-email@example.com'
|
||||||
label: E-mail Me
|
label: E-mail Me
|
||||||
- icon: x
|
- icon: brands/x
|
||||||
url: https://twitter.com/GetResearchDev
|
url: https://twitter.com/GetResearchDev
|
||||||
- icon: instagram
|
- icon: brands/instagram
|
||||||
url: https://www.instagram.com/
|
url: https://www.instagram.com/
|
||||||
- icon: linkedin
|
- icon: brands/linkedin
|
||||||
url: https://www.linkedin.com/
|
url: https://www.linkedin.com/
|
||||||
- icon: google-scholar
|
- icon: brands/google-scholar
|
||||||
url: https://scholar.google.com/citations?user=mG4imMEAAAAJ
|
url: https://scholar.google.com/citations?user=mG4imMEAAAAJ
|
||||||
- icon: orcid
|
- icon: brands/orcid
|
||||||
url: https://www.orcid.com/
|
url: https://www.orcid.com/
|
||||||
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
|
# Link to a PDF of your resume/CV - upload it to `static/uploads/resume.pdf`
|
||||||
- icon: cv
|
- icon: academicons/cv
|
||||||
url: uploads/resume.pdf
|
url: uploads/resume.pdf
|
||||||
label: Download my resume
|
label: Download my resume
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231202223048-768ab131c5c2
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231205221046-e29517634e3b
|
||||||
)
|
)
|
||||||
|
|
|
@ -30,13 +30,13 @@ profiles:
|
||||||
- icon: at-symbol
|
- icon: at-symbol
|
||||||
url: 'mailto:your-email@example.com'
|
url: 'mailto:your-email@example.com'
|
||||||
label: E-mail Me
|
label: E-mail Me
|
||||||
- icon: x
|
- icon: brands/x
|
||||||
url: https://twitter.com/GetResearchDev
|
url: https://twitter.com/GetResearchDev
|
||||||
- icon: github
|
- icon: brands/github
|
||||||
url: https://github.com/gcushen
|
url: https://github.com/gcushen
|
||||||
- icon: linkedin
|
- icon: brands/linkedin
|
||||||
url: https://www.linkedin.com/
|
url: https://www.linkedin.com/
|
||||||
- icon: instagram
|
- icon: brands/instagram
|
||||||
url: https://www.instagram.com/
|
url: https://www.instagram.com/
|
||||||
|
|
||||||
education:
|
education:
|
||||||
|
|
|
@ -4,5 +4,5 @@ go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231125200520-804c70f7efb8
|
||||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231202223048-768ab131c5c2
|
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231205221046-e29517634e3b
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue