Commit graph

28 commits

Author SHA1 Message Date
b67a8a893a feat: Change file structure
- Move return object to named export for 11ty config
- screens is now view
- 11ty data files moved to view/_data
- templates is now view/_includes
- Both are the default directories
- data is now used as intended, for user data
- Update index to reflect filenames and structure
2026-04-05 14:13:32 +02:00
c518672db0 feat: Demo config changed 2026-04-03 13:15:13 +02:00
c4947a9c04 docs: Update README
Change project description to current toolset and update usage.
2026-03-15 09:27:33 +01:00
d3ab17d5a1 feat: Add check for content
The `source/screens` directory is checked for any present file. This changes the permalink path for demo/index.liquid.

- Add fs module to eleventy config
- Add function to check for files
- Add demoPath to global data
- Change permalink for demo index to use demoPath
2026-03-15 08:52:09 +01:00
437c561847 chore: Add and remove 11ty plugins
- Add eleventy-plugin-webc
- Remove eleventy-upgrade-help
2026-03-14 17:00:18 +01:00
a5bf80cb91 feat: Remove nunjucks
- Remove all nunjucks templates, macros and partials
- Remove nunjucks config from eleventy
- Remove njk from template formats
2026-03-12 20:23:17 +01:00
99b98635e7 feat: Update songbook
- Change songbook from njk to liquid
- Add song partial
2026-03-10 22:13:28 +01:00
fdef673886 feat: Update card and placeholder
- Change card from njk to liquid
- Fix flag placeholder
- Update structure of card
2026-03-10 19:40:03 +01:00
6ae411c83b feat: Update intro and placeholder
- Change intro from njk to liquid
- New svg content for brand shortcode
- New style for brand in ui
2026-03-08 18:18:54 +01:00
9b44963ba2 feat: Make game sub
- Move game and intro to own collection
- Add index
- Add brand placeholder to shortcodes
- Add variant of placeholder to menu
2026-03-08 17:00:04 +01:00
43de7d86fa build: Use ES module system
- Update package.json with type
- Change eleventy config to use import and export
- Add comments for jshint and inspection
2026-03-04 19:22:55 +01:00
d64bf61a9c feat: Replace layouts template
- Change nunjucks to liquid for layouts screen
- Add shortcodes for placeholders to eleventy
2026-02-21 12:16:34 +01:00
fd5f3ba89f chore: Add possibility to deploy
- New npm scripts
- New folder for deployment content
- Currently using a fixed --pathprefix option with hippie as value
- Add deploy to gitignore
2026-02-19 20:43:52 +01:00
a3eb2250ab feat: Add hippie-script as dependency
Foundation to move all global JavaScript to the new repo.
2025-11-02 17:18:12 +01:00
d65016c5d1 style: Change " to ' 2025-11-01 12:04:26 +01:00
4a347b821e fix: Pass through copy for jquery 2025-11-01 12:01:58 +01:00
ff5d4bd3eb feat: Add jquery dependency
- Add jquery version 3.7.1
- Remove external script resource from app template
- Add eleventy passthrough to build/vendor
2025-10-27 21:15:57 +01:00
07656b404f feat: Introduce liquid templates 2025-10-26 15:19:14 +01:00
30ad2f3067 feat: Change normalize css dependency
- Remove old v7.0.0 vendor file
- Add node package for normalize css
- Still not in use
2025-06-21 14:35:43 +02:00
a33163d556 feat: Add bootstrap icons dependency
- Add node package for bootstrap icons
- New eleventy config addPassthroughCopy for package files
- Change link to local resource
- Change all node dependencies to production
2025-06-21 14:22:31 +02:00
fa63f026c5 fix: move demo links to correct templates 2024-08-11 17:23:31 +02:00
c18ed30b74 feat!: move every layout to demo folder
- source/screens is now free for user files
- rename demo templates to their equivalent sources
- add demo maintenance template
- demo templates use html base element
2024-08-11 12:05:18 +02:00
be425e8be5 feat: change log output and template structure
- new global variable debugMode
- demo templates are now based on hippie defaults joined with template inheritance
- add log macros
- new function logAdd()
- log uses global state
2024-08-10 15:25:41 +02:00
a5f07468e7 feat: enable markdown template format 2024-08-09 20:03:07 +02:00
8eb377717a fix: variable naming 2024-08-08 20:35:08 +02:00
959f84c655 Added possibility to start hot reloading local server 2023-10-25 22:22:19 +02:00
3358e1858b Fixed missing global data 2023-10-25 21:30:02 +02:00
ef9d665849 Introduced 11ty
Set new version based on all changes since last version change, which was 0.4.2.

Removed obsolete devDependencies, now only using 11ty and sass.

Update to package.json fields

- New sass version
- Update to project links
- Rearranged fields
- New commands for 'scripts' that include changes from branch testing-npm-scripts
- Added field 'private' to prevent publishing by mistake

Added configuration for 11ty to reflect previous behaviour from gulp.

- Moved source/templates/demo/data.json to source/screens/demo.json so it can be used
- Fixed demo template so it can use the data source
- Removed source/data/demo.json which was not used
2023-10-25 20:25:09 +02:00