Compare commits
2 commits
0f8a1b1fd8
...
374c5c624f
Author | SHA1 | Date | |
---|---|---|---|
374c5c624f | |||
ef6d032106 |
13 changed files with 27 additions and 56 deletions
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Categories | Nickiel's Static Pages</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
@ -12,11 +11,11 @@
|
|||
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.a7cf2e93b3de95a03979d12ae93a1f43be4422a446bff4f7ccf71c285ccc2f95.js" integrity="sha256-p88uk7PelaA5edEq6TofQ75EIqRGv/T3zPccKFzML5U=" crossorigin="anonymous"></script>
|
||||
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Nickiel's Static Pages</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
@ -13,11 +12,11 @@
|
|||
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.a7cf2e93b3de95a03979d12ae93a1f43be4422a446bff4f7ccf71c285ccc2f95.js" integrity="sha256-p88uk7PelaA5edEq6TofQ75EIqRGv/T3zPccKFzML5U=" crossorigin="anonymous"></script>
|
||||
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
(()=>{console.log("This site was generated by Hugo. Test");})();
|
|
@ -0,0 +1 @@
|
|||
(()=>{})();
|
|
@ -1,27 +1,16 @@
|
|||
$(document).ready(function() {
|
||||
light_mode();
|
||||
})
|
||||
|
||||
function light_mode() {
|
||||
console.log("light mode!");
|
||||
$("body").removeClass("darkmode").removeClass("sunsetmode").addClass("lightmode");
|
||||
$("body").find("*").each(function () {
|
||||
$(this).removeClass("darkmode").removeClass("sunsetmode").addClass("lightmode");
|
||||
})
|
||||
document.body.className = document.body.className.replace("darkmode", "").replace("sunsetmode", "").replace("lightmode", "");
|
||||
document.body.className += " lightmode";
|
||||
}
|
||||
|
||||
function sunset_mode() {
|
||||
console.log("sunset mode!");
|
||||
$("body").removeClass("lightmode").removeClass("darkmode").addClass("sunsetmode");
|
||||
$("body").find("*").each(function () {
|
||||
$(this).removeClass("lightmode").removeClass("darkmode").addClass("sunsetmode");
|
||||
})
|
||||
document.body.className = document.body.className.replace("darkmode", "").replace("sunsetmode", "").replace("lightmode", "");
|
||||
document.body.className += " sunsetmode";
|
||||
}
|
||||
|
||||
function dark_mode() {
|
||||
$("body").removeClass("lightmode").removeClass("sunsetmode").addClass("darkmode");
|
||||
$("body").find("*").each(function () {
|
||||
$(this).removeClass("lightmode").removeClass("sunsetmode").addClass("darkmode");
|
||||
})
|
||||
document.body.className = document.body.className.replace("darkmode", "").replace("sunsetmode", "").replace("lightmode", "");
|
||||
document.body.className += " darkmode";
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Chrono-Track User manual | Nickiel's Static Pages</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
@ -12,11 +11,11 @@
|
|||
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.a7cf2e93b3de95a03979d12ae93a1f43be4422a446bff4f7ccf71c285ccc2f95.js" integrity="sha256-p88uk7PelaA5edEq6TofQ75EIqRGv/T3zPccKFzML5U=" crossorigin="anonymous"></script>
|
||||
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Posts | Nickiel's Static Pages</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
@ -12,11 +11,11 @@
|
|||
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.a7cf2e93b3de95a03979d12ae93a1f43be4422a446bff4f7ccf71c285ccc2f95.js" integrity="sha256-p88uk7PelaA5edEq6TofQ75EIqRGv/T3zPccKFzML5U=" crossorigin="anonymous"></script>
|
||||
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>WGU Capstone Setup Instructions | Nickiel's Static Pages</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
@ -12,11 +11,11 @@
|
|||
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.a7cf2e93b3de95a03979d12ae93a1f43be4422a446bff4f7ccf71c285ccc2f95.js" integrity="sha256-p88uk7PelaA5edEq6TofQ75EIqRGv/T3zPccKFzML5U=" crossorigin="anonymous"></script>
|
||||
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Tags | Nickiel's Static Pages</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
@ -12,11 +11,11 @@
|
|||
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
||||
|
||||
|
||||
<script src="/js/main.a7cf2e93b3de95a03979d12ae93a1f43be4422a446bff4f7ccf71c285ccc2f95.js" integrity="sha256-p88uk7PelaA5edEq6TofQ75EIqRGv/T3zPccKFzML5U=" crossorigin="anonymous"></script>
|
||||
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
|
|
|
@ -1 +1 @@
|
|||
console.log('This site was generated by Hugo. Test');
|
||||
// console.log('This site was generated by Hugo. Test');
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<body class="lightmode">
|
||||
<header>
|
||||
{{ partial "header.html" . }}
|
||||
</header>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/navbar.js"></script>
|
||||
<link rel="stylesheet" href="/catppuccin.css">
|
||||
<link rel="stylesheet" href="/variables.css">
|
||||
|
|
|
@ -1,27 +1,16 @@
|
|||
$(document).ready(function() {
|
||||
light_mode();
|
||||
})
|
||||
|
||||
function light_mode() {
|
||||
console.log("light mode!");
|
||||
$("body").removeClass("darkmode").removeClass("sunsetmode").addClass("lightmode");
|
||||
$("body").find("*").each(function () {
|
||||
$(this).removeClass("darkmode").removeClass("sunsetmode").addClass("lightmode");
|
||||
})
|
||||
document.body.className = document.body.className.replace("darkmode", "").replace("sunsetmode", "").replace("lightmode", "");
|
||||
document.body.className += " lightmode";
|
||||
}
|
||||
|
||||
function sunset_mode() {
|
||||
console.log("sunset mode!");
|
||||
$("body").removeClass("lightmode").removeClass("darkmode").addClass("sunsetmode");
|
||||
$("body").find("*").each(function () {
|
||||
$(this).removeClass("lightmode").removeClass("darkmode").addClass("sunsetmode");
|
||||
})
|
||||
document.body.className = document.body.className.replace("darkmode", "").replace("sunsetmode", "").replace("lightmode", "");
|
||||
document.body.className += " sunsetmode";
|
||||
}
|
||||
|
||||
function dark_mode() {
|
||||
$("body").removeClass("lightmode").removeClass("sunsetmode").addClass("darkmode");
|
||||
$("body").find("*").each(function () {
|
||||
$(this).removeClass("lightmode").removeClass("sunsetmode").addClass("darkmode");
|
||||
})
|
||||
document.body.className = document.body.className.replace("darkmode", "").replace("sunsetmode", "").replace("lightmode", "");
|
||||
document.body.className += " darkmode";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue