diff --git a/_config.yml b/_config.yml index 45bc1ac8463..1dd206f0757 100644 --- a/_config.yml +++ b/_config.yml @@ -2,14 +2,14 @@ title: Lanyon tagline: 'A Jekyll theme' description: 'A reserved Jekyll theme that places the utmost gravity on content with a hidden drawer. Made by @mdo.' -url: http://lanyon.getpoole.com +url: http://flekke.github.io baseurl: '' paginate: 5 permalink: pretty # About/contact author: - name: Mark Otto + name: flekke url: https://twitter.com/mdo email: markdotto@gmail.com diff --git a/_includes/head.html b/_includes/head.html index 44e3f5d6fb2..e0b4d6460ef 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,9 +16,9 @@ {% endif %} - - - + + + diff --git a/_layouts/default.html b/_layouts/default.html index 544ea8ea90b..d0607fff0a3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ {% include head.html %} - + {% include sidebar.html %} diff --git a/_posts/2020-04-01-whats-jekyll.md b/_posts/2020-04-01-whats-jekyll.md deleted file mode 100644 index 515b87333ef..00000000000 --- a/_posts/2020-04-01-whats-jekyll.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: What's Jekyll? ---- - -[Jekyll](https://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown): - - > Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub. - -It's an immensely useful tool and one we encourage you to use here with Lanyon. - -Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll). diff --git a/_posts/2021-07-19-firstpost.md b/_posts/2021-07-19-firstpost.md new file mode 100644 index 00000000000..ae809c75a6b --- /dev/null +++ b/_posts/2021-07-19-firstpost.md @@ -0,0 +1,8 @@ +--- +layout: post +title:"첫 포스트" +--- + +##### 고생 끝에 낙이 온다더니! + +일이 잘 풀리는 날도 있고 안 풀리는 날도 있는거지 diff --git a/posts.md b/posts.md new file mode 100644 index 00000000000..d23848edb3a --- /dev/null +++ b/posts.md @@ -0,0 +1,8 @@ +--- +layout: post +title:"첫 포스트" +--- + +##### 고생 끝에 낙이 온다더니! + +일이 잘 풀리는 날도 있고 안 풀리는 날도 있는거지 \ No newline at end of file