diff --git a/README.md b/README.md index 05bd1ec..2ebe9b6 100644 --- a/README.md +++ b/README.md @@ -1,56 +1,5 @@ -# Chirpy Starter +# POCHAK Team Blog -[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem]  -[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit] - -When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders -`_data`, `_layouts`, `_includes`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file -from the theme's gem. If you have ever installed this theme gem, you can use the command -`bundle info --path jekyll-theme-chirpy` to locate these files. - -The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being -able to enjoy the out-of-the-box experience when using feature-rich themes. - -To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your -Jekyll site. The following is a list of targets: - -```shell -. -├── _config.yml -├── _plugins -├── _tabs -└── index.html -``` - -To save you time, and also in case you lose some files while copying, we extract those files/configurations of the -latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes. - -## Prerequisites - -Follow the instructions in the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of -the basic environment. [Git](https://git-scm.com/) also needs to be installed. - -## Installation - -Sign in to GitHub and [**use this template**][use-template] to generate a brand new repository and name it -`USERNAME.github.io`, where `USERNAME` represents your GitHub username. - -Then clone it to your local machine and run: - -```console -$ bundle -``` - -## Usage - -Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation). - -## License - -This work is published under [MIT][mit] License. - -[gem]: https://rubygems.org/gems/jekyll-theme-chirpy -[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/ -[use-template]: https://github.com/cotes2020/chirpy-starter/generate -[CD]: https://en.wikipedia.org/wiki/Continuous_deployment -[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE +## 작성된 글 +> Backend +- [Jenkins에서 docker build시, docker.sock 권한 에러 발생 해결](https://smwu-pochak.github.io/posts/docker.sock-permission-error/) \ No newline at end of file diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4..3904cb2 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -4,5 +4,30 @@ icon: fas fa-info-circle order: 4 --- -> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. -{: .prompt-tip } +![main](/assets/img/main.png) + +## 당신의 순간, 포착! [![app store badge](http://img.shields.io/badge/App%20Store-4285F4?style=flat&logo=app-store&link=https://apps.apple.com/kr/app/pochak/id6502332418&logoColor=white)](https://apps.apple.com/kr/app/pochak/id6502332418) + +**포착**은 사용자가 자신의 사진을 직접 업로드하는 것이 아니라, 타인이 촬영한 사용자의 사진을 공유함으로써 보다 자연스러운 일상을 기록할 수 있게 하는 소셜 미디어 플랫폼입니다. + +어플리케이션에 내장된 후면 카메라 기능을 활용해 실시간으로 포착한 장면을 피드에 공유하는 방식을 취함으로써, 겉으로 비춰지고 싶은 모습만을 과시하는 보여주기식 SNS 소비 문화를 지양하고 **건강한 소통**을 활성화하고자 합니다. + +### 📸 친구들의 시선으로 기록하는 나의 일상 + +**포착**은 **다른 사람의 시선에서 바라본 ‘나’의 일상**을 기록하는 특별한 서비스입니다. + +사용자는 자신의 카메라를 사용하지 않아도, 친구들이 촬영한 사용자의 사진을 공유하는 방식으로 보다 쉽고 편리하게 자신의 피드를 꾸밀 수 있습니다. 이를 통해 과시적으로 연출된 모습이 아닌, 있는 그대로의 자연스러운 모습을 토대로 소중한 순간들을 기억할 수 있습니다. + +### 🔄 상호 작용 및 공유 + +**포착**은 **서로의 순간에 참여**하고 함께 상호 작용할 수 있습니다. + +사용자들은 피드에 이미지를 업로드하는 것 외에도 댓글을 통해 포착된/포착한 순간에 대해 이야기를 나누고, 좋아요를 통해 마음에 드는 사진에 반응할 수 있습니다. + +### 🌟 프로필의 다양성 + +어플리케이션 내에서 사용자의 프로필은 두 가지 섹션으로 구분됩니다. + +**‘포착된’ 프로필**은 다른 사람들이 기록한 사용자의 사진들을 보여줌으로써, 여러 시각에서 바라본 ‘나’의 순간들이 모여 사용자의 피드를 일구어 냅니다. + +내가 기록한 다른 사용자의 사진들을 보여주는 **‘포착한’ 프로필**에서는 기억하고 싶은 일상 속 나의 시선들을 한눈에 볼 수 있습니다. \ No newline at end of file diff --git a/assets/img/main.png b/assets/img/main.png new file mode 100644 index 0000000..da42579 Binary files /dev/null and b/assets/img/main.png differ