This project is the personal website and blog of Juho Nam (남주호), a Software & AI engineer. It is built using the Jekyll static site generator and is based on a customized version of the Minimal Mistakes theme.
_sass/custom/)._posts/: Contains blog posts in Markdown format, following the YYYY-MM-DD-title.md naming convention.
2024-01-01-1.md, 2024-01-02-2.md)._data/: YAML files containing structured site data:
about-me/: Details for the portfolio sections (projects, work experience)._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).<!--excerpt open--> and <!--excerpt close--> comments.use_mathjax: true in the front matter for LaTeX rendering. Inline math with $ ... $ and Block math can be written using $$ ... $$.use_mermaid: true in the front matter. Use <div class="mermaid"> ... </div> for block diagrams.