nibula 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,7 +5,7 @@ All notable changes to Nibula are documented here.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [1.2.1] - 2026-07-23
8
+ ## [1.2.2] - 2026-07-23
9
9
 
10
10
  ### Added
11
11
  - **Full favicon set**: `favicon.svg`, `favicon-32.png` and `apple-touch-icon.png`
package/README.md CHANGED
@@ -21,7 +21,7 @@ Building a website from scratch involves a lot of moving parts: templating, buil
21
21
  - ðŸŠķ **Lightweight by default** — SCSS frameworks can be filtered so you ship only what you actually use
22
22
  - 🌍 **Open source** — free to use, free to modify, free to share
23
23
 
24
- ![Version](https://img.shields.io/badge/version-1.2.1-blue)
24
+ ![Version](https://img.shields.io/badge/version-1.2.2-blue)
25
25
  ![License](https://img.shields.io/badge/license-Apache--2.0-blue)
26
26
  ![Eleventy](https://img.shields.io/badge/11ty-v3.1.2-black)
27
27
 
package/bin/create.js CHANGED
@@ -75,7 +75,7 @@ const FRONTEND_EXCLUDE = {
75
75
  };
76
76
 
77
77
  const CREATE_DIRS = [
78
- 'src/frontend/routes',
78
+ 'src/frontend/_routes',
79
79
  ];
80
80
 
81
81
  // Backend files that belong to exactly one backend, matched by basename.
@@ -170,6 +170,7 @@ const PROJECT_PACKAGE = {
170
170
  'bootstrap-icons': '^1.13.1',
171
171
  'bulma': '^1.0.4',
172
172
  'foundation-sites': '^6.9.0',
173
+ 'github-markdown-css': '^5.9.0',
173
174
  'glob': '^13.0.6',
174
175
  'uikit': '^3.25.13',
175
176
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nibula",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A beginner-friendly static site generator built on Eleventy that stays close to vanilla HTML, CSS and JS — with a page-management CLI, an optional PHP backend, and SEO files generated for you.",
5
5
  "keywords": [
6
6
  "static-site-generator",