From 10b390e2dc95fa783dee7ce0057fc76ab5c5271e Mon Sep 17 00:00:00 2001
From: thiswillbeyourgithub
<26625900+thiswillbeyourgithub@users.noreply.github.com>
Date: Sat, 18 Oct 2025 15:19:25 +0200
Subject: [PATCH] fix: use https instead of http
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
---
_config.yml | 8 ++++----
_data/authors.yml | 4 ++--
_data/cv.json | 12 ++++++------
_includes/footer.html | 6 +++---
_layouts/compress.html | 2 +-
_pages/about.md | 2 +-
_pages/archive-layout-with-content.md | 4 ++--
_pages/markdown.md | 2 +-
_pages/terms.md | 4 ++--
_publications/2009-10-01-paper-title-number-1.md | 6 +++---
_publications/2010-10-01-paper-title-number-2.md | 6 +++---
_publications/2015-10-01-paper-title-number-3.md | 6 +++---
_publications/2024-02-17-paper-title-number-4.md | 2 +-
_publications/2025-06-08-paper-title-number-5.md | 2 +-
14 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/_config.yml b/_config.yml
index 004493804ad..4163a88be17 100644
--- a/_config.yml
+++ b/_config.yml
@@ -38,7 +38,7 @@ author:
googlescholar : "https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
inspire-hep : # URL
impactstory : # URL
- orcid : "http://orcid.org/yourorcidurl"
+ orcid : "https://orcid.org/yourorcidurl"
semantic : # URL
pubmed : "https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
@@ -292,14 +292,14 @@ defaults:
# Sass/SCSS
sass:
sass_dir: _sass
- style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
+ style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink: /:categories/:title/
# paginate: 5 # amount of posts to show
# paginate_path: /page:num/
-timezone: Etc/UTC # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+timezone: Etc/UTC # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins
@@ -351,7 +351,7 @@ tag_archive:
# HTML Compression
-# - http://jch.penibelst.de/
+# - https://jch.penibelst.de/
compress_html:
clippings: all
ignore:
diff --git a/_data/authors.yml b/_data/authors.yml
index 8c5d15e025a..c2ddf5747af 100644
--- a/_data/authors.yml
+++ b/_data/authors.yml
@@ -2,7 +2,7 @@
Name Name:
name : "Name Name"
- uri : "http://name.com"
+ uri : "https://name.com"
email : "name@name.com"
bio : "This is the first name."
avatar : "bio-photo-2.jpg"
@@ -15,4 +15,4 @@ Name2 Name2:
bio : "I ordered what?"
avatar : "bio-photo.jpg"
twitter : "name2"
- google_plus : "Name"
\ No newline at end of file
+ google_plus : "Name"
diff --git a/_data/cv.json b/_data/cv.json
index 7f97d2beb7d..2b2ec398d59 100644
--- a/_data/cv.json
+++ b/_data/cv.json
@@ -21,7 +21,7 @@
{
"network": "ORCID",
"username": "",
- "url": "http://orcid.org/yourorcidurl"
+ "url": "https://orcid.org/yourorcidurl"
},
{
"network": "GitHub",
@@ -69,28 +69,28 @@
"name": "Paper Title Number 1",
"publisher": "Journal 1",
"releaseDate": "2009-10-01",
- "website": "http://academicpages.github.io/files/paper1.pdf",
+ "website": "https://academicpages.github.io/files/paper1.pdf",
"summary": "This paper is about the number 1. The number 2 is left for future work."
},
{
"name": "Paper Title Number 2",
"publisher": "Journal 1",
"releaseDate": "2010-10-01",
- "website": "http://academicpages.github.io/files/paper2.pdf",
+ "website": "https://academicpages.github.io/files/paper2.pdf",
"summary": "This paper is about the number 2. The number 3 is left for future work."
},
{
"name": "Paper Title Number 3",
"publisher": "Journal 1",
"releaseDate": "2015-10-01",
- "website": "http://academicpages.github.io/files/paper3.pdf",
+ "website": "https://academicpages.github.io/files/paper3.pdf",
"summary": "This paper is about the number 3. The number 4 is left for future work."
},
{
"name": "Paper Title Number 4",
"publisher": "GitHub Journal of Bugs",
"releaseDate": "2024-02-17",
- "website": "http://academicpages.github.io/files/paper3.pdf",
+ "website": "https://academicpages.github.io/files/paper3.pdf",
"summary": "This paper is about fixing template issue #693."
}
],
@@ -149,4 +149,4 @@
"description": "Short description of portfolio item number 1
"
}
]
-}
\ No newline at end of file
+}
diff --git a/_includes/footer.html b/_includes/footer.html
index 127f70805c4..5e5f8596ebc 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -7,10 +7,10 @@
{{ site.data.ui-text[site.locale].follow_label }}
{% endif %}
{% if site.author.github %}
- GitHub
+ GitHub
{% endif %}
{% if site.author.bitbucket %}
- Bitbucket
+ Bitbucket
{% endif %}
{% if site.atom_feed.hide != true %}
{{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}
@@ -20,6 +20,6 @@
{% endif %}
diff --git a/_layouts/compress.html b/_layouts/compress.html
index 8248010b4a8..faf1251d8a1 100644
--- a/_layouts/compress.html
+++ b/_layouts/compress.html
@@ -1,7 +1,7 @@
---
# Jekyll layout that compresses HTML
# v3.0.2
-# http://jch.penibelst.de/
+# https://jch.penibelst.de/
# © 2014–2015 Anatol Broder
# MIT License
---
diff --git a/_pages/about.md b/_pages/about.md
index 1595a5b2a63..492fccc93ea 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -27,7 +27,7 @@ Getting started
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
-1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
+1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](https://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
1. Check status by going to the repository settings, in the "GitHub pages" section
diff --git a/_pages/archive-layout-with-content.md b/_pages/archive-layout-with-content.md
index 07052f4d5ea..8559b435e72 100644
--- a/_pages/archive-layout-with-content.md
+++ b/_pages/archive-layout-with-content.md
@@ -105,7 +105,7 @@ Make any link standout more when applying the `.btn` class.
### Anchor Tag (aka. Link)
-This is an example of a [link](http://github.com "GitHub").
+This is an example of a [link](https://github.com "GitHub").
### Abbreviation Tag
@@ -174,4 +174,4 @@ This allows you to denote variables.
{% include base_path %}
{% for post in site.pages %}
{% include archive-single.html %}
-{% endfor %}
\ No newline at end of file
+{% endfor %}
diff --git a/_pages/markdown.md b/_pages/markdown.md
index c217ce7d1c2..8da05c54993 100644
--- a/_pages/markdown.md
+++ b/_pages/markdown.md
@@ -345,7 +345,7 @@ This is the regular text.[^1] This is more regular text.[^note]
### Anchor Tag (aka. Link)
-This is an example of a [link](http://github.com "GitHub").
+This is an example of a [link](https://github.com "GitHub").
### Abbreviation Tag
diff --git a/_pages/terms.md b/_pages/terms.md
index 3c7479bc276..6ab84b36800 100644
--- a/_pages/terms.md
+++ b/_pages/terms.md
@@ -28,7 +28,7 @@ All of this information is not linked to anything that is personally identifiabl
### Cookies and Web Beacons
-When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment.
+When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](https://disqus.com) the next time you leave a comment.
Third-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out.
@@ -36,4 +36,4 @@ If you wish to disable cookies, you may do so through your web browser options.
#### Google Analytics
-Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html).
\ No newline at end of file
+Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](https://www.google.com/analytics/learn/privacy.html).
diff --git a/_publications/2009-10-01-paper-title-number-1.md b/_publications/2009-10-01-paper-title-number-1.md
index d616936b0e1..599bfec810c 100644
--- a/_publications/2009-10-01-paper-title-number-1.md
+++ b/_publications/2009-10-01-paper-title-number-1.md
@@ -6,9 +6,9 @@ permalink: /publication/2009-10-01-paper-title-number-1
excerpt: 'This paper is about the number 1. The number 2 is left for future work.'
date: 2009-10-01
venue: 'Journal 1'
-slidesurl: 'http://academicpages.github.io/files/slides1.pdf'
-paperurl: 'http://academicpages.github.io/files/paper1.pdf'
-bibtexurl: 'http://academicpages.github.io/files/bibtex1.bib'
+slidesurl: 'https://academicpages.github.io/files/slides1.pdf'
+paperurl: 'https://academicpages.github.io/files/paper1.pdf'
+bibtexurl: 'https://academicpages.github.io/files/bibtex1.bib'
citation: 'Your Name, You. (2009). "Paper Title Number 1." Journal 1. 1(1).'
---
The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
diff --git a/_publications/2010-10-01-paper-title-number-2.md b/_publications/2010-10-01-paper-title-number-2.md
index 00637099397..be1801b4465 100644
--- a/_publications/2010-10-01-paper-title-number-2.md
+++ b/_publications/2010-10-01-paper-title-number-2.md
@@ -6,9 +6,9 @@ permalink: /publication/2010-10-01-paper-title-number-2
excerpt: 'This paper is about the number 2. The number 3 is left for future work.'
date: 2010-10-01
venue: 'Journal 1'
-slidesurl: 'http://academicpages.github.io/files/slides2.pdf'
-paperurl: 'http://academicpages.github.io/files/paper2.pdf'
+slidesurl: 'https://academicpages.github.io/files/slides2.pdf'
+paperurl: 'https://academicpages.github.io/files/paper2.pdf'
citation: 'Your Name, You. (2010). "Paper Title Number 2." Journal 1. 1(2).'
---
-The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
\ No newline at end of file
+The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
diff --git a/_publications/2015-10-01-paper-title-number-3.md b/_publications/2015-10-01-paper-title-number-3.md
index 42bf1d4ae7c..630775cba46 100644
--- a/_publications/2015-10-01-paper-title-number-3.md
+++ b/_publications/2015-10-01-paper-title-number-3.md
@@ -6,9 +6,9 @@ permalink: /publication/2015-10-01-paper-title-number-3
excerpt: 'This paper is about the number 3. The number 4 is left for future work.'
date: 2015-10-01
venue: 'Journal 1'
-slidesurl: 'http://academicpages.github.io/files/slides3.pdf'
-paperurl: 'http://academicpages.github.io/files/paper3.pdf'
+slidesurl: 'https://academicpages.github.io/files/slides3.pdf'
+paperurl: 'https://academicpages.github.io/files/paper3.pdf'
citation: 'Your Name, You. (2015). "Paper Title Number 3." Journal 1. 1(3).'
---
-The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
\ No newline at end of file
+The contents above will be part of a list of publications, if the user clicks the link for the publication than the contents of section will be rendered as a full page, allowing you to provide more information about the paper for the reader. When publications are displayed as a single page, the contents of the above "citation" field will automatically be included below this section in a smaller font.
diff --git a/_publications/2024-02-17-paper-title-number-4.md b/_publications/2024-02-17-paper-title-number-4.md
index 5fd722cc8ae..2e9864ec554 100644
--- a/_publications/2024-02-17-paper-title-number-4.md
+++ b/_publications/2024-02-17-paper-title-number-4.md
@@ -6,7 +6,7 @@ permalink: /publication/2024-02-17-paper-title-number-4
excerpt: 'This paper is about fixing template issue #693.'
date: 2024-02-17
venue: 'GitHub Journal of Bugs'
-paperurl: 'http://academicpages.github.io/files/paper3.pdf'
+paperurl: 'https://academicpages.github.io/files/paper3.pdf'
citation: 'Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).'
---
diff --git a/_publications/2025-06-08-paper-title-number-5.md b/_publications/2025-06-08-paper-title-number-5.md
index a8f66415240..f2dde40ee3c 100644
--- a/_publications/2025-06-08-paper-title-number-5.md
+++ b/_publications/2025-06-08-paper-title-number-5.md
@@ -6,7 +6,7 @@ permalink: /publication/2024-02-17-paper-title-number-4
excerpt: 'This paper is about a famous math equation, $$E=mc^2$$'
date: 2024-02-17
venue: 'GitHub Journal of Bugs'
-paperurl: 'http://academicpages.github.io/files/paper3.pdf'
+paperurl: 'https://academicpages.github.io/files/paper3.pdf'
citation: 'Your Name, You. (2024). "Paper Title Number 3." GitHub Journal of Bugs. 1(3).'
---