Skip to content

Commit

Permalink
chore: add globals & manifest.json wd-177
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 22, 2023
1 parent 3502933 commit 16535e3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
5 changes: 5 additions & 0 deletions source/data/global.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
title: 'Vladyslav Zubko',
description: 'Interface Developer',
domain: 'https://whatislove.dev',
}
15 changes: 15 additions & 0 deletions source/manifest.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
permalink: manifest.json
---

{
"id": "/",
"name": "{{ global.title }}",
"description": "{{ global.description }}",
"lang": "en",
"dir": "ltr",
"start_url": "/",
"display": "browser",
"orientation": "natural",
"theme_color": "#ffffff"
}
10 changes: 0 additions & 10 deletions source/manifest.webmanifest

This file was deleted.

0 comments on commit 16535e3

Please sign in to comment.