Giter VIP home page Giter VIP logo

zzangkkmin.github.io's Introduction

소개

저의 Github 블로그로 개발, 알고리즘, 취업, 기타 등등 글을 올리는 곳입니다. 혹시나 제 블로그 참고하여 fork뜰려면 아래의 글들을 꼭 참고해주시길 바랍니다. 그리고 이 블로그도 TheoryDB님 블로그를 참고해 만들었습니다. TheoryDB님 감사합니다 :)

폴더별 규칙

  • _data: authors.yml을 개인정보에 맞게 수정해주시길 바랍니다.

  • _featured_catagories: 메뉴의 대분류입니다. 아래의 구조로 이루어져 있을 것입니다.

    • ---
      layout: list
      title: Algorithm
      slug: algo
      menu: true
      submenu: true
      order: 3
      description: >
        알고리즘 지식에 관한 글  
      ---
      
  • _featured_tags: 메뉴의 소분류입니다. 아래의 구조로 이루어져 있을 것입니다. 파일명은 카테고리-태그.md로 이루어져 있습니다.

    • ---
      layout: tag-blog
      title: Basic
      slug: basic
      category: algo
      menu: false
      order: 1
      ---
      
  • _posts: 글들이 담겨져있는 폴더입니다. 아래의 구조로 이루어져 있습니다. 파일명은 YYYY-MM-DD-카테고리-이름.md로 이루어져 있습니다. 이 형식은 꼭 지켜주셔야 합니다.

    • ---
      layout: post  
      title: "alpha Test"  
      subtitle: "Test"  
      categories: think  
      tags: [think]   
      comments: true  
      # header-img: img/review/2019-11-22-review-book-pycharm-1.jpg  
      ---
      
      [글 내용]
      

zzangkkmin.github.io's People

Contributors

zzangkkmin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.