728x90

just the docs

Jekyll의 유명한 테마중 하나이다.

GitHub Page에 배포도 가능하고 군더더기 없고 엄청 깔끔하다.

티스토리도 just the docs 테마가 있으면 적용해보고 싶다.

 

https://just-the-docs.github.io/just-the-docs/

 

Home

Just the Docs is a responsive Jekyll theme with built-in search that is easily customizable and hosted on GitHub Pages.

just-the-docs.github.io

 

728x90

'Web > HTML' 카테고리의 다른 글

textarea 엔터  (0) 2023.04.01
728x90

<p style="white-space: pre-line;">${item.replyText }</p>

728x90

'Web > HTML' 카테고리의 다른 글

just the docs  (0) 2023.04.03
728x90

openssl을 사용하여 pem 파일 .key와 .crt 파일로 변환

 

pem > key 파일로 변환

openssl rsa -in privkey.pem -text > [domain].key

pem > crt 파일로 변환

openssl x509 -inform PEM -in fullchain.pem -out [domain].crt

 

728x90

+ Recent posts