Skip to content

Commit 3642a19

Browse files
committed
style(sass): apply custom style
1 parent 51793c8 commit 3642a19

32 files changed

+3741
-52
lines changed

README.md

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,7 @@
1-
# Chirpy Starter
1+
# logicallaw.github.io
22

3-
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem] 
4-
[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]
3+
## Build and Run
54

6-
When installing the [**Chirpy**][chirpy] theme through [RubyGems.org][gem], Jekyll can only read files in the folders
7-
`_data`, `_layouts`, `_includes`, `_sass` and `assets`, as well as a small part of options of the `_config.yml` file
8-
from the theme's gem. If you have ever installed this theme gem, you can use the command
9-
`bundle info --path jekyll-theme-chirpy` to locate these files.
10-
11-
The Jekyll team claims that this is to leave the ball in the user’s court, but this also results in users not being
12-
able to enjoy the out-of-the-box experience when using feature-rich themes.
13-
14-
To fully use all the features of **Chirpy**, you need to copy the other critical files from the theme's gem to your
15-
Jekyll site. The following is a list of targets:
16-
17-
```shell
18-
.
19-
├── _config.yml
20-
├── _plugins
21-
├── _tabs
22-
└── index.html
235
```
24-
25-
To save you time, and also in case you lose some files while copying, we extract those files/configurations of the
26-
latest version of the **Chirpy** theme and the [CD][CD] workflow to here, so that you can start writing in minutes.
27-
28-
## Usage
29-
30-
Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).
31-
32-
## Contributing
33-
34-
This repository is automatically updated with new releases from the theme repository. If you encounter any issues or want to contribute to its improvement, please visit the [theme repository][chirpy] to provide feedback.
35-
36-
## License
37-
38-
This work is published under [MIT][mit] License.
39-
40-
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
41-
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/
42-
[CD]: https://en.wikipedia.org/wiki/Continuous_deployment
43-
[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE
44-
45-
How to build in local?
46-
47-
6+
bundle exec jekyll serve
7+
```

_config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ theme: jekyll-theme-chirpy
66
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
77
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
88
# otherwise, the layout language will use the default value of 'en'.
9-
lang: en
9+
lang: ko
1010

1111
# Change to your timezone › https://zones.arilyn.cc
12-
timezone:
12+
timezone: "Asia/Seoul"
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
@@ -38,11 +38,9 @@ social:
3838
email: logicallawbio@gmail.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
4241
- https://github.com/logicallaw # change to your GitHub homepage
4342
# Uncomment below to add more social links
4443
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
4644

4745
# Site Verification Settings
4846
webmaster_verifications:
@@ -98,7 +96,7 @@ theme_mode: # [light | dark]
9896
cdn:
9997

10098
# the avatar on sidebar, support local or CORS resources
101-
avatar: /assets/config/avatar.png
99+
avatar: /assets/img/profile/avatar.png
102100

103101
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104102
# It can be overridden by a customized `page.image` in front matter.

0 commit comments

Comments
 (0)