Giter Site home page Giter Site logo

devstarsj.github.io's Introduction

Github Blog

  • https://DevStarSJ.github.io
  • 이 블로그는 변성윤님 블로그 테마를 기반으로 제작되었습니다
    • 박민님 테마 대비 다른 점은 검색 시스템을 붙인 점입니다
  • 본 테마(혹은 박민님 테마)를 사용하고 싶으신 경우, issue 또는 메일([email protected])로 사용 요청을 해주세요. 이 블로그의 소스는 제 피와 땀으로 만들었기 때문에 요청을 주시는 것이 예의라고 생각합니다 :)(사실 요청하신 분들에게 거절할 생각도 없습니다)

Structure

  • 다른 분들이 이 테마를 Fork할 경우, 사용할 수 있도록 블로그 구조에 대해 설명합니다
├── README.md
├── _config.yml : 기본 설정이 저장된 파일
├── _data : 유저 데이터가 저장된 폴더, author.yml만 수정하면 됨
├── _draft : 초안 작성 폴더, 커밋해도 반영되지 않음
├── _featured_categories : 카테고리(메뉴판의 큰 제목)
├── _featured_tags : 카테고리의 태그(메뉴판의 소제목)
├── _includes : 기본 홈페이지 포맷
├── _ipynbs : ipynb 저장 폴더
├── _js : 자바스크립트 소스 저장 폴더
├── _layouts : 타입별 레이아웃 폴더
├── _plugins : 플러그인 저장 폴더. 그러나 Github에서 빌드시 플러그인 사용 불가능
├── _posts : 글 저장 폴더
├── _sass
├── _site : 빌드시 생기는 폴더, 신경쓸 필요 없음
├── about.md : about에서 나타날 내용
├── assets : css, js, img 등 저장하는 폴더
├── favicon.ico : favicon 아이콘
├── feed.xml
├── index.html
├── robots.xml
├── search.html
├── sitemap.xml
├── tile-wide.png
└── tile.png
  • _config.yml, _data, _featured_categories, _featured_tags, about.md 내용 수정
  • favicon.ico, tile-wide.png, tile.png 원하는 이미지로 설정

추가 라이브러리

  • Rouge : Code Highlighter
sudo gem install rouge

로컬 빌드

  • Ruby가 설치되어 있어야 합니다
  • Ruby 설치는 공식 문서 참고
bundle exec jekyll serve

원격 빌드

  • Github 저장소에 Push

글 작성

  • _featured_categories, _featured_tags 설정한 후, _posts에 글을 작성합니다
  • 글 제목 형태는 2018-01-03-title1.md 이런 방식처럼 작성! 날짜를 빼고 쓰면 반영되지 않습니다

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.