Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
✨ chore: Update author information and contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
mubareksd committed Apr 26, 2024
1 parent e67e458 commit 557ad48
Show file tree
Hide file tree
Showing 12 changed files with 1,134 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
resources
public
public
node_modules
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm run commitlint ${1}
4 changes: 4 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm i
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["gitmoji"],
};
6 changes: 3 additions & 3 deletions config/_default/author.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Author config

name = "Mubarek Seid Juhar"
email = "hello@mubareksd.com"
link = "https://mubareksd.com"
avatar = "/images/2-modified.png"
email = "mubareksd@gmail.com"
link = "https://mubareksd.github.io"
avatar = "/images/prototype.png"
gravatarEmail = ""
2 changes: 1 addition & 1 deletion config/_default/params.am.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
Twitter = "mubareksd"
Gitlab = "mubareksd"
phone = "+251951410010"
Email = "hello@mubareksd.com"
Email = "mubareksd@gmail.com"
RSS = true
2 changes: 1 addition & 1 deletion config/_default/params.ar.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
Twitter = "mubareksd"
Gitlab = "mubareksd"
phone = "+251951410010"
Email = "hello@mubareksd.com"
Email = "mubareksd@gmail.com"
RSS = true
2 changes: 1 addition & 1 deletion config/_default/params.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ description = "Personal blog of Mubarek Seid Juhar"
Twitter = "mubareksd"
Gitlab = "mubareksd"
phone = "+251951410010"
Email = "hello@mubareksd.com"
Email = "mubareksd@gmail.com"
RSS = true
2 changes: 1 addition & 1 deletion config/_default/params.ti.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
Twitter = "mubareksd"
Gitlab = "mubareksd"
phone = "+251951410010"
Email = "contact@mubareksd.com"
Email = "mubareksd@gmail.com"
RSS = true
10 changes: 8 additions & 2 deletions content/posts/alif_privacy_policy/index.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
weight: 1
title: 'Alif: Privacy Policy'
title: "Alif: Privacy Policy"
date: 2023-10-21T21:29:01+08:00
lastmod: 2023-10-21T21:29:01+08:00
draft: false
Expand All @@ -21,22 +21,28 @@ Alif Privacy Policy
Effective Date: 2023-11-14

1. **No Data Collection:**

- We do not collect any personal information, usage data, or any other data from our users.

2. **User Anonymity:**

- Our app is designed to respect user privacy, and we do not track or store any identifiable information about our users.

3. **No Third-Party Services:**

- We do not use any third-party services that might collect user data on our behalf.

4. **User Controls:**

- Since we do not collect any user data, there are no user controls related to data privacy.

5. **Security Measures:**

- While we don't collect user data, we still prioritize the security of the app and employ measures to protect user privacy.

6. **Policy Changes:**

- Any future changes to this privacy policy will be made clear, although they will continue to reflect our commitment to not collecting user data.

7. **Contact Information:**
- For privacy concerns or questions, please contact us at <hello@mubareksd.com>.
- For privacy concerns or questions, please contact us at <mubareksd@gmail.com>.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "mubareksd.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"commitlint": "commitlint --edit",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"commitlint": "^19.3.0",
"commitlint-config-gitmoji": "^2.3.1",
"husky": "^9.0.11",
"prettier": "^3.2.5"
}
}
Loading

0 comments on commit 557ad48

Please sign in to comment.