Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My own blog changes. #573

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2e5044b
Update _config.yml
Cheyukj Jun 12, 2024
8d8c4de
Update _config.yml
Cheyukj Jun 12, 2024
7cd2770
Create CNAME
Cheyukj Jun 12, 2024
76c6137
Delete _posts/2016-10-18-Xcode-Debug-大全.md
Cheyukj Jun 12, 2024
f682ca0
Upload profile image~
Cheyukj Jun 12, 2024
6b4f0b8
Rename 3841718179306_.pic.jpg to ProfileImag.jpg
Cheyukj Jun 12, 2024
2fabc6f
Update _config.yml
Cheyukj Jun 12, 2024
f85decc
Update _config.yml
Cheyukj Jun 12, 2024
c5d0ec4
Update _config.yml
Cheyukj Jun 12, 2024
cc89272
Update _config.yml
Cheyukj Jun 12, 2024
702b8e5
Update 404.html
Cheyukj Jun 12, 2024
467a51e
Create 2024-06-12-重塑去中心化金融的定价方式——ERC7527.md
Cheyukj Jun 12, 2024
2256370
Update _config.yml
Cheyukj Jun 12, 2024
1e3cadd
Update _config.yml
Cheyukj Jun 12, 2024
996dbe6
Update _config.yml
Cheyukj Jun 12, 2024
5c67a0a
Update about.html
Cheyukj Jun 12, 2024
6fc7e10
Update package.json
Cheyukj Jun 12, 2024
d1ffded
Update post.html
Cheyukj Jun 12, 2024
ee139a9
Update footer.html
Cheyukj Jun 12, 2024
9fd252d
Update github repo name.
Cheyukj Jun 12, 2024
641f1b8
Update _config.yml
Cheyukj Jun 12, 2024
2684d90
Add files via upload
Cheyukj Jun 12, 2024
b4269f0
Rename 3851718184130_.pic.jpg to post-bg-desk1.jpg
Cheyukj Jun 12, 2024
0e13bd3
Update _config.yml desk picture
Cheyukj Jun 12, 2024
e911d0a
Create jekyll.yml
Cheyukj Jun 12, 2024
441cb4c
Create jekyll-docker.yml
Cheyukj Jun 12, 2024
6ea3b16
Update _config.yml
Cheyukj Jun 12, 2024
155cfab
Update _config.yml
Cheyukj Jun 12, 2024
6dd7d1c
Update _config.yml 1111
Cheyukj Jun 12, 2024
2e1855b
Update _config.yml
Cheyukj Jun 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Jekyll site CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
64 changes: 64 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
description: "你来到了没有知识的荒原 🙊"
description: "大哥你404了,重新试一下呢 🙊"
header-img: "img/404-bg.jpg"
permalink: /404.html
---
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dorische.fun
40 changes: 20 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Site settings
title: BY Blog
SEOTitle: 柏荧的博客 | BY Blog
header-img: img/post-bg-desk.jpg
email: qiubaiying@gmail.com
description: "Every failure is leading towards success."
keyword: "BY, BY Blog, 柏荧的博客, qiubaiying, 邱柏荧, iOS, Apple, iPhone"
url: "http://qiubaiying.github.io" # your host, for absolute URL
title: Doris Che's Blog
SEOTitle: Doris Che 的博客 | DC Blog
header-img: img/post-bg-desk1.jpg
email: dorischeyy@gmail.com
description: "日拱一卒,功不唐捐。"
keyword: "Blog, Doris 的博客, doris, blockchain, security, research, ab ERC"
url: "https://dorische.fun" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
github_repo: "https://github.com/qiubaiying/qiubaiying.github.io.git" # you code repository
github_repo: "https://github.com/Cheyukj/Cheyukj.github.io.git" # you code repository

# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "Goals determine what you going to be!"
sidebar-avatar: /img/about-BY-gentle.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
sidebar-about-description: "Living and waiting for epiphany."
sidebar-avatar: /img/ProfileImag.jpg # use absolute URL, seeing it's used in both `/` and `/about/`



# SNS settings
RSS: false
# weibo_username: qiubaiying
zhihu_username: qiubaiying
github_username: qiubaiying
facebook_username: baiying.qiu.7
jianshu_username: e71990ada2fd
#twitter_username: qiubaiying
# weibo_username:
zhihu_username:
github_username: Cheyukj
facebook_username:
jianshu_username:
#twitter_username: @ygen_0x



Expand Down Expand Up @@ -64,9 +64,9 @@ gitalk:
enable: true #是否开启Gitalk评论
clientID: f2c84e7629bb1446c1a4 #生成的clientID
clientSecret: ca6d6139d1e1b8c43f8b2e19492ddcac8b322d0d #生成的clientSecret
repo: qiubaiying.github.io #仓库名称
owner: qiubaiying #github用户名
admin: qiubaiying
repo: Cheyukj.github.io #仓库名称
owner: Cheyukj #github用户名
admin: DorisChe
distractionFreeMode: true #是否启用类似FB的阴影遮罩


Expand All @@ -78,7 +78,7 @@ ba_track_id: b50bf2b12b5338a1845e33832976fd68

# Google Analytics
ga_track_id: 'UA-90855596-1' # Format: UA-xxxxxx-xx
ga_domain: qiubaiying.top # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto
ga_domain: dorische.fun # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto



Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</li>
{% endif %}


{% if site.facebook_username %}
<li>
<a target="_blank" href="https://www.facebook.com/{{ site.facebook_username }}">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ <h5>FRIENDS</h5>
}
}
</style>
{% endif %}
{% endif %}
Loading