483 Commits

Author SHA1 Message Date
Ole Eskild Steensen
0a98901ce8
Stop images from overflowing on smaller screense 2023-10-01 15:05:36 +02:00
Ole Eskild Steensen
e95e7be370 Support setting metadata on callouts and images 2023-09-30 17:21:36 +02:00
Ole Eskild Steensen
ea4a85ac76 Nunjuck shouldn't render the markdown from notes 2023-09-21 15:19:13 +02:00
Ole Eskild Steensen
830855d6e9
Use red graphite as default theme
It looks much better than the theme I hacked together, and is the same as the dg docs
2023-09-12 10:38:25 +02:00
Ole Eskild Steensen
69f20fa1ba Bugfix: graph would flash on intial page load 2023-07-09 22:26:23 +02:00
Keang
a64f5e2a1f
Fix missing close quotation (#184) 2023-06-26 16:41:17 +02:00
bayang
7df3ef0d1e
fix: search by tags (#171) 2023-06-26 16:41:07 +02:00
Ole Eskild Steensen
bda59556a2 Make URL links clickable (#317) 2023-06-26 16:33:26 +02:00
Ole Eskild Steensen
0a067cc87f Fix image scaling 2023-05-26 11:25:13 +02:00
Ole Eskild Steensen
4663102ebc Fix for smaller images 2023-05-26 11:18:50 +02:00
Ole Eskild Steensen
b216452d7a Move back to npm-run-all as concurrently throws errors 2023-05-26 10:56:41 +02:00
Anant Shrivastava
181c7ea609
replacing npm-run-all with concurrency, removing unused packages and upgraded packages via npm update in general (#168) 2023-05-24 14:20:07 +02:00
Ole Eskild Steensen
48b7162298
Local flexsearch (#160)
* Switch to using local search
* Switch from lunr to FlexSearch
* Cache searchindex in localstorage
* Link unresolved links to 404 page in build step
2023-05-23 22:14:50 +02:00
Anant Shrivastava
2899392b9e
Create build.yml (#164)
This github action when enabled will help us find any build error on commits.
2023-05-22 22:16:53 +02:00
Ole Eskild Steensen
9d45cde0e6
Use correct parameter for setting favicon outpu 2023-05-22 19:03:06 +02:00
Ole Eskild Steensen
ca1d520b8f Merge branch 'anantshri-favicon_fix' 2023-05-22 16:55:13 +02:00
Ole Eskild Steensen
61cbf6f661 Merge branch 'main' into anantshri-favicon_fix 2023-05-22 16:54:34 +02:00
ransurf
c0f07cb5f3 Add null checks for empty dataview queries (#157) 2023-05-22 16:51:11 +02:00
bayang
aa1473d8fa fix display bug for admontion to callout conversion (#150)
admonition accepts parameters on the first 4 lines.
These lines are displayed in teh resulting html and the collapsing
does not work.
2023-05-22 16:50:46 +02:00
Ten
53c8a104e3 Change cdn.jsdelivr.net to fastly.jsdelivr.net. (#156) 2023-05-22 16:50:46 +02:00
dependabot[bot]
dce6393bcc Bump @11ty/eleventy-img from 3.0.0 to 3.1.0 (#139)
Bumps [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/11ty/eleventy-img/releases)
- [Commits](https://github.com/11ty/eleventy-img/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-img"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:50:44 +02:00
Ole Eskild Steensen
c94d92a0e7 Regenerated package lock 2023-05-22 16:44:29 +02:00
dependabot[bot]
53a7aa48d5 Bump glob from 10.2.1 to 10.2.4 (#155)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.1 to 10.2.4.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.2.1...v10.2.4)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:43:18 +02:00
dependabot[bot]
ad86edd9df Bump axios from 1.3.5 to 1.4.0 (#145)
Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.5...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:43:18 +02:00
dependabot[bot]
60c6350bf7 Bump sass from 1.62.0 to 1.62.1 (#144)
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.62.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:43:18 +02:00
ransurf
52e0aad72c
Add null checks for empty dataview queries (#157) 2023-05-22 16:42:02 +02:00
bayang
2c14fcc1b9
fix display bug for admontion to callout conversion (#150)
admonition accepts parameters on the first 4 lines.
These lines are displayed in teh resulting html and the collapsing
does not work.
2023-05-22 16:33:21 +02:00
Ten
88d3fb928b
Change cdn.jsdelivr.net to fastly.jsdelivr.net. (#156) 2023-05-22 16:16:17 +02:00
dependabot[bot]
7bc011d46a
Bump @11ty/eleventy-img from 3.0.0 to 3.1.0 (#139)
Bumps [@11ty/eleventy-img](https://github.com/11ty/eleventy-img) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/11ty/eleventy-img/releases)
- [Commits](https://github.com/11ty/eleventy-img/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy-img"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:10:41 +02:00
dependabot[bot]
ad780ca41f
Bump glob from 10.2.1 to 10.2.4 (#155)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.1 to 10.2.4.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.2.1...v10.2.4)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:10:12 +02:00
dependabot[bot]
9e803a4eb8
Bump axios from 1.3.5 to 1.4.0 (#145)
Bumps [axios](https://github.com/axios/axios) from 1.3.5 to 1.4.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.5...v1.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:10:03 +02:00
dependabot[bot]
8490a93d0a
Bump sass from 1.62.0 to 1.62.1 (#144)
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.62.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 16:09:44 +02:00
Anant Shrivastava
4f4f003ebe fixing the plugin references 2023-05-09 13:58:15 +05:30
Anant Shrivastava
ab44de0fc8 removing vulnerable favicon generator and replacing it with alternative 2023-05-07 00:46:57 +05:30
Cody Burleson
370f0fedb3
Avoid manipulating folder case (#143)
* Avoid transforming folder label case
---------

Co-authored-by: Cody Burleson <cody.burleson@cnhind.com>
Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-05-02 17:29:57 +02:00
Utsob Roy
66519a6ae1
Transform dataview tables to add proper classes (#133) 2023-04-25 19:53:19 +02:00
Utsob Roy
4b93ad4e43
contentClasses from settings (#132) 2023-04-25 17:05:47 +02:00
Ole Eskild Steensen
d7dca4e45f Fix RSS feed #136 2023-04-25 16:46:09 +02:00
Ole Eskild Steensen
a02bfd53b7 Fixed #135 2023-04-25 10:25:48 +02:00
dependabot[bot]
8748d7bccb
Bump axios from 1.3.4 to 1.3.5 (#125)
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 08:00:39 +02:00
dependabot[bot]
8d94722041
Bump glob from 9.2.1 to 10.2.1 (#131)
Bumps [glob](https://github.com/isaacs/node-glob) from 9.2.1 to 10.2.1.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v9.2.1...v10.2.1)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 08:00:29 +02:00
dependabot[bot]
a732acd1ad
Bump @azure/storage-blob from 12.13.0 to 12.14.0 (#129)
* Move vercel.json to filesToAdd (#115)

* vercel.json to filesToAdd

* Netlify config doesn't need to be overwritten on every update

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>

* Table wrapper for markdown tables (#114)

* table wrapper for markdown tables

* minimal formatting

* minimal formatting

* Only show scroll when neccessary

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>

* Image optimization (#116)

* image optimizations

* added cache to gitignore

* fault tolerant img generation

* crash fix

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>

* Bump @azure/storage-blob from 12.13.0 to 12.14.0

Bumps [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) from 12.13.0 to 12.14.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_12.13.0...@azure/storage-blob_12.14.0)

---
updated-dependencies:
- dependency-name: "@azure/storage-blob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Utsob Roy <roy@utsob.me>
Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 08:00:22 +02:00
dependabot[bot]
e7a235fe25
Bump sass from 1.59.2 to 1.62.0 (#128)
Bumps [sass](https://github.com/sass/dart-sass) from 1.59.2 to 1.62.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.59.2...1.62.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 08:00:14 +02:00
dependabot[bot]
c820d35802
Bump @11ty/eleventy from 2.0.0 to 2.0.1 (#120)
Bumps [@11ty/eleventy](https://github.com/11ty/eleventy) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/11ty/eleventy/releases)
- [Changelog](https://github.com/11ty/eleventy/blob/master/docs/release-instructions.md)
- [Commits](https://github.com/11ty/eleventy/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: "@11ty/eleventy"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-18 08:00:05 +02:00
Utsob Roy
b2dc085f48
Port the graph to alpineJS (#119)
* Port the graph to alpinejs

* removed whitespace

* remove console log
2023-04-18 07:59:22 +02:00
Utsob Roy
80616447c8
Image optimization (#116)
* image optimizations

* added cache to gitignore

* fault tolerant img generation

* crash fix

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-04-18 07:55:41 +02:00
Utsob Roy
23d2d7c7ff
Table wrapper for markdown tables (#114)
* table wrapper for markdown tables

* minimal formatting

* minimal formatting

* Only show scroll when neccessary

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-04-18 07:50:49 +02:00
Utsob Roy
b44de6e0f8
Move vercel.json to filesToAdd (#115)
* vercel.json to filesToAdd

* Netlify config doesn't need to be overwritten on every update

---------

Co-authored-by: Ole Eskild Steensen <oleeskild@users.noreply.github.com>
2023-04-18 07:46:47 +02:00
Ole Eskild Steensen
225ec79b05 Fix up styling of search button so its centered 2023-03-26 13:12:55 +02:00
Ole Eskild Steensen
b4685efbe0 Fix note and folder ordering 2023-03-26 13:12:55 +02:00