This project is the personal website and blog of Juho Nam (남주호), a software engineer. It is built using the Jekyll static site generator and is based on a customized version of the Minimal Mistakes theme.
_sass/custom/).The project uses standard Jekyll and Bundler commands.
bundle install
http://localhost:4000) with live reloading.
bundle exec jekyll serve
_site/ directory.
bundle exec jekyll build
uglify-js (via Rake) to minify frontend scripts.
rake js
_posts/: Contains blog posts in Markdown format, following the YYYY-MM-DD-title.md naming convention._data/: YAML files containing structured site data:
navigation.yml: Main menu links.about-me/: Details for the portfolio sections (projects, work experience).site_info.yml: General site metadata._layouts/: Custom HTML layouts, primarily under _layouts/blog/._includes/: Reusable HTML components and scripts._sass/: SCSS files. Custom overrides are in _sass/custom/.assets/: Static assets such as images (in images/), CSS, and JS.blog/ & about-me/: Top-level directories for specific site sections._data/ YAML files for content updates and _sass/custom/ for styling changes to keep the core theme files clean.images/ (e.g., images/1/, images/2/) or by category (e.g., images/projects/).ko-KR (Korean).