ALL WHITE CHEAT SHEET ๐Ÿ‘€

This blog is for archiving what I learn every day on iOS including Swift, HIG, Xcode, and often programming generals such as Design Pattern, Algorithm, and so on.

Theme - Lanyon

 

๐Ÿ”ง Custom Setting Log

  1. ์ดˆ๊ธฐ ์„ค์ • - config, theme, remote ๋“ฑ๋“ฑ...

  2. jekyll admin plugin

  3. Emoji & css - layout.scss ์—์„œ ์ˆ˜์ •ํ•จ

    • jemoji

    • emoji width ํ•œ ์ค„ ๋‹ค ์ฐจ์ง€ํ•˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ - css ์ˆ˜์ • ๋‚ด์šฉ : emoji class css

      .page-content {
      	...
      	.emoji {
      		display: inline;
      		border-radius: 0px
      		width: auto
      	}
      }
  4. css - blockquote - typography.scss์— ๊ณ ์นจ

  5. Social

    • Config ํŒŒ์ผ์—์„œ ์ˆ˜์ •
    • footer ์—์„œ๋Š” ์ฃผ์†Œ๊ฐ’์ด ์žˆ๋Š” ์• ๋“ค๋งŒ ๊ฐ€์ ธ์˜ค๊ธธ๋ž˜ linkedin ์ฃผ์†Œ ์ง€์›Œ์„œ ํ•ด๊ฒฐํ•จ
  6. main cover image

    • asset์— header_image
  7. config - ๋ฏธ๋ž˜ ๋‚ ์งœ post ๋„ ํ‘œ์‹œ๋˜๋„๋ก

    • future: true ์ถ”๊ฐ€
  8. about.md ์ˆ˜์ •

  9. Logo image custom - favicon

  10. google analytics ์ถ”๊ฐ€ (2019.05.21)

  1. google ๊ฒ€์ƒ‰ ์ถ”๊ฐ€ (2019.05.21)

  2. draft folder ์ถ”๊ฐ€ (2019.05.10)

  3. heading font ์ˆ˜์ • (2019.05.28)

    • ํŒŒ์ผ ๊ฒฝ๋กœ : _sass/base/_variable.scss
    • ๋ณ€์ˆ˜๋ช…: $heading-font-family
    • font : Roboto Slab โ†’ Open Sans
  4. Tags archive page ์ถ”๊ฐ€ (2019.05.29)

    • post.html ์ฐธ์กฐํ•จ
    • site.tags ๋กœ ๋ณ€์ˆ˜๋งŒ ์ˆ˜์ •
  5. Theme ๊ต์ฒด - Lanyon (06.23.2019)

    • ์ˆ˜์ •ํ•˜์ง€ ์•Š์•„์•ผ ํ•  ๊ฒƒ : _post, _draft directory
    • google analytics ๊ด€๋ จ ํŒŒ์ผ : ga.html, sitemap.xml, googleโ€ฆ.html, robots.txt
    • ์ค‘๋ณต๋˜์ง€๋งŒ ์›๋ž˜ ํŒŒ์ผ๋กœ ์‚ฌ์šฉํ•  ๊ฒƒ(์ฃผ๋กœ ์ปค์Šคํ…€ ๊ด€๋ จ) : about.md, favicon.io
  6. _config.yml custom

    • google track id
    • paginator
    • ๊ทธ์™ธ ๋‚ด ์ •๋ณด๋กœ ์ˆ˜์ •ํ•  ๊ฒƒ๋“ค..
  7. archive page ์ถ”๊ฐ€

  8. jemoji plugin ์ถ”๊ฐ€ & style ์กฐ์ •

    • public/css/poole.css
    • <img> tag ์•ˆ์— emoji class ๋กœ ๋“ค์–ด๊ฐ€ ์žˆ์Œ
    • ๊ธฐ์กด ์Šคํƒ€์ผ + margin ์†์„ฑ์ด ์•„๋ž˜ 1rem ์žˆ๊ธธ๋ž˜ ์—†์•ฐ
    .emoji {
      display: inline;
      border-radius: 0px;
      width: auto;
      margin: 0
    }
  9. comment ๊ธฐ๋Šฅ ์ถ”๊ฐ€ - disqus ์‚ฌ์šฉ

    • post.html - related post ๋ฐ‘์— ์ฝ”๋“œ ์ถ”๊ฐ€
    • _config.yml - shorname ๋ณ€์ˆ˜ ์ถ”๊ฐ€

 

 

๐Ÿ”– To Do Later

  • GitHub badges
  • draft ์‚ฌ์šฉํ•ด๋ณด๊ธฐ โ˜‘๏ธ
  • Tag archive page โ˜‘๏ธ