Home | Notes | Projects > Website
Created and maintaining a documentation website for publishing reusable technical information gained through personal studies and projects
Used Markdown to create and format the content, Jekyll to generate the website, and GitHub Pages to host it
File -> Preferences -> Export -> HTML
Append in <head />
xxxxxxxxxx21<title>Kyungjae's Website</title>2<link rel="icon" type="image/x-icon" href="img/favicon.png">Optimal size of favicon image: 32x32 px
Append in <body />
xxxxxxxxxx31<footer>2<p style="text-align: center;"><i>- Original works by Kyungjae Lee -</i></p>3</footer> File -> Preferences -> Markdown
