Skip to content

Commit

Permalink
Update docs, config, and theme assets
Browse files Browse the repository at this point in the history
  • Loading branch information
hluebbering committed Mar 22, 2024
1 parent a44ddce commit ed2ebd2
Show file tree
Hide file tree
Showing 33 changed files with 229 additions and 205 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
.hugo_build.lock
6 changes: 0 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ googleAnalytics = "" #YOUR GOOGLE ANALYTICS CODE
[params.background]
type = "default" #BACKGROUND TYPE: [ default, blured ]

# Google MAPS
[params.googleMaps]
key = "your_api_key" #YOUR GOOGLE MAPS API KEY: leave empty if you want to hide Google Maps
lat = "40.773328" #YOUR GOOGLE MAPS LATITUDE
long = "-73.960088" #YOUR GOOGLE MAPS LONGITUDE
zoom = "14" #YOUR GOOGLE MAPS ZOOM VALUE

# Sidebar
[params.sidebar]
Expand Down
17 changes: 9 additions & 8 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<meta name="author" content=" " />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including. minimum-scale=1.0, maximum-scale=1.0,-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />

<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
Expand Down
17 changes: 9 additions & 8 deletions docs/blog/google-page-rank/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
17 changes: 9 additions & 8 deletions docs/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
17 changes: 9 additions & 8 deletions docs/blog/multimodal-neurons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
17 changes: 9 additions & 8 deletions docs/blog/space-exploration-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
17 changes: 9 additions & 8 deletions docs/categories/data-science/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
17 changes: 9 additions & 8 deletions docs/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="bslthemes" />

Expand All @@ -28,20 +28,20 @@


<!-- Preload Fonts -->
<link rel="preload" href="https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/PPHatton/PPHatton-Regular.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/VeryVogue/VeryVogueDisplay.woff2' as="font" type="font/woff2" crossorigin>
<link rel="preload" href='https://hluebbering.github.io/fonts/IntegralCF/IntegralCF-Regular.woff2' as="font" type="font/woff2" crossorigin>


<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/fonts/fonts.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/fonts/fonts.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/fonts/fonts.css"></noscript>


<!-- Icons -->



<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css">
<link rel="preload" as="style" onload="this.rel = 'stylesheet'" href='https://hluebbering.github.io/plugins/font-awesome/css/all.css'>
<noscript><link rel="stylesheet" href="https://hluebbering.github.io/plugins/font-awesome/css/all.css"></noscript>


Expand All @@ -65,10 +65,11 @@
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta)
{
if (screen.width < 375)
if (screen.width < 400)
{
var newScale = screen.width / 375;
viewportmeta.content = 'width=375, minimum-scale=' + newScale + ', maximum-scale=1.0, user-scalable=no, initial-scale=' + newScale + '';

viewportmeta.content = 'width=device-width, initial-scale=0.5';
}
else
{
Expand Down
Loading

0 comments on commit ed2ebd2

Please sign in to comment.