Skip to content

Commit

Permalink
Site updated: 2024-11-06 21:02:11
Browse files Browse the repository at this point in the history
  • Loading branch information
starlitxiling committed Nov 6, 2024
1 parent 196748e commit cc6958d
Show file tree
Hide file tree
Showing 53 changed files with 6,097 additions and 1,788 deletions.
79 changes: 40 additions & 39 deletions 2023/09/20/vim/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2023/09/24/ProgramMisuse/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2023/10/02/clash-keyword/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2023/10/26/Interaction/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2023/11/10/AssembleCrash/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2023/11/27/tmux/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/03/08/vimium/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/05/12/linux-lib/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/05/23/swap/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/06/26/Git-proxy/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/07/12/Install/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/07/16/error/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/07/17/time/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/07/29/FanControl/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/07/30/LinuxLuminarium/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/08/27/scoop-on-git-bash/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions 2024/09/07/Dynamic-link-library/index.html

Large diffs are not rendered by default.

94 changes: 55 additions & 39 deletions 2024/09/14/Math-Formula/index.html

Large diffs are not rendered by default.

916 changes: 916 additions & 0 deletions 2024/10/16/Github-workflow/index.html

Large diffs are not rendered by default.

932 changes: 932 additions & 0 deletions 2024/11/04/Flash-phone/index.html

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions 404.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2023/09/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2023/10/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2023/11/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2023/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/03/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/05/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/06/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/07/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/08/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/09/index.html

Large diffs are not rendered by default.

931 changes: 931 additions & 0 deletions archives/2024/10/index.html

Large diffs are not rendered by default.

931 changes: 931 additions & 0 deletions archives/2024/11/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/2024/page/2/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/index.html

Large diffs are not rendered by default.

105 changes: 65 additions & 40 deletions archives/page/2/index.html

Large diffs are not rendered by default.

130 changes: 75 additions & 55 deletions essays/index.html

Large diffs are not rendered by default.

Binary file added images/1730897457249.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024-11-06_19-41.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024-11-06_19-46.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
282 changes: 124 additions & 158 deletions index.html

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions js/layouts/essays.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Function to format the dates
function formatEssayDates() {
const dateElements = document.querySelectorAll(".essay-date");

if (!dateElements) {
return;
}

dateElements.forEach(function (element) {
const rawDate = element.getAttribute("data-date");
const locale = config.language || "en";

const formattedDate = moment(rawDate).locale(locale).calendar();
element.textContent = formattedDate;
});
}

try {
swup.hooks.on("page:view", formatEssayDates);
} catch (e) {
console.error(e);
}

// Initial call for the first page load
document.addEventListener("DOMContentLoaded", formatEssayDates);
2 changes: 2 additions & 0 deletions js/libs/moment-with-locales.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/libs/moment.min.js

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions links/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions masonry/index.html

Large diffs are not rendered by default.

200 changes: 161 additions & 39 deletions page/2/index.html

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions search.xml

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions tags/Examine/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions tags/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions tags/pwn/index.html

Large diffs are not rendered by default.

79 changes: 40 additions & 39 deletions tags/tools/index.html

Large diffs are not rendered by default.

0 comments on commit cc6958d

Please sign in to comment.