Skip to content

Commit

Permalink
OG image update
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Jan 16, 2025
1 parent 95cb22d commit 94aa2c9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
title: A standards-first web framework
title: A standards first web framework
description: Nue is HTML, CSS, and JavaScript taken to their absolute peak.
date: 2025-01-17
# unlisted: true
---

Today Nue takes a new, more natural direction: it becomes a **standards-first web framework**. The focus has always been to strip away artificial layers and help developers take modern HTML, CSS, and JavaScript to their absolute peak. This shift is important, because now we can more directly work on solving the two key issues in frontend development:
Today Nue takes a new, more natural direction: it becomes a **standards first web framework**. The focus has always been to strip away artificial layers and help developers take modern HTML, CSS, and JavaScript to their absolute peak. This shift is important, because now we can more directly work on solving the two key issues in frontend development:



Expand Down Expand Up @@ -39,7 +38,7 @@ The JavaScript monolith isn't just a technical problem, it is suffocating the cr



## The standards-first web framework
## The standards first web framework

To relieve my disappointment with the frontend ecosystem, I'm showing a better way to build websites. It is based on the following foundations:

Expand Down
4 changes: 2 additions & 2 deletions packages/nuejs.org/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# The standards-first web framework
Nue is a standards-first framework that returns web development back to its core strengths. It takes modern HTML, CSS, and JavaScript to their natural peaks without introducing unnecessary abstractions.
# The standards first web framework
Nue is a standards first framework that returns web development back to its core strengths. It takes modern HTML, CSS, and JavaScript to their natural peaks without introducing unnecessary abstractions.

[image /img/standards-first.png]
width: 600
Expand Down
2 changes: 1 addition & 1 deletion packages/nuejs.org/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Our blog adds metadata to each post through "front matter" - YAML at the start o

```yaml
---
title: A standards-first framework
title: A standards first framework
description: Taking HTML, CSS and JavaScript to their peak
date: 2024-01-15
---
Expand Down
2 changes: 1 addition & 1 deletion packages/nuejs.org/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
globals: ["@global", css]
libs: ["@lib", docs/lib, blog/lib]

og: /img/og.png
og: /img/standards-first.png
favicon: /img/favblue.png
view_transitions: true
native_css_nesting: true
Expand Down
2 changes: 1 addition & 1 deletion packages/nuekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


## Standards first web framework
Nue is a standards-first web framework that returns web development back to its core strengths. It takes modern HTML, CSS, and JavaScript to their natural peaks without introducing unnecessary abstractions.
Nue is a standards first web framework that returns web development back to its core strengths. It takes modern HTML, CSS, and JavaScript to their natural peaks without introducing unnecessary abstractions.

It is based on the following foundations:

Expand Down

0 comments on commit 94aa2c9

Please sign in to comment.