Song-hyunji / Song-hyunji.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

프론트엔드 공부 중인 주니어 개발자입니다.

Getting Started

  1. You will need Ruby and Bundler to use Jekyll. Following Using Jekyll with Bundler to fullfill the enviromental requirement.

  2. Installed dependencies in the Gemfile:

$ bundle install 
  1. Serve the website (localhost:4000 by default):
$ bundle exec jekyll serve  # alternatively, npm start

Development (Build From Source)

To modify the theme, you will need Grunt. There are numbers of tasks you can find in the Gruntfile.js, includes minifing JavaScript, compiling .less to .css, adding banners to keep the Apache 2.0 license intact, watching for changes, etc.

Yes, they were inherited and are extremely old-fashioned. There is no modularization and transpilation, etc.

Critical Jekyll-related code are located in _include/ and _layouts/. Most of them are Liquid templates.

This theme uses the default code syntax highlighter of jekyll, Rouge, which is compatible with Pygments theme so just pick any pygments theme css (e.g. from here and replace the content of highlight.less.

Lisence

이 블로그는 Hux blog(https://github.com/Huxpro/huxpro.github.io) 코드로 만들어졌습니다.

Apache License 2.0. Copyright (c) 2015-present Huxpro

Hux Blog is derived from Clean Blog Jekyll Theme (MIT License) Copyright (c) 2013-2016 Blackrock Digital LLC.

About

License:Apache License 2.0


Languages

Language:HTML 31.5%Language:CSS 24.2%Language:Less 23.3%Language:JavaScript 19.7%Language:Ruby 1.2%Language:Shell 0.1%