Skip to content

korosuke613/homepage-2nd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

korosuke613 homepage

Setup

npm install

Development

npm run dev

Build

npm run build

Preview generated artifacts

npm run preview

Convert to webp

example

cwebp ./hoge.png -o hoge.webp

Structure

Root

astro.config.mjs

Astroの設定関連。 https://docs.astro.build/ja/core-concepts/project-structure/#astroconfigmjs

public

Astro のビルドプロセスで処理する必要のないファイルやアセットを格納する場所。 https://docs.astro.build/ja/core-concepts/project-structure/#public

assets

src

images

pages

ページを格納する場所。必須。 https://docs.astro.build/ja/core-concepts/project-structure/#srcpages

posts

partials

templates

utils