Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Phan Manh committed Feb 1, 2024
1 parent e0d4fa0 commit 21f5379
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 206 deletions.
5 changes: 0 additions & 5 deletions .commitlintrc.json

This file was deleted.

48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .versionrc.json

This file was deleted.

13 changes: 1 addition & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# Import the theme
theme: jekyll-theme-chirpy

# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
# and doesn't have a custom domain.
baseurl: ''

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
Expand All @@ -29,7 +25,7 @@ description: >- # used by seo meta and the atom feed
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
url: ''
url: 'https://username.github.io'

github:
username: catusf # change to your github username
Expand Down Expand Up @@ -203,10 +199,3 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/

plugins:
- jekyll-github-metadata

repository: catusf/catusf.github.io


15 changes: 6 additions & 9 deletions _config.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,14 @@ theme_mode: dark # [light|dark]
# will be added to all image (site avatar & posts' images) paths starting with '/'
#
# e.g. 'https://cdn.com'
img_cdn: '' # 'https://raw.githubusercontent.com/cotes2020/chirpy-images/main'
img_cdn: "https://chirpy-img.netlify.app"

# the avatar on sidebar, support local or CORS resources
avatar: '/assets/img/avatar.png'
avatar: "/commons/avatar.jpg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources

# boolean type, the global switch for ToC in posts.
toc: true
Expand Down Expand Up @@ -199,10 +203,3 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/

plugins:
- jekyll-github-metadata

repository: catusf/catusf.github.io


10 changes: 0 additions & 10 deletions gulpfile.js/index.js

This file was deleted.

102 changes: 0 additions & 102 deletions gulpfile.js/tasks/js.js

This file was deleted.

0 comments on commit 21f5379

Please sign in to comment.