URL links formatted, extration workflow updated, About page created. #32
Merged
URL links formatted, extration workflow updated, About page created. #32
Conversation
c98e94d to
cc75597
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements a comprehensive URL formatting and extraction workflow update, creates a proper About page, and removes blog-related functionality from the Astro-based social media archive site. The changes focus on improving URL handling by resolving Twitter's t.co links, enhancing the visual presentation with markdown formatting, and replacing tutorial content with project-specific information.
- URL extraction workflow with link resolution and markdown formatting
- New About page with GSoC and Freifunk project information
- Removal of blog-related files and tutorial content
Reviewed Changes
Copilot reviewed 33 out of 37 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/search.ts | Added marked import and modified date formatting to consistent format |
| src/styles/*.css | Updated styling for search components and text colors |
| src/scripts/search.ts | Added async markdown parsing for search results |
| src/pages/*.astro | Removed blog pages, updated About page content, simplified page titles |
| src/components/*.astro | Updated TweetCard with markdown parsing, modified search widget styling |
| build/*.py | New URL extraction and SQL processing scripts for link resolution workflow |
| package.json | Added marked dependency for markdown processing |
Comments suppressed due to low confidence (1)
src/styles/components.css:161
- The CSS class selector uses 'GitHub' with mixed case, but the corresponding component uses 'github' in lowercase. This creates inconsistency and could cause styling issues.
.fa-icon.social.GitHub {
cc75597 to
6566b60
Compare
andibraeu
reviewed
Aug 4, 2025
removed from file as its never used Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
removed hard coded #1E1E1E colors
andibraeu
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extraction workflow update:
About Page:
Removed Blog-related files and attributes
Small formatting improvements