diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b70892d --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,16 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - Coordinate-Cat + categories: + - title: Site Development + labels: + - site + - title: Documentation Maintenance + labels: + - documentation + - title: Other Changes + labels: + - "*" \ No newline at end of file diff --git a/README.md b/README.md index 26fbb1c..175bd2e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# JAPAN-OSINT +# OSINT-JAPAN ⚠️During the maintenance process -![japan-osint.png](japan-osint.png) +![japan-osint.png](static/osint.png) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Coordinate-Cat/JAPAN-OSINT/TOC%20Generator?color=fff&label=TOC%20Generator) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Coordinate-Cat/JAPAN-OSINT/Markdown%20Workflow?color=fff&label=Markdown%20Link%20Check) ![GitHub](https://img.shields.io/github/license/Coordinate-Cat/JAPAN-OSINT?color=black) diff --git a/japan-osint.png b/japan-osint.png deleted file mode 100644 index 16b5921..0000000 Binary files a/japan-osint.png and /dev/null differ diff --git a/package.json b/package.json index 9390788..5f8557a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "sveltekit-blog-template", + "name": "osint-japan", "version": "0.0.1", "scripts": { "dev": "npm run md-to-json & svelte-kit dev", diff --git a/src/assets/styles/global.css b/src/assets/styles/global.css index dd6c3d5..e7a3b9f 100644 --- a/src/assets/styles/global.css +++ b/src/assets/styles/global.css @@ -8,7 +8,7 @@ --link-color: #0076df; --border-color: #e5e7eb; font-size: 16px; - font-family: Helvetica, Arial, sans-serif; + font-family: Inter, Arial, sans-serif; } h1 { diff --git a/src/lib/blogMetaData.ts b/src/lib/blogMetaData.ts index 820c6d3..e9bba83 100644 --- a/src/lib/blogMetaData.ts +++ b/src/lib/blogMetaData.ts @@ -1,4 +1,4 @@ export const blogMetaData = { - blogTitle: 'BlogTemplate', + blogTitle: 'OSINT JAPAN', description: 'A full featured blog template build with sveltekit' } \ No newline at end of file diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 0ec1c76..045cc27 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -1,3 +1,7 @@ + + @@ -47,8 +54,4 @@ .footer__links__item__link:hover { border-bottom: 1.5px solid var(--secondary-color); } - - .footer__copy-right { - color: var(--secondary-color); - } diff --git a/src/lib/components/PostDetail.svelte b/src/lib/components/PostDetail.svelte index edb6227..0c838ce 100644 --- a/src/lib/components/PostDetail.svelte +++ b/src/lib/components/PostDetail.svelte @@ -12,7 +12,7 @@ {format(new Date(post.date), "MMMM DD, YYYY")}, - by Yourname + by Oka
diff --git a/src/routes/about.svelte b/src/routes/about.svelte index 449a930..9ce33a4 100644 --- a/src/routes/about.svelte +++ b/src/routes/about.svelte @@ -43,5 +43,9 @@ />

About

-

Tell People about you!!

+

+ Repository of this + site +

+
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index b1787ae..ebd24b2 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,10 +1,10 @@