Wooncloud.js
module.exports = getBlogTitle;

function getBlogTitle() {
  return `
    코드 예쁘게 이미지화 해주는 사이트 모음
  `.trim();
}