Commit 97526a4
authored
General updates & tidy-up (#4)
* Refactor GitHub Actions workflow for PR previews and enhance Jekyll configuration with navigation links; remove obsolete staging files and add test staging post.
* Fix preview workflow to bypass GitHub Pages environment protection
* Refactor GitHub Actions workflow for PR previews: rename deploy-preview job to build, and update deployment steps; update email contact in about.md
* Update permissions in GitHub Actions workflow to restrict contents access to read
* Fix navigation links in Jekyll configuration to include trailing slashes; add new page layout for consistent styling.
* Add header and navigation styling for improved layout and responsiveness
* Refactor header and navigation styles for improved layout and responsiveness
* Refactor navigation styles for improved layout and responsiveness
* Refactor navigation markup for debugging and testing purposes
* Refactor header navigation for improved structure and styling
* Refactor header markup for improved structure and readability
* Refactor header structure and add dynamic navigation for improved usability
* Add header structure and navigation for improved layout and accessibility
* Refactor site header markup for improved structure and readability
* Remove unnecessary border from header navigation for improved styling
* Update header links color for improved visibility and enhance archive and tags pages with better styling and structure
* Enhance archive and tags styling with improved layout, hover effects, and responsive design
* Update archive and tags styles for improved consistency and visual appeal
* Simplify tags.md structure and styling to match home page exactly
* Override theme's green tag colors with gray colors to match design
* Remove inline styles from tags.md and delegate styling to custom.css for better maintainability
* Restore original green theme colors for tags as requested
* Update sitemap URL in robots.txt to point to the correct domain
* Convert all tags to camelCase array format: tags: [tagA, tagB]
* Update URL in _config.yml to point to the correct domain
* Add changelog section to all blog posts with initial publication dates and recent updates
* Rename welcome post file from welcome-to-devnomadic.md to devnomadic.md
* Update project configuration and enhance blog content
- Correct capitalization in project description and author bio in _config.yml
- Add a physical notebook recommendation to the remote development environment post
- Expand laptop considerations section with performance, screen quality, and port selection details
- Update styling in archive.md for better visual appeal
- Remove mobile text justification rules from custom.css
- Add Oracle Cloud Infrastructure support and enhance data structures in Albatross post
- Document recent enhancements and changelog updates in Albatross post
* Update description in _config.yml and modify post title for consistency
* Fix description and bio formatting in _config.yml for consistency
* Fix formatting of description and bio in _config.yml for consistency
* Fix HTML entity formatting in description and bio in _config.yml for consistency
* Update description and bio formatting in _config.yml for consistency
Add new features and enhancements in Albatross post, including Gen-AI search and improved security measures
* Fix formatting of architecture diagram in 2025-06-10-albatross.md for clarity
* Enhance Albatross documentation with recent updates, including static sitemap implementation, cross-browser ASCII art rendering fixes, and security hardening in deployment pipeline.
* Add jekyll-mermaid gem and update architecture diagrams in Albatross post
* Fix Mermaid chart rendering
- Add Mermaid.js CDN integration to head-custom.html
- Remove jekyll-mermaid plugin (conflicting approach)
- Add automatic conversion of mermaid code blocks to diagrams
- Include custom theming for better visual integration
- Charts should now render properly on live site
* Improve Mermaid.js initialization and add test page
- Enhanced JavaScript initialization with better error handling
- Added fallback initialization timing for more reliable loading
- Created mermaid-test.md page to verify functionality
- Fixed startOnLoad timing issues with more robust approach
* Final Mermaid.js fixes with multiple approaches
- Enhanced kramdown configuration for better code block processing
- Added mermaid.html include for alternative embedding method
- Simplified JavaScript initialization with better error handling and logging
- Added comprehensive test page with multiple methods
- Fixed timing issues with window.load event handler
* Simplify Mermaid approach with direct div method
- Remove complex JavaScript code conversion
- Add inline script to Albatross post for direct rendering
- Simplify test page with direct div elements
- Use unpkg CDN for more reliable loading
- Focus on working solution over complex automation
* Integrate jekyll-mermaid gem and update Mermaid.js configuration for improved diagram rendering
* feat: Initial commit of Albatross - a secure IP abuse checker using Blazor WebAssembly and Cloudflare Workers
- Implemented secure API proxy architecture with HMAC authentication
- Developed real-time IP reputation checking via AbuseIPDB
- Created build-time key generation for enhanced security
- Integrated Cloudflare Workers for API calls and authentication
- Added comprehensive logging and monitoring features
- Established automated deployment pipeline using GitHub Actions
- Included Cloud IP Manifest Search functionality for major cloud providers
- Enhanced user interface and experience with responsive design
- Documented architecture, security features, and lessons learned1 parent 3f06436 commit 97526a4
19 files changed
Lines changed: 780 additions & 304 deletions
File tree
- .github/workflows
- _includes
- _layouts
- _posts
- assets/css
- staging
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
31 | 44 | | |
32 | 45 | | |
33 | 46 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
11 | 29 | | |
12 | 30 | | |
13 | 31 | | |
| |||
22 | 40 | | |
23 | 41 | | |
24 | 42 | | |
| 43 | + | |
25 | 44 | | |
26 | 45 | | |
27 | 46 | | |
| |||
104 | 123 | | |
105 | 124 | | |
106 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
107 | 154 | | |
108 | 155 | | |
109 | 156 | | |
| |||
127 | 174 | | |
128 | 175 | | |
129 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
130 | 182 | | |
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
11 | 25 | | |
12 | 26 | | |
13 | 27 | | |
| |||
45 | 59 | | |
46 | 60 | | |
47 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
48 | 67 | | |
0 commit comments