Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

github-actions hugo python
7 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python

AI Summary: This issue highlights a critical need to ensure the quality of content being summarized for a blog, expressing concern that including non-peer-reviewed or poor content could undermine its credibility. It proposes implementing a verification step to ensure that only peer-reviewed papers are selected for summarization. The goal is to maintain high content standards and prevent the publication of unreliable information.

Complexity: 1/5
enhancement help wanted good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python

AI Summary: This issue suggests relocating the "Give a star" button from the homepage to the end of each individual post. The rationale is that its current placement on the homepage is disruptive, and moving it to the post's conclusion would make readers more likely to star the content after they have finished reading and potentially enjoyed it.

Complexity: 1/5
enhancement good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python

AI Summary: This issue proposes implementing a check to prevent subsequent posts from having the same emoji in their titles. The suggested approach is to compare the emoji of a new post against the emojis present in the last four posts displayed on a page.

Complexity: 1/5
enhancement good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python
Refactor stage functions about 2 months ago

AI Summary: This issue proposes refactoring the main stage functions located in the `src/stages` directory. The current functions are identified as being excessively long and lacking docstrings, which hinders clarity and maintainability. The primary goal is to enhance modularity and improve code readability by breaking down these functions and adding proper documentation.

Complexity: 3/5
enhancement good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python

AI Summary: The `used_articles.json` file, which tracks articles used for posts, is currently updated too early in the pipeline. This can lead to articles being marked as 'used' even if the post creation process fails later on. The proposed solution is to move the update of `used_articles.json` to the final `setup_post.py` stage, ensuring it's only updated when a post is successfully created.

Complexity: 2/5
enhancement good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python
enhancement help wanted good first issue

Fully automated blog delivering posts written by AI on the latest astronomy discoveries.

HTML
#github-actions#hugo#python