Skip to content

Commit 34bcdff

Browse files
committed
[feat] : initial setting(not finish)
1 parent 0a971f3 commit 34bcdff

5 files changed

Lines changed: 26 additions & 36 deletions

File tree

_config.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Site settings
33
# -----------------------------------------------------------------------------
44

5-
title: blank # the website title (if blank, full name will be used instead)
6-
first_name: You
7-
middle_name: R.
8-
last_name: Name
5+
title: Where42 # the website title (if blank, full name will be used instead)
6+
first_name: Where
7+
middle_name: 42
8+
last_name:
99
contact_note: >
1010
You can even add a little note about which of these is the best way to reach you.
1111
description: > # the ">" symbol means to ignore newlines until "footer_text:"
@@ -87,8 +87,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
8787
# Blog
8888
# -----------------------------------------------------------------------------
8989

90-
blog_name: al-folio # blog_name will be displayed in your blog page
91-
blog_description: a simple whitespace theme for academics
90+
blog_name: Where42 # blog_name will be displayed in your blog page
91+
blog_description: 42Seoul 클러스터 자리정보 확인 서비스 Where42의 기록 읽을래 말래 읽어줘 제발
9292
permalink: /blog/:year/:title/
9393
lsi: false # produce an index for related posts
9494

@@ -192,6 +192,10 @@ exclude:
192192
- README.md
193193
- readme_preview/
194194
- vendor
195+
- _pages/repositories.md
196+
- _pages/cv.md
197+
- _pages/teaching.md
198+
- _pages/projects.md
195199
keep_files:
196200
- CNAME
197201
- .nojekyll

_pages/about.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
layout: about
33
title: about
44
permalink: /
5-
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Motto. Etc.
5+
subtitle: <a href='https://www.where42.kr'>Where42.kr</a>
66

77
profile:
88
align: right
9-
image: prof_pic.jpg
9+
image: where42_logo.png
1010
image_circular: false # crops the image to make it circular
1111
more_info: >
12-
<p>555 your office number</p>
13-
<p>123 your address street</p>
14-
<p>Your City, State 12345</p>
12+
<p></p>
13+
<p></p>
14+
<p></p>
1515
1616
selected_papers: true # includes a list of papers marked as "selected={true}"
1717
social: true # includes social icons at the bottom of the page
@@ -27,8 +27,13 @@ latest_posts:
2727
limit: 3 # leave blank to include all the blog posts
2828
---
2929

30-
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
30+
Where42는 42Seoul 클러스터 자리 정보 확인 서비스로 클러스터 내 동료의 PC자리와 출근여부를 확인하고, 클러스터 자리 이용현황, 자리 이용 통계를 시각적으로 표현하여 42Seoul 카뎃들의 편의를 돕고 있습니다.
31+
32+
총 1000여명 정도의 42Seoul 카뎃들이 가입하고, 평균 일일 사용자 100여명이 저희 서비스를 사용중에 있습니다.
33+
사용자의 편의를 위해 Web뿐만 아니라 IOS, Android도 운영 중에 있습니다.
34+
35+
<!-- Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
3136
3237
Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
3338
34-
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
39+
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. -->

_pages/blog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ pagination:
2323

2424
{% if blog_name_size > 0 or blog_description_size > 0 %}
2525

26-
<div class="header-bar">
27-
<h1>{{ site.blog_name }}</h1>
28-
<h2>{{ site.blog_description }}</h2>
26+
<div class="header-bar" style="text-align: left;">
27+
<h1 style="font-size: 2rem;">{{ site.blog_name }}</h1>
28+
<!-- <h2 style="font-size: 1.5rem;">{{ site.blog_description }}</h2> -->
29+
<h2 style="font-size: 1.5rem;">Where42를 개발, 운영하면서 생기는 값진 일들을 기록했습니다.</h2>
2930
</div>
3031
{% endif %}
3132

_pages/publications.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

assets/img/where42_logo.png

57.4 KB
Loading

0 commit comments

Comments
 (0)