Skip to content

Commit f6e9e29

Browse files
committed
init
0 parents  commit f6e9e29

File tree

171 files changed

+22584
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+22584
-0
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site/
2+
/push.sh
3+
.DS_Store

Diff for: Gemfile

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
12+
gem "github-pages", group: :jekyll_plugins
13+
14+
# If you want to use Jekyll native, uncomment the line below.
15+
# To upgrade, run `bundle update`.
16+
17+
# gem "jekyll"
18+
19+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
20+
21+
# If you have any plugins, put them here!
22+
group :jekyll_plugins do
23+
# gem "jekyll-archives"
24+
gem "jekyll-feed"
25+
gem 'jekyll-sitemap'
26+
gem 'hawkins'
27+
end

Diff for: Gemfile.lock

+282
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,282 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.3.7)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.8.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.8)
20+
dnsruby (1.61.5)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.14.0)
26+
ffi (>= 1.15.0)
27+
eventmachine (1.2.7)
28+
execjs (2.8.1)
29+
faraday (1.4.2)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
32+
faraday-excon (~> 1.1)
33+
faraday-net_http (~> 1.0)
34+
faraday-net_http_persistent (~> 1.1)
35+
multipart-post (>= 1.2, < 3)
36+
ruby2_keywords (>= 0.0.4)
37+
faraday-em_http (1.0.0)
38+
faraday-em_synchrony (1.0.0)
39+
faraday-excon (1.1.0)
40+
faraday-net_http (1.0.1)
41+
faraday-net_http_persistent (1.1.0)
42+
ffi (1.15.1)
43+
forwardable-extended (2.6.0)
44+
gemoji (3.0.1)
45+
github-pages (215)
46+
github-pages-health-check (= 1.17.2)
47+
jekyll (= 3.9.0)
48+
jekyll-avatar (= 0.7.0)
49+
jekyll-coffeescript (= 1.1.1)
50+
jekyll-commonmark-ghpages (= 0.1.6)
51+
jekyll-default-layout (= 0.1.4)
52+
jekyll-feed (= 0.15.1)
53+
jekyll-gist (= 1.5.0)
54+
jekyll-github-metadata (= 2.13.0)
55+
jekyll-mentions (= 1.6.0)
56+
jekyll-optional-front-matter (= 0.3.2)
57+
jekyll-paginate (= 1.1.0)
58+
jekyll-readme-index (= 0.3.0)
59+
jekyll-redirect-from (= 0.16.0)
60+
jekyll-relative-links (= 0.6.1)
61+
jekyll-remote-theme (= 0.4.3)
62+
jekyll-sass-converter (= 1.5.2)
63+
jekyll-seo-tag (= 2.7.1)
64+
jekyll-sitemap (= 1.4.0)
65+
jekyll-swiss (= 1.0.0)
66+
jekyll-theme-architect (= 0.1.1)
67+
jekyll-theme-cayman (= 0.1.1)
68+
jekyll-theme-dinky (= 0.1.1)
69+
jekyll-theme-hacker (= 0.1.2)
70+
jekyll-theme-leap-day (= 0.1.1)
71+
jekyll-theme-merlot (= 0.1.1)
72+
jekyll-theme-midnight (= 0.1.1)
73+
jekyll-theme-minimal (= 0.1.1)
74+
jekyll-theme-modernist (= 0.1.1)
75+
jekyll-theme-primer (= 0.5.4)
76+
jekyll-theme-slate (= 0.1.1)
77+
jekyll-theme-tactile (= 0.1.1)
78+
jekyll-theme-time-machine (= 0.1.1)
79+
jekyll-titles-from-headings (= 0.5.3)
80+
jemoji (= 0.12.0)
81+
kramdown (= 2.3.1)
82+
kramdown-parser-gfm (= 1.1.0)
83+
liquid (= 4.0.3)
84+
mercenary (~> 0.3)
85+
minima (= 2.5.1)
86+
nokogiri (>= 1.10.4, < 2.0)
87+
rouge (= 3.26.0)
88+
terminal-table (~> 1.4)
89+
github-pages-health-check (1.17.2)
90+
addressable (~> 2.3)
91+
dnsruby (~> 1.60)
92+
octokit (~> 4.0)
93+
public_suffix (>= 2.0.2, < 5.0)
94+
typhoeus (~> 1.3)
95+
hawkins (2.0.5)
96+
em-websocket (~> 0.5)
97+
jekyll (~> 3.1)
98+
html-pipeline (2.14.0)
99+
activesupport (>= 2)
100+
nokogiri (>= 1.4)
101+
http_parser.rb (0.6.0)
102+
i18n (0.9.5)
103+
concurrent-ruby (~> 1.0)
104+
jekyll (3.9.0)
105+
addressable (~> 2.4)
106+
colorator (~> 1.0)
107+
em-websocket (~> 0.5)
108+
i18n (~> 0.7)
109+
jekyll-sass-converter (~> 1.0)
110+
jekyll-watch (~> 2.0)
111+
kramdown (>= 1.17, < 3)
112+
liquid (~> 4.0)
113+
mercenary (~> 0.3.3)
114+
pathutil (~> 0.9)
115+
rouge (>= 1.7, < 4)
116+
safe_yaml (~> 1.0)
117+
jekyll-avatar (0.7.0)
118+
jekyll (>= 3.0, < 5.0)
119+
jekyll-coffeescript (1.1.1)
120+
coffee-script (~> 2.2)
121+
coffee-script-source (~> 1.11.1)
122+
jekyll-commonmark (1.3.1)
123+
commonmarker (~> 0.14)
124+
jekyll (>= 3.7, < 5.0)
125+
jekyll-commonmark-ghpages (0.1.6)
126+
commonmarker (~> 0.17.6)
127+
jekyll-commonmark (~> 1.2)
128+
rouge (>= 2.0, < 4.0)
129+
jekyll-default-layout (0.1.4)
130+
jekyll (~> 3.0)
131+
jekyll-feed (0.15.1)
132+
jekyll (>= 3.7, < 5.0)
133+
jekyll-gist (1.5.0)
134+
octokit (~> 4.2)
135+
jekyll-github-metadata (2.13.0)
136+
jekyll (>= 3.4, < 5.0)
137+
octokit (~> 4.0, != 4.4.0)
138+
jekyll-mentions (1.6.0)
139+
html-pipeline (~> 2.3)
140+
jekyll (>= 3.7, < 5.0)
141+
jekyll-optional-front-matter (0.3.2)
142+
jekyll (>= 3.0, < 5.0)
143+
jekyll-paginate (1.1.0)
144+
jekyll-readme-index (0.3.0)
145+
jekyll (>= 3.0, < 5.0)
146+
jekyll-redirect-from (0.16.0)
147+
jekyll (>= 3.3, < 5.0)
148+
jekyll-relative-links (0.6.1)
149+
jekyll (>= 3.3, < 5.0)
150+
jekyll-remote-theme (0.4.3)
151+
addressable (~> 2.0)
152+
jekyll (>= 3.5, < 5.0)
153+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
154+
rubyzip (>= 1.3.0, < 3.0)
155+
jekyll-sass-converter (1.5.2)
156+
sass (~> 3.4)
157+
jekyll-seo-tag (2.7.1)
158+
jekyll (>= 3.8, < 5.0)
159+
jekyll-sitemap (1.4.0)
160+
jekyll (>= 3.7, < 5.0)
161+
jekyll-swiss (1.0.0)
162+
jekyll-theme-architect (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-cayman (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-dinky (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-hacker (0.1.2)
172+
jekyll (> 3.5, < 5.0)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-leap-day (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-merlot (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-midnight (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-minimal (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-modernist (0.1.1)
187+
jekyll (~> 3.5)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-primer (0.5.4)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-github-metadata (~> 2.9)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-slate (0.1.1)
194+
jekyll (~> 3.5)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-tactile (0.1.1)
197+
jekyll (~> 3.5)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-theme-time-machine (0.1.1)
200+
jekyll (~> 3.5)
201+
jekyll-seo-tag (~> 2.0)
202+
jekyll-titles-from-headings (0.5.3)
203+
jekyll (>= 3.3, < 5.0)
204+
jekyll-watch (2.2.1)
205+
listen (~> 3.0)
206+
jemoji (0.12.0)
207+
gemoji (~> 3.0)
208+
html-pipeline (~> 2.2)
209+
jekyll (>= 3.0, < 5.0)
210+
kramdown (2.3.1)
211+
rexml
212+
kramdown-parser-gfm (1.1.0)
213+
kramdown (~> 2.0)
214+
liquid (4.0.3)
215+
listen (3.5.1)
216+
rb-fsevent (~> 0.10, >= 0.10.3)
217+
rb-inotify (~> 0.9, >= 0.9.10)
218+
mercenary (0.3.6)
219+
minima (2.5.1)
220+
jekyll (>= 3.5, < 5.0)
221+
jekyll-feed (~> 0.9)
222+
jekyll-seo-tag (~> 2.1)
223+
minitest (5.14.4)
224+
multipart-post (2.1.1)
225+
nokogiri (1.13.3-arm64-darwin)
226+
racc (~> 1.4)
227+
nokogiri (1.13.3-x86_64-darwin)
228+
racc (~> 1.4)
229+
nokogiri (1.13.3-x86_64-linux)
230+
racc (~> 1.4)
231+
octokit (4.21.0)
232+
faraday (>= 0.9)
233+
sawyer (~> 0.8.0, >= 0.5.3)
234+
pathutil (0.16.2)
235+
forwardable-extended (~> 2.6)
236+
public_suffix (4.0.6)
237+
racc (1.6.0)
238+
rb-fsevent (0.11.0)
239+
rb-inotify (0.10.1)
240+
ffi (~> 1.0)
241+
rexml (3.2.5)
242+
rouge (3.26.0)
243+
ruby-enum (0.9.0)
244+
i18n
245+
ruby2_keywords (0.0.4)
246+
rubyzip (2.3.0)
247+
safe_yaml (1.0.5)
248+
sass (3.7.4)
249+
sass-listen (~> 4.0.0)
250+
sass-listen (4.0.0)
251+
rb-fsevent (~> 0.9, >= 0.9.4)
252+
rb-inotify (~> 0.9, >= 0.9.7)
253+
sawyer (0.8.2)
254+
addressable (>= 2.3.5)
255+
faraday (> 0.8, < 2.0)
256+
simpleidn (0.2.1)
257+
unf (~> 0.1.4)
258+
terminal-table (1.8.0)
259+
unicode-display_width (~> 1.1, >= 1.1.1)
260+
thread_safe (0.3.6)
261+
typhoeus (1.4.0)
262+
ethon (>= 0.9.0)
263+
tzinfo (1.2.9)
264+
thread_safe (~> 0.1)
265+
unf (0.1.4)
266+
unf_ext
267+
unf_ext (0.0.7.7)
268+
unicode-display_width (1.7.0)
269+
zeitwerk (2.4.2)
270+
271+
PLATFORMS
272+
universal-darwin-19
273+
x86_64-linux
274+
275+
DEPENDENCIES
276+
github-pages
277+
hawkins
278+
jekyll-feed
279+
jekyll-sitemap
280+
281+
BUNDLED WITH
282+
2.2.19

Diff for: LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2022 Yi Ren
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Diff for: README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# AcadHomepage: A Modern and Responsive Acadamic Personal Homepage
2+
3+
AcadHomepage is a modern and responsive acadamic personal homepage.
4+
5+
Some examples:
6+
- [Demo Page](https://rayeren.github.io/acad-homepage.github.io/)
7+
- [Personal Homepage of the author](https://rayeren.github.io/)
8+
9+
## Key Features
10+
- Automatically update google scholar citations: using the google scholar crawler and github action, this REPO can update the author citations and publication citations automatically.
11+
- Support Google analytics: you can trace the traffics of your homepage by easy configuration.
12+
- Responsive: this homepage automatically adjust for different screen sizes and viewports.
13+
- SEO: Search Engine Optimization (SEO) helps search engines find the information you publish on your homepage easily, then rank it against similar websites.
14+
15+
## Quick Start
16+
17+
1. Fork this REPO to `USERNAME/USERNAME.github.io`, where `USERNAME` is your USERNAME.
18+
1. Configure the google scholar citation crawler:
19+
1. Find your google scholar ID in the url of your google scholar page (e.g., https://scholar.google.com/citations?user=SCHOLAR_ID), where `SCHOLAR_ID` is your google scholar ID.
20+
1. Set GOOGLE_SCHOLAR_ID variable to your google scholar ID in `Settings -> Secrets -> Actions -> New repository secret` of the REPO website with `name=GOOGLE_SCHOLAR_ID` and `value=SCHOLAR_ID`.
21+
1. Restart the failed `Get Citation Data` github action in `Action` of the REPO website. This action will generate google scholar citation stats data `gs_data.json` in `google-scholar-stats` branch of your REPO.
22+
1. Generate favicon using [favicon-generator](https://redketchup.io/favicon-generator) and download all generated files to `REPO/images`.
23+
1. Modify the configuration of your homepage `_config.yml`:
24+
1. `title`: the title of your homepage
25+
1. `description`: the description of your homepage
26+
1. `repository`: USER_NAME/REPO_NAME
27+
1. `google_analytics_id` (optional): google analytics ID
28+
1. SEO Related keys (optional): get these keys from search engine consoles (e.g. Google, Bing and Baidu) and paste here.
29+
1. `author`: the author information of this homepage, including some other websites, emails, city and univeristy.
30+
1. More configuration details are described in the comments.
31+
1. Add your homepage content in `_pages/about.md`.
32+
1. Your page will be published at `https://USERNAME.github.io`.
33+
34+
## Debug Locally
35+
36+
1. Clone your REPO to local using `git clone`.
37+
1. Install Jekyll building environment, including `Ruby`, `RubyGems`, `GCC` and `Make` following [the installation guide](https://jekyllrb.com/docs/installation/#requirements).
38+
1. Run `bash run_server.sh` to start Jekyll livereload server.
39+
1. Open http://127.0.0.1:4000 in your browser.
40+
1. If you change the source code of the website, the livereload server will automatically refresh.
41+
1. When you finish the modification of your homepage, `commit` your changings and `push` to your remote REPO using `git` command.
42+
43+
# Acknowledges
44+
45+
- AcadHomepage incorporates Font Awesome, which is distributed under the terms of the SIL OFL 1.1 and MIT License.
46+
- AcadHomepage is influenced by the github repo (mmistakes/minimal-mistakes)[https://github.com/mmistakes/minimal-mistakes], which is distributed under the MIT License.
47+
- AcadHomepage is influenced by the github repo (academicpages/academicpages.github.io)[https://github.com/academicpages/academicpages.github.io], which is distributed under the MIT License.

0 commit comments

Comments
 (0)