Skip to content

Commit

Permalink
sitemap added + site modification dates
Browse files Browse the repository at this point in the history
  • Loading branch information
lowleveldesign committed Jan 4, 2024
1 parent 7232120 commit bc700fd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-feed (~> 0.12)
json
json (~> 2.7)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
- jemoji

header_pages:
Expand Down
1 change: 1 addition & 0 deletions guides/com-troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: COM troubleshooting
date: 2023-04-07 08:00:00 +0200
redirect_from:
- /articles/com-troubleshooting/
- /articles/com-troubleshooting
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Configuring Windows for effective troubleshooting
date: 2023-10-11 08:00:00 +0200
---

**Table of contents:**
Expand Down
1 change: 1 addition & 0 deletions guides/diagnosing-dotnet-apps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Diagnosing .NET applications
date: 2024-01-01 08:00:00 +0200
---

{% raw %}
Expand Down
1 change: 1 addition & 0 deletions guides/diagnosing-native-windows-apps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Diagnosing native Windows applications
date: 2024-01-01 08:00:00 +0200
---

{% raw %}
Expand Down
1 change: 1 addition & 0 deletions guides/using-etw.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Using Event Tracing for Windows (ETW)
date: 2024-01-01 08:00:00 +0200
---

{% raw %}
Expand Down
1 change: 1 addition & 0 deletions guides/using-network-tracing-tools.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Using network tracing tools
date: 2024-01-01 08:00:00 +0200
---

<!-- MarkdownTOC -->
Expand Down
1 change: 1 addition & 0 deletions guides/using-performance-counters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Using Windows Performance Counters
date: 2024-01-01 08:00:00 +0200
---

{% raw %}
Expand Down
1 change: 1 addition & 0 deletions guides/using-ttd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Using Time Travel Debugging (TTD)
date: 2024-01-01 08:00:00 +0200
---

{% raw %}
Expand Down
1 change: 1 addition & 0 deletions guides/using-windbg.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Using WinDbg
date: 2024-01-01 08:00:00 +0200
---

{% raw %}
Expand Down
1 change: 1 addition & 0 deletions guides/using-withdll-and-detours-to-trace-winapi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: page
title: Using withdll and detours to trace Win API calls
date: 2023-11-25 08:00:00 +0200
---

**Table of contents:**
Expand Down

0 comments on commit bc700fd

Please sign in to comment.