11 Commits

Author SHA1 Message Date
ransurf
c0f07cb5f3 Add null checks for empty dataview queries (#157) 2023-05-22 16:51:11 +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
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
Ole Eskild Steensen
35475402e1 Add support for vercel search 2023-01-22 23:29:14 +01:00
Ole Eskild Steensen
53ab95bd12 Sass should ignore theme.css file 2023-01-22 22:51:17 +01:00
Ole Eskild Steensen
0fe8b10233 Fix stylesheet link, and add new file to plugin-info 2023-01-21 12:12:59 +01:00
Ole Eskild Steensen
49b4104e56 Ignore .idea folder 2023-01-08 14:21:00 +01:00
Ole Eskild Steensen
eee9e9aa5f Implemented search box 2022-11-06 23:56:20 +01: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
4689824bab Added support for setting obsidiantheme 2022-03-15 15:11:50 +01:00
Ole Eskild Steensen
5c88fc3f67 🌅 Initial commit 2022-02-14 19:22:33 +01:00