Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osoriandomori/osoriandomori.github.io
develop memo. blog.
https://github.com/osoriandomori/osoriandomori.github.io
blog jekyll
Last synced: about 2 months ago
JSON representation
develop memo. blog.
- Host: GitHub
- URL: https://github.com/osoriandomori/osoriandomori.github.io
- Owner: OsoriAndOmori
- Created: 2022-07-22T08:05:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:08:08.000Z (10 months ago)
- Last Synced: 2024-03-25T14:53:20.536Z (10 months ago)
- Topics: blog, jekyll
- Language: HTML
- Homepage: https://bit.ly/3z3ksX8
- Size: 7.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book-shelf
- 오소리 사냥뀬의 Today I Learned
- 누군가가 이해할 수 있도록 설명 못 하면 아는게 아니다.```shell
# jekyll 과 bundler 추가
sudo gem install jekyll bundler# m1 인 경우 특별히 실행
gem install --user-install ffi -- --enable-libffi-alloc# 빌드
bundle install
bundle lock --add-platform x86_64-linux# 로컬 launch
# draft도 포함해서 보려면 --drafts 옵션 추가
bundle exec jekyll serve --watch --trace --drafts
```