Skip to content

Commit 2658ec7

Browse files
routine update
1 parent 4e3b746 commit 2658ec7

Some content is hidden

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

65 files changed

+1173
-111
lines changed

.idea/misc.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 120 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.0

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gem 'json'
77
gem 'jekyll'
88
gem 'jekyll-theme-primer'
99
gem 'jekyll-theme-slate'
10-
gem 'jekyll-feed'
10+
gem 'jekyll-feed'
11+
gem 'sass-embedded'

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ GEM
7777
public_suffix (5.0.1)
7878
racc (1.6.2)
7979
rack (2.2.6.2)
80-
rake (13.0.6)
8180
rb-fsevent (0.11.2)
8281
rb-inotify (0.10.1)
8382
ffi (~> 1.0)
@@ -98,9 +97,10 @@ GEM
9897
rspec-support (3.12.0)
9998
ruby2_keywords (0.0.5)
10099
safe_yaml (1.0.5)
101-
sass-embedded (1.58.3)
100+
sass-embedded (1.58.3-x86_64-darwin)
101+
google-protobuf (~> 3.21)
102+
sass-embedded (1.58.3-x86_64-linux-gnu)
102103
google-protobuf (~> 3.21)
103-
rake (>= 10.0.0)
104104
sawyer (0.9.2)
105105
addressable (>= 2.3.5)
106106
faraday (>= 0.17.3, < 3)
@@ -122,6 +122,7 @@ DEPENDENCIES
122122
nokogiri
123123
rack (~> 2.2.4)
124124
rspec
125+
sass-embedded
125126

126127
BUNDLED WITH
127128
2.3.7

_data/navigation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
- title: Research
88
url: /research/
99

10-
- title: Blog
11-
url: /blog/
12-
1310
- title: Contact
1411
url: /contact/

_includes/gallery.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
<p>
3-
<img style="padding-right: 15px;" src="/docs/assets/group_photos/zoom.jpeg" width="600" height="300" alt="zoom photo">
3+
<img style="padding-right: 15px;" src="/docs/assets/group_photos/pagu.png" width="600" height="370" alt="pagu photo">
4+
<br>
5+
<img style="padding-right: 15px;" src="/docs/assets/group_photos/moona.png" width="600" height="400" alt="moona photo">
6+
<br>
7+
<img style="padding-right: 15px;" src="/docs/assets/group_photos/zoom.jpeg" width="600" height="280" alt="zoom photo">
48
<br>
59
<img style="padding-right: 15px;" src="/docs/assets/group_photos/apples.jpeg" width="600" height="450" alt="apple photo">
610
<br>

_includes/nav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<li><a href="/"><h3>Home</h3></a></li>
1313
<li><a href="/team/"><h3>Team</h3></a></li>
1414
<li><a href="/research/"><h3>Research</h3></a></li>
15-
<li><a href="/blog/"><h3>Blog</h3></a></li>
1615
<li><a href="/contact/"><h3>Contact</h3></a></li>
1716
</ul>
1817
</nav>

0 commit comments

Comments
 (0)