Commit Graph

17 Commits

Author SHA1 Message Date
dependabot[bot]
ae43725a2d build(deps): bump json5 and @astrojs/preact
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact). These dependencies need to be updated together.


Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

Updates `@astrojs/preact` from 1.2.0 to 2.1.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@2.1.0/packages/integrations/preact)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@astrojs/preact"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 10:42:16 +01:00
BenRoe
b664672161 build: switch Gridsome to Astro
- use astro as static site generator
2022-10-24 15:24:07 +02:00
BenRoe
46e26aa978 build: fix build error
- update required node version to 16
- update all npm packages to latest
- fix quotation style in gridsome.config.js
2021-10-16 13:08:58 +02:00
BenRoe
c0fa6aab0a fix: update all dependencies 2021-01-21 19:39:29 +01:00
dependabot[bot]
46ee192fc4 Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 13:56:00 +02:00
BenRoe
14ea7368b7 build: update npm packages 2020-02-15 00:30:11 +01:00
BenRoe
66211c8ae5 refactor: update package.json and change license 2020-02-14 19:22:01 +01:00
BenRoe
3d181d4293 Change rss feed content generation
- RSS content will be generated from master branch commit history.
- Remove the manual editing for the src/data/rss.yaml file

Merge branch 'master' into github-graphql
2020-01-13 00:15:32 +01:00
BenRoe
e07222ed13 Update Gridsome (0.7) and other packages 2020-01-12 20:04:14 +01:00
BenRoe
5b01642365 Add gridsome-plugin-modal plugin 2019-09-15 00:46:16 +02:00
BenRoe
b2daa58b0b Working Modal 2019-09-15 00:46:16 +02:00
BenRoe
5077be6cf7 Refactor switch database page for vuetable-2 2019-08-10 12:10:26 +02:00
BenRoe
7e4c3882da Add contributor list to footer
close #30
2019-07-25 14:08:51 +02:00
BenRoe
1dde24e29b Fix rss links and update package.json 2019-07-19 19:47:56 +02:00
BenRoe
3d80c7f8e5 Add rss feed to the site 2019-07-19 19:09:28 +02:00
BenRoe
acae94f470 Update to Gridsome 0.6.6 and remove vue-good-table 2019-07-13 19:42:28 +02:00
BenRoe
30aabfbd5c Change structure for Gridsome
To make the content more unfriendly, i restructured the content and use [Gridsome](https://gridsome.org) as Static Site Generator.
The content will be visible on https://keebfol.io and is still view-able on GitHub. Navigate to the docs folder.
2019-07-13 19:16:00 +02:00