-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
article engine with missing privacy page (#45)
* article engine with privacy page * fix spacing on list * bump version
- Loading branch information
Showing
9 changed files
with
211 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ dist-ssr | |
*.local | ||
.vercel | ||
src/version.ts | ||
.obsidian | ||
|
||
# Logs | ||
logs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# GScale Privacy | ||
|
||
## How are builds saved? | ||
|
||
Builds are saved on your device. This might change in the future with additional feature additions like a potential account sync feature, those features are going to be opt-in. | ||
|
||
## What kind of analytics does this site use? | ||
|
||
gscale.cc uses Cloudflare Analytics. The following data is collected anonymously. The purpose of collecting said data will also be explained. | ||
|
||
**Visits** are counted to determine various things. | ||
|
||
- **Visit by country**: To help determine if localization is needed. | ||
- **Referrers**: To help find websites which might contain feedback. | ||
- **Hosts**: This is always gscale.cc and is not relevant. | ||
- **Paths**: Helps to determine the popularity of certain characters. | ||
- **Operating system**, Browser and Device type: Can help determine if gscale.cc can use modern web technologies which might not be supported on older systems and helps determine if a feature needs better mobile support. | ||
|
||
**Page Visits** are counted to determine the popularity of certain characters. | ||
**Page load time and Core Web Vitals (LCP, FID and CLS)** are collected to determine the performance of gscale.cc. | ||
|
||
Cloudflare retains this data for 30 days. | ||
To learn more about Cloudflare Analytics please visit [the documentation](https://developers.cloudflare.com/analytics/web-analytics). | ||
|
||
That's it, thank you very much. | ||
_glaciyan_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<script setup lang="ts"> | ||
import PageContainer from "./PageContainer"; | ||
</script> | ||
|
||
<template> | ||
<PageContainer size="sm"> | ||
<slot /> | ||
</PageContainer> | ||
</template> | ||
|
||
<style lang="less"> | ||
.markdown-body { | ||
h1 { | ||
@apply text-3xl font-bold my-4 text-light-important; | ||
} | ||
h2 { | ||
@apply text-2xl font-bold mt-4 mb-2 text-light-important; | ||
} | ||
p { | ||
@apply text-light-normal my-4; | ||
} | ||
strong { | ||
@apply font-bold; | ||
} | ||
ul { | ||
@apply list-disc ml-8 p-0 mx-4; | ||
} | ||
a { | ||
@apply text-blue-400 hover:underline; | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8b0625c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: