Welcome to the personal tech blog of Jonghwan Kim (itinerant developer).
This blog shares insights, research, and experiences across various IT fields, including AI, deep learning, and medical imaging process.
- Author: Jonghwan Kim (itinerant developer)
- Main Topics: AI, Deep Learning, Medical Imaging, Breast Ultrasound, Development Notes, Language Learning
- Purpose:
To document the latest technology trends, research reviews, project implementations, development experiences, and practical tips for continual learning and knowledge sharing.
- Clone this repository or download the ZIP and extract it.
- Open your terminal and move to the project root directory (where
_config.ymlis located). - Ensure Ruby and Bundler are installed.
Install Bundler if needed:gem install bundler
- Install project dependencies:
bundle install
- Run the local development server:
bundle exec jekyll serve - Open http://localhost:4000/ in your web browser.
_config.yml— Site-wide configuration file_posts/— Blog posts in Markdown format_data/,_includes/,_layouts/— Jekyll and Hydejack theme customizations_featured_categories/— Category descriptions and structureassets/— Static files (images, CSS, JavaScript)Gemfile— Dependency management for Ruby gemsREADME.md,README(ko).md— Blog overview and usage guide
- Update basic information like title, tagline, and author details in
_config.yml. - Customize appearance and functionality using the Hydejack theme documentation.
- Modify
_includes/and_layouts/to adjust layouts and components.
- This blog is intended for personal learning, documentation, and sharing.
- The site uses the Hydejack theme under its respective license.
- When reusing blog content or code snippets, please provide appropriate attribution.
For questions, collaboration, or feedback:
📧 Email
🐙 GitHub Issues