기존 설치형 블로그 nibbleblog가 개발중단이 되면서 다음 프로젝트가 bludit 이다.
니블은 한글파일이 있었는데 이건 없네.
급하게 만든건 올린다.
필요한 사람은 위험 감수하고 쓰삼.
bl-languages 폴더에 저장하고 관리자에서 한국어 선택하면된다.
https://www.bludit.com
https://themes.bludit.com
{
"title": "tilde converter - blog.miyu.pe.kr",
"rules": [
{
"description": "shift+esc to tilde+shift",
"manipulators": [{
"type": "basic",
"from": {
"key_code": "escape",
"modifiers": {
"mandatory": [
"shift"
]
}
},
"to": [{
"key_code": "grave_accent_and_tilde",
"modifiers": ["shift"]
}]
}]
}
]
}