s-hirano-ist / s-public

Portfolio and blog pages of s-hirano-ist

Home Page:https://s-hirano.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s-public

License Build status GitHub stars

Important

This is the source code of s-hirano.com. It consists of a portfolio and a blog which summarizes the knowledge I gained and the recent news.

βœ… Lighthouse Score

Lighthouse score: 100/100

πŸ’» Tech Stack

Main Framework - Astro
Type Checking - TypeScript
Component Framework - ReactJS
Package Manager - pnpm
Styling - TailwindCSS | DaisyUI
Fuzzy Search - FuseJS
Icons - Boxicons | Tablers
Fonts - Google Fonts
Code Formatting - Prettier
Linting - ESLint
Markdown Linting - markdownlint-cli2
CSS Linting - Stylelint
Secret linting - secretlint
Auto Commit Rejection - Husky
Package updates - Renovate
HTML checker - Nu Html Checker
Lighthouse - LightHouse
Visual regression - Playwright test
SVG optimization - svgo
Vulnerabilities Check - npm-audit Dependabot alert

My infrastructure stack

Version Management - GitHub
Deployment - Vercel Edge Networks
Analytics - Google Analytics | Vercel Speed Insights
Search Console - Google Search Console
Domain - Onamae.com

🍾 Setups

Initial setups

git clone https://github.com/s-hirano-ist/s-public.git
pnpm install

Update GitHub stars file

pnpm generate:gh-stars

Adding photos

Run task.json to add photos to ./src/assets/photo.

Instead, run the following command if you added photos to ./src/assets/photo.

  • if python installed
python script/generate_photo_path.py
  • if docker installed
docker run -it --rm -v $(pwd):/usr/src/app -w /usr/src/app python:3.11 python3 script/generate_photo_path.py

Update books at src/content/book/original.json

pnpm generate:book

Update licenses

pnpm generate:license
pnpm generate:license:summary

Check for inappropriate licenses

bash checkLicense.sh

Vercel deployment

Add GitHub integration for auto-deployment on vercel.

Google Site Verification (optional)

Access Google Search Console and publish "google-site-verification" tag. Access Onamae.com to add DNS TXT record.

β˜€ Favicon

  • Text: S
  • Background: Circle
  • Font Family: Babylonica
  • Font Variant: Regular 400 Normal
  • Font Size: 110
  • Font Color: #77A2C0

https://favicon.io/favicon-generator/

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm check Check types
pnpm dev Starts local dev server at localhost:4321
pnpm build Build production site to ./.vercel/output/static
pnpm preview Preview build locally
pnpm sync Generates TypeScript types
pnpm tsc Check types
pnpm fmt Check code format with Prettier
pnpm fmt:fix Format codes with Prettier
pnpm lint Lint with ESLint
pnpm lint:fix Fix lint with ESLint
pnpm lint:mark Lint markdown files with markdownlint-cli2
pnpm lint:mark:fix Fix lint markdown files with markdownlint-cli2
pnpm lint:css Lint css files with StyleLint
pnpm lint:css:fix Fix lint css files with StyleLint
pnpm lint:secret Lint secrets files with secretLint
pnpm snapshots Visual regression with existing screenshots
pnpm snapshots:update Visual regression but update snapshots

πŸͺ Tags & Realease

  1. Update version in package.json

  2. Run the following command

gh release create --generate-notes

πŸ“œ License

Licensed under the MIT License, Copyright Β© 2024

Licenses of used libraries

β”œβ”€ MIT: 71
β”œβ”€ Apache-2.0: 7
β”œβ”€ BSD-2-Clause: 3
β”œβ”€ ISC: 2
β”œβ”€ OFL-1.1: 1
β”œβ”€ Unlicense: 1
β”œβ”€ BSD-3-Clause: 1
β”œβ”€ MIT\*: 1
└─ MPL-2.0: 1

last updated on 30th of August 2024.

About

Portfolio and blog pages of s-hirano-ist

https://s-hirano.com

License:MIT License


Languages

Language:TypeScript 54.3%Language:Astro 37.7%Language:JavaScript 6.7%Language:Python 0.7%Language:CSS 0.4%Language:Shell 0.2%