Skip to content

Commit

Permalink
papermod theme porting: done
Browse files Browse the repository at this point in the history
  • Loading branch information
afrid18 committed Feb 18, 2024
1 parent dce0df6 commit fae7d28
Show file tree
Hide file tree
Showing 106 changed files with 133 additions and 35 deletions.
34 changes: 33 additions & 1 deletion archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
draft: false
# weight: 1
# aliases: ["/first"]
tags: []
author: "Afrid Hussain"
# author: ["Me", "You"] # multiple authors
showToc: true
TocOpen: false
hidemeta: false
comments: false
description: "Desc Text."
canonicalURL: "https://canonical.url/to/page"
disableHLJS: true # to disable highlightjs
disableShare: false
disableHLJS: false
hideSummary: false
# searchHidden: true
ShowReadingTime: true
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
cover:
image: "<image path/url>" # image path/url
alt: "<alt text>" # alt text
caption: "<text>" # display caption under cover
relative: false # when using page bundles set this to true
hidden: false # only hide on current single page
# editPost:
# URL: "https://github.com/<path_to_repo>/content"
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link
---

4 changes: 2 additions & 2 deletions content/post/Accepted-into-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Welcome to my **blog**, I am happy that you are here, spending your time reading

{{< figure src="images/opensuse-gsoc.jpeg" title="Google Summer of Code" >}}

It's nearly been two weeks time since GSoC accepted students have been declared, and here I am still writing my first blog😅, I was busy the previous week. So, lets get going. This will be a start to the GSoC series, I will be consistently documenting my journey on my blog so, tune in atleast biweekly [here](https://afridhussain.tech).
It's nearly been two weeks time since GSoC accepted students have been declared, and here I am still writing my first blog😅, I was busy the previous week. So, lets get going. This will be a start to the GSoC series, I will be consistently documenting my journey on my blog so, tune in atleast biweekly [here](https://afrid.in).

## What is GSoC

Expand Down Expand Up @@ -90,7 +90,7 @@ I will be documenting my journey on my blog, to follow up, visit my blog once a


### links
- https://afridhussain.tech
- https://afrid.in
- https://github.com/rpm-software-management/rpmlint/pull/1021
- https://github.com/rpm-software-management/rpmlint/pulls?q=is%3Apr+author%3Aafrid18

Expand Down
14 changes: 9 additions & 5 deletions content/post/gsoc-mid-evaluation/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
title: "GSoC MID EVALUATION: PASSED 🎉"
author: "Afrid Hussain"
date: 2023-07-17T16:36:50+05:30
Description: "Google Summer of Code MID Evaluation"
thumbnail: "images/post9/mid-term.png"
Tags: ["OpenSource", "GSoC", "Evaluation"]
Categories: ["GSoC"]
DisableComments: false
# Description: "Google Summer of Code MID Evaluation"
cover:
image: images/post9/mid-term.png
caption: "Google Summer of Code"
relative: true
# Tags: ["OpenSource", "GSoC", "Evaluation"]
# Categories: ["GSoC"]
# DisableComments: false
---

Hi, I have a great news about my Google Summer of Code Journey. I am glad to share that I have **passed** my Google Summer of Code Mid Evaluation.
Expand Down
7 changes: 5 additions & 2 deletions content/post/prepping-for-gsoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
title: "Prepping for GSoC - 'Community Bonding Period'"
date: 2023-05-22T19:54:36+05:30
Description: "In this post I will be sharing how my community bonding period of GSoC'23 is going on. And internal details..."
thumbnail:
"images/post2/opensuse.png"
# thumbnail:
# "images/post2/opensuse.png"
cover:
image: "images/post2/opensuse.png"
relative: false # To use relative path for cover image, used in hugo Page-bundles
categories:
- Google
- Open Source
Expand Down
4 changes: 3 additions & 1 deletion content/post/week1-at-GSoC/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "GSoC: Week1"
date: 2023-06-03T12:20:45+05:30
thumbnail: "images/post3/week1.png"
cover:
image: "images/post3/week1.png"
relative: false
Description: "Blog series of my GSoC Journey"
Tags: ["GSoC", "OpenSUSE"]
Categories: ["Open Source", "Software Developement"]
Expand Down
5 changes: 4 additions & 1 deletion content/post/week10-at-gsoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week10"
date: 2023-08-12T19:45:47+05:30
Description: "In this blog post, I would like to share my weekly progress of Google Summer of code with OpenSUSE"
thumbnail: "images/post13/week10.png"
# thumbnail: "images/post13/week10.png"
cover:
image: "images/post13/week10.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week11-at-gsoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: week11"
date: 2023-08-19T23:48:16+05:30
Description: "In this blog post, I would like to share my weekly progress of Google Summer of code with OpenSUSE"
thumbnail: "images/post14/week11.png"
# thumbnail: "images/post14/week11.png"
cover:
image: "images/post14/week11.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week12-at-gsoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week12"
date: 2023-08-27T19:36:53+05:30
Description: "In this blog post, I would like to share my weekly progress of Google Summer of code with OpenSUSE"
thumbnail: "images/post15/week12.png"
cover:
image: images/post15/week12.png
caption: "Google Summer of Code"
relative: true
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week2-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week2"
date: 2023-06-11T14:23:52+05:30
Description: "My Second Week at Google Summer of Code 2023 at OpenSUSE"
thumbnail: "images/post4/week2.png"
# thumbnail: "images/post4/week2.png"
cover:
image: "images/post4/week2.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
6 changes: 5 additions & 1 deletion content/post/week3-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
title: "GSoC: Week3"
date: 2023-06-21T17:59:05+05:30
Description: "My third week at Google Summer of Code 2023 at OpenSUSE"
thumbnail: "images/post5/week3.png"
# thumbnail: "images/post5/week3.png"
cover:
image: "images/post5/week3.png"
relative: false

Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week4-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week4"
date: 2023-06-30T12:10:45+05:30
Description: "My forth week at Google has been good. In this blog I will share my learnings and progress for the same"
thumbnail: "images/post6/week4.png"
# thumbnail: "images/post6/week4.png"
cover:
image: "images/post6/week4.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week5-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week5"
date: 2023-07-09T17:24:20+05:30
Description: "My fifth week at Google has been good. In this blog I will share my learnings and progress for the same"
thumbnail: "images/post7/week5.png"
# thumbnail: "images/post7/week5.png"
cover:
image: "images/post7/week5.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week6-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week6"
date: 2023-07-17T15:56:39+05:30
Description: "In this blog, I would like to share my progress of Google Summer of Code 2023, for week 6"
thumbnail: "images/post8/week6.png"
# thumbnail: "images/post8/week6.png"
cover:
image: "images/post8/week6.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
3 changes: 3 additions & 0 deletions content/post/week7-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: "GSoC: Week7"
date: 2023-07-30T11:18:43+05:30
Description: "In this blog, I would like to share my progress of Google Summer of Code 2023, for week 7"
thumbnail: "images/post10/week7.png"
cover:
image: "images/post10/week7.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week8-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week8"
date: 2023-07-30T12:54:09+05:30
Description: "In this blog, I would like to share my progress of Google Summer of Code 2023, for week 8"
thumbnail: "images/post11/week8.png"
# thumbnail: "images/post11/week8.png"
cover:
image: "images/post11/week8.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
5 changes: 4 additions & 1 deletion content/post/week9-at-GSoC/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: "GSoC: Week9"
date: 2023-08-04T20:05:08+05:30
Description: "In this blog post, I would like to share my weekly progress of Google Summer of code with OpenSUSE"
thumbnail: "images/post12/week9.png"
# thumbnail: "images/post12/week9.png"
cover:
image: "images/post12/week9.png"
relative: false
Tags: ["OpenSUSE", "Open Source", "Google", "Summer of Code"]
Categories: ["Open source", "Programming"]
Series:
Expand Down
8 changes: 8 additions & 0 deletions content/search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Search" # in any language you want
layout: "search" # necessary for search
# url: "/archive"
description: "Search results"
summary: "search"
placeholder: "> search"
---
31 changes: 17 additions & 14 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
baseURL: 'https://afridhussain.tech'
baseURL: 'https://afrid.in'
title: Afrid Hussain
languageCode: en-us
DefaultContentLanguage: en
paginate: 5
contentDir: "content"

enableRobotsTXT: true
buildDrafts: false
Expand Down Expand Up @@ -59,13 +60,13 @@ params:

# profile-mode
profileMode:
enabled: false # needs to be explicitly set
enabled: true # needs to be explicitly set
title: Afrid Hussain
subtitle: "Working on myself!"
imageUrl: "static/images/solana.jpeg"
imageWidth: 120
imageHeight: 120
imageTitle: my image
# imageUrl: ""
# imageWidth: 120
# imageHeight: 120
# imageTitle: my image
buttons:
- name: Posts
url: posts
Expand All @@ -78,12 +79,14 @@ params:
Content: Learning Java and Go. Many more posts to come soon!

socialIcons:
- name: github
url: "https://github.com/afrid18"
- name: x
url: "https://x.com/afrid1808"
- name: reddit
url: "https://reddit.com/u/afrid1808"
- name: stackoverflow
url: "https://stackoverflow.com/users/22735694/afrid18"
- name: github
url: "https://github.com/afrid18"

# analytics:
# google:
Expand All @@ -93,11 +96,11 @@ params:
# yandex:
# SiteVerificationTag: "XYZabc"

cover:
hidden: false # hide everywhere but not in structured data
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
linkFullImages: true
# cover:
# hidden: false # hide everywhere but not in structured data
# hiddenInList: false # hide on list pages and home
# hiddenInSingle: false # hide on single page
# linkFullImages: false

editPost:
URL: "https://github.com/afrid18/afrid18.github.io/tree/main/content"
Expand All @@ -113,7 +116,7 @@ params:
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
# limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"]
menu:
main:
Expand Down
12 changes: 12 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
</head>
<body>

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fae7d28

Please sign in to comment.