45 Commits

Author SHA1 Message Date
David
c84e01f8f1
Cleanup dist before build (#269)
* Cleanup dist before build

* Use rimraf instead of rm to be os independent

* Add line ending
2024-08-14 21:11:24 +02:00
Ole Eskild Steensen
693a35f864
Bug/fullresolutionimages (#278)
* Bump 11ty/eleventy-img and change html minifier library

* Update outdated packages
2024-07-11 15:01:53 +02:00
dependabot[bot]
e33bd4d535
Bump markdown-it from 13.0.1 to 14.0.0 (#239)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 14.0.0.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/13.0.1...14.0.0)

---
updated-dependencies:
- dependency-name: markdown-it
  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>
2024-05-03 20:06:03 +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
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
Anant Shrivastava
ab44de0fc8 removing vulnerable favicon generator and replacing it with alternative 2023-05-07 00:46:57 +05:30
Ole Eskild Steensen
d7dca4e45f Fix RSS feed #136 2023-04-25 16:46:09 +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
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
dependabot[bot]
0b2143a812
Bump glob from 8.1.0 to 9.2.1 (#101)
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.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/v8.1.0...v9.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-03-16 23:20:53 +01:00
Ole Eskild Steensen
ea7f584614 Add support for rss/atom feed 2023-03-16 22:33:33 +01:00
Ole Eskild Steensen
9343b198be Merged footnote fix into main 2023-03-06 08:45:34 +01:00
Utsob Roy
8026d6f06e
feat: Minification (#94)
* added minifications for html, and css built from scss

* cleanup css themes to keep only the first comment
2023-03-06 08:41:00 +01:00
Utsob Roy
b559425c7b footnote fix via better way 2023-02-23 16:34:43 +06:00
Utsob Roy
717492ba19
Nested TOC fix (#83) 2023-02-23 10:26:53 +01:00
Utsob Roy
486a8a262f
inline code wrong highlight detection fix (#87) 2023-02-23 10:22:33 +01:00
Ole Eskild Steensen
92b999811b Upgrade to eleventy 2.0 2023-02-14 17:31:52 +01:00
Utsob Roy
afba7daf72 add downloaded theme support 2023-01-20 00:35:09 +06:00
Utsob Roy
92d49c2c54
A custom content taggification (#45)
* a custom content taggification
2023-01-19 10:31:35 +01:00
Luke-zhang-04
00011e734e fix(callouts): render nested callouts properly
previously, nested callouts were not rendered properly becuase regex
could not detect the correct closing tag for a callout that had another
callout nested inside of it.
2023-01-17 14:24:46 +01:00
idasofiegrude
4dcfeb4e7e Bumped axios 2023-01-11 22:28:56 +01:00
dependabot[bot]
7507ff878f
Bump markdown-it from 12.3.2 to 13.0.1 (#22)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.2 to 13.0.1.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.2...13.0.1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 22:24:04 +01:00
dependabot[bot]
90c51ddab1
Bump dotenv from 10.0.0 to 16.0.3 (#19)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.0.3.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v16.0.3)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 22:23:50 +01:00
Ole Eskild Steensen
0c46242b0a Add support for inline tags 2023-01-09 18:54:15 +01:00
Utsob Roy
c71685ce57
Support for block ID (#29)
Transcluded block signature to id.
Link in embedded section for header and block transclusion.
2023-01-06 08:51:14 +01:00
Ole Eskild Steensen
8da3c9317a Implemented support for table of content 2022-12-15 20:28:08 +01:00
dependabot[bot]
b03f4ef4d8
Bump @octokit/core from 3.5.1 to 4.1.0
Bumps [@octokit/core](https://github.com/octokit/core.js) from 3.5.1 to 4.1.0.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](https://github.com/octokit/core.js/compare/v3.5.1...v4.1.0)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 12:36:26 +00:00
Einar Stenberg
b3bb30e27a security fixes 2022-12-14 12:29:54 +00:00
Mark Orel
fd92473178 feat: Search using lunr
Context: having search is almots essential feature for most of the
websites. This commit adds very basic functionality based on lunrjs
library. It allows to build an use search index.

Changes:
- Build search index using 11ty template
- Adds postbuild step to build lunr index
- Adds netlify function to serve as API for search
- Adds search page and links to notes pages
- Wraps hashtags with proper styling and adds search by hashtag link to
  them
- Adds missing obsidian class for content
2022-11-06 20:11:35 +01:00
Ole Eskild Steensen
4c555c58d4 Implemented filetree, and made some adjustments to graph and backlinks 2022-11-03 16:14:12 +01:00
Ole Eskild Steensen
3836163a2c Add support for plantUML 2022-07-07 18:03:59 +02:00
Ole Eskild Steensen
1c7882d6bc Set memory heap to 4gb to account for large vaults 2022-04-20 13:24:28 +02:00
Ole Eskild Steensen
5c7339eab5 Render mathjax in build time 2022-03-27 19:59:05 +02:00
Ole Eskild Steensen
5cc21ac870 Add support for empty admonition title and checkboxes 2022-03-22 22:36:52 +01:00
Ole Eskild Steensen
b31a5db711 Added favicon support 2022-03-18 18:42:08 +01:00
Ole Eskild Steensen
4689824bab Added support for setting obsidiantheme 2022-03-15 15:11:50 +01:00
Ole Eskild Steensen
2e9432181e Added support for highlighted text and footnotes 2022-03-10 13:59:21 +01:00
Ole Eskild Steensen
6998e7af13 Better handling of custom styling 2022-03-06 22:22:53 +01:00
Ole Eskild Steensen
56a0bd05f8 Use graymatter package for frontmatter parsing 2022-03-02 15:54:06 +01:00
Ole Eskild Steensen
4cf09880b0 Add support for permalinks 2022-03-01 16:48:00 +01:00
Ole Eskild Steensen
7113398174 Slugify all note URLS 2022-03-01 10:28:23 +01:00
Ole Eskild Steensen
406ae3de6b Use markdownit as only highlighter 2022-02-24 12:21:46 +01:00
Ole Eskild Steensen
5c88fc3f67 🌅 Initial commit 2022-02-14 19:22:33 +01:00