https://github.com/suminb/blog
Personal blog (source)
https://github.com/suminb/blog
Last synced: 3 months ago
JSON representation
Personal blog (source)
- Host: GitHub
- URL: https://github.com/suminb/blog
- Owner: suminb
- Created: 2016-10-26T16:33:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-25T16:37:19.000Z (8 months ago)
- Last Synced: 2026-03-19T08:55:17.333Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 23.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
The following Ruby packages must be installed.
* `jekyll`
* `jekyll-redirect-from`
* `jekyll-redirect-to`
* `jekyll-paginate`
* `jekyll-rst` (This one cannot be installed via `gem`; refer the below section
for further instructions)
Although most articles are written in Markdown, some are written in
reStructuredText. It requires
[`jekyll-rst`](https://github.com/xdissent/jekyll-rst) plugin in order to
render the articles.
The `jekyll-rst` plugin itself requires `docutils` and `pygments`. To install
them, exeucte the following command in a Python virtual environment.
pip install docutils pygments
It also requires a Ruby package `rbST`, which can be installed as:
gem install RbST
The `jekyll-rst` plugin is already included in this project as a Git submodule,
and it can be retrieved by issuing the following command.
git submodule update --init --recursive
## Checklist for writing a post
1. Format file name correctly (`yyyy-mm-dd-title.format`)
1. Put `page.meta.disqus_identifier`
1. Categories and tags
1. For tags, specify in which language the post is written
1. Author's name
### Categories
- Computer Science
- Geeky Stuff
- General
- Mathematics
- Programming
- Review
- Security
- Software Engineering
- Troubleshooting
- Tutorial
- 개똥 철학 (Rubbish Philosophy)
- 생활 코딩 (Casual Coding)