Jekyll static site with bilingual content support and responsive design.
- Framework: Jekyll 4.x
- Hosting: GitHub Pages
- Typography: Noto Serif JP
- Build: Minification via jekyll-minifier
/
├── _layouts/ # Page templates
├── _posts/ # Article content
├── assets/ # CSS, JS, images
├── tags/ # Tag collection pages
└── *.html # Site pages
bundle install
bundle exec jekyll serve- Pagination: 5 posts per page
- Collections: Tags only
- Plugins: SEO, sitemap, feed, minifier
- Theme variables: CSS custom properties
- Articles use
postlayout - Pages use
defaultlayout - Tag pages use
taglayout - Bilingual content via dual-column layout
Auto-deploy to GitHub Pages on push to main branch.