Skip to content

Commit 97666fc

Browse files
authored
Merge pull request #14 from deframer/website-part-7
social media images
2 parents d9e8214 + 7c67f36 commit 97666fc

7 files changed

Lines changed: 229 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site/
22
.python-venv
33
.venv
4+
.cache
45
__pycache__

.markdownlint-cli2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
config:
22
default: true
33
MD013: false # Disable line length check
4+
MD025: false # Allow title in frontmatter and H1 in body
45
MD033:
56
allowed_elements:
67
- img

docs/de/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Journalistische Neutralität
3+
description: Der News Deframer erkennt journalistische Neutralität und Framing in Nachrichtenartikeln mithilfe von LLMs.
4+
---
5+
16
# News Deframer
27

38
Der "News Deframer" ist ein sprachliches Analysetool, für alle Ihre präferierten Nachrichtenseiten. Mit Hilfe von LLMs analysiert es die Nachrichten Schlagzeilen. Die Anwendung besitzt zwei Verwendungsmöglichkeiten: einen **RSS-Feed-Proxy** und ein **Browser-Plugin**.

docs/en/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Journalistic neutrality analysis
3+
description: News Deframer will detect journalistic neutrality and framing in news articles by using LLMs.
4+
---
5+
16
# News Deframer
27

38
News Deframer will detect journalistic neutrality and framing in news articles. By leveraging Large Language Models (LLMs), it analyzes the news headlines. It can act as an **RSS Feed Proxy** or as a **browser plugin**.

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ plugins:
6161
copyright: Copyright © 2026
6262
- search
6363
- glightbox
64+
- social:
65+
cards_layout_options:
66+
# background_color: "#000000"
67+
# color: "#ffffff"
68+
font_family: Roboto
6469

6570
extra_javascript:
6671
- js/language-detect.js

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
88
"mkdocs",
9-
"mkdocs-material",
9+
"mkdocs-material[imaging]",
1010
"mkdocs-glightbox",
1111
"mkdocs-static-i18n",
1212
]

uv.lock

Lines changed: 211 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)