Skip to content

Releases: lovkyndig/kirkepostille

Faster load

20 Sep 08:16
fe53f2f
Compare
Choose a tag to compare

Updating packages and problem new packages created + som old things who waited to be fixed.
Not loading blog, only note-page in slug-page. Faster loading. Fix find()-function and svg (button).

Target _blank

27 Apr 12:02
Compare
Choose a tag to compare

Backup of v0.3.9 before the summer.
This is the latest version where target _blank is working properly.

Google Play Store

24 Apr 13:18
Compare
Choose a tag to compare

Google Play Store - Open testing - OK

Install as normally. Then:

  • bubblewrap init --manifest=https://kirkepostille.vercel.app/manifest.webmanifest --directory="bubblewrap" and follow the instruction.

  • bubblewrap build and follow the instruction.

  • Create New app in Google Play Store.

  • Upload app-release-bundle.aab to the new app (in one of the three tests) in Google Play Store.

After local changes update the Play Store with:

  • bubblewrap update and
  • bubblewrap build.
  • Then upload the new app-release-bundle-package to Play Store.

offline-pwa

14 Apr 11:20
Compare
Choose a tag to compare
  • workbox-precache ok.
  • runtimeCaching ok.
    Added after testing:
  • All md-files are in cache after use, and don't need to be copied (manually) to the public-folder.

4x100% test-results

23 Mar 15:02
Compare
Choose a tag to compare

100% Health Score, 100% SEO, 100% Best Practices & 100% Accessibility.

100% helth score

18 Mar 08:54
Compare
Choose a tag to compare
  • Release all md-files (139)
  • 100% helth score from app.ahrefs.com.
  • vue-gtag plugins ok.
  • google-site-verification meta ok.
  • katex.css loads in nuxt.config.
  • load constans from app/constants - not app.config.

First release

14 Mar 13:23
Compare
Choose a tag to compare

First version where the second search-engine, window.find()., is wokring properly.

Setup

All I need to make it work
My local developing requires node and yarn
yarn install - installing dependencies from package.json (into node_modules).
yarn dev - localhost:3000 (shows the website)
yarn build is not necessary, but Vercel is using build and the deployment wan't be published if there are errors. (Some errors are not shown with yarn dev.)
yarn generate - Generates pagefind-files (necessary if md-files is changed).
In Github Desktop push it to Github
Create account on Vercel
Publish the Github-repo to subdomain on Vercel.