Skip to content

Commit 5845a59

Browse files
changed url
1 parent 24141e1 commit 5845a59

File tree

3 files changed

+25
-31
lines changed

3 files changed

+25
-31
lines changed

Gemfile.lock

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,15 @@ GEM
5050
feedjira (3.2.3)
5151
loofah (>= 2.3.1, < 3)
5252
sax-machine (>= 1.0, < 2)
53-
ffi (1.17.0-aarch64-linux-gnu)
53+
ffi (1.17.0)
5454
ffi (1.17.0-arm64-darwin)
5555
ffi (1.17.0-x86_64-darwin)
56-
ffi (1.17.0-x86_64-linux-gnu)
5756
forwardable-extended (2.6.0)
5857
gemoji (4.1.0)
59-
google-protobuf (4.27.2-aarch64-linux)
60-
bigdecimal
61-
rake (>= 13)
62-
google-protobuf (4.27.2-arm64-darwin)
63-
bigdecimal
64-
rake (>= 13)
65-
google-protobuf (4.27.2-x86_64-darwin)
66-
bigdecimal
67-
rake (>= 13)
68-
google-protobuf (4.27.2-x86_64-linux)
69-
bigdecimal
70-
rake (>= 13)
58+
google-protobuf (3.25.4-aarch64-linux)
59+
google-protobuf (3.25.4-arm64-darwin)
60+
google-protobuf (3.25.4-x86_64-darwin)
61+
google-protobuf (3.25.4-x86_64-linux)
7162
html-pipeline (2.14.3)
7263
activesupport (>= 2)
7364
nokogiri (>= 1.4)
@@ -163,8 +154,7 @@ GEM
163154
mini_racer (0.12.0)
164155
libv8-node (~> 21.7.2.0)
165156
minitest (5.24.1)
166-
multi_xml (0.7.1)
167-
bigdecimal (~> 3.1)
157+
multi_xml (0.6.0)
168158
mutex_m (0.2.0)
169159
namae (1.2.0)
170160
racc (~> 1.7)
@@ -188,14 +178,13 @@ GEM
188178
strscan
189179
rouge (4.3.0)
190180
safe_yaml (1.0.5)
191-
sass-embedded (1.77.8-aarch64-linux-gnu)
192-
google-protobuf (~> 4.26)
193-
sass-embedded (1.77.8-arm64-darwin)
194-
google-protobuf (~> 4.26)
195-
sass-embedded (1.77.8-x86_64-darwin)
196-
google-protobuf (~> 4.26)
197-
sass-embedded (1.77.8-x86_64-linux-gnu)
198-
google-protobuf (~> 4.26)
181+
sass-embedded (1.69.5)
182+
google-protobuf (~> 3.23)
183+
rake (>= 13.0.0)
184+
sass-embedded (1.69.5-arm64-darwin)
185+
google-protobuf (~> 3.23)
186+
sass-embedded (1.69.5-x86_64-darwin)
187+
google-protobuf (~> 3.23)
199188
sax-machine (1.3.2)
200189
strscan (3.1.0)
201190
terminal-table (3.0.2)

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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
9-
5+
title: # the website title (if blank, full name will be used instead)
6+
first_name: Duo
7+
middle_name:
8+
last_name: Zhang
9+
1010
description: > # the ">" symbol means to ignore newlines until "footer_text:"
1111
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
1212
footer_text: >
@@ -17,8 +17,8 @@ keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your o
1717
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
1818
icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
1919

20-
url: https://alshedivat.github.io # the base hostname & protocol for your site
21-
baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root
20+
url: https://DuoZhangRobotics.github.io # the base hostname & protocol for your site
21+
baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root
2222
last_updated: false # set to true if you want to display last updated in the footer
2323
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
2424
back_to_top: true # set to false to disable the back to top button

commit.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
git add .
4+
git commit -m "$1"
5+
git push origin master

0 commit comments

Comments
 (0)