Skip to content

Commit

Permalink
Merge pull request #7 from hust-open-atom-club/fix/logo-and-preview
Browse files Browse the repository at this point in the history
fix: add icon and modify hctt header pic
  • Loading branch information
mudongliang authored Apr 17, 2024
2 parents 20274a3 + a2d2aae commit e9b70d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ url : "https://hust.openatom.club/"
baseurl : # the subpath of your site, e.g. "/blog"
repository : "hust-open-atom-club/OpenAtomClub"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : "/assets/images/header.png"
logo : "/assets/images/penguin-logo.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# breadcrumbs : false # true, false (default)
words_per_minute : 200
Expand Down
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ main:
url: /news/
- title: '<i class="fas fa-book"></i> Wiki'
url: /wiki/
- title: '<i class="fab fa-github"></i> Github'
- title: '<i class="fab fa-github"></i> GitHub'
url: https://github.com/hust-open-atom-club
- title: '<i class="fas fa-server"></i> Mirrors'
url: https://mirrors.hust.edu.cn
Expand Down
2 changes: 1 addition & 1 deletion _includes/head/custom.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- start custom head snippets -->

<!-- insert favicons. use https://realfavicongenerator.net/ -->

<link rel="shortcut icon" sizes="" href="/assets/images/penguin-logo.png">
<!-- end custom head snippets -->
Binary file modified assets/images/HCTT-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/penguin-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pages/_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>
<div class="item">
<a href="https://github.com/hust-open-atom-club/hust-mirrors">
<img src="/assets/images/mirrors-cover.png" alt="HUST Mirror hustmirror">
<h3> HUST Mirror</h3>
<h3>🖥️ HUST Mirror</h3>
</a>
<!-- bold and em-->
<b><p>华中科技大学开源镜像站<br><em>(公网访问即将上线)</em></p></b>
Expand All @@ -42,15 +42,15 @@ <h3>📦 Mirror CLI</h3>
<div class="item">
<a href="https://github.com/hust-open-atom-club/TranslateProject">
<img src="/assets/images/HCTT-cover.png" alt="HCTT">
<h3>HCTT 翻译团队</h3>
<h3>🌐 HCTT 翻译团队</h3>
</a>
<!-- bold and em-->
<p>HCTT(HUST openatom Club Translation Team) 是“华科开放原子开源俱乐部”的翻译团队<br></p>
</div>
<div class="item">
<a href="https://github.com/hust-open-atom-club/linux-insides-zh/">
<img src="/assets/images/linux-cover.png" alt="linux-insides-zh">
<h3>Linux 内核揭秘</h3>
<h3>📖 Linux 内核揭秘</h3>
</a>
<p>分享对 Linux 内核机理的一些浅见,帮助读者理解 Linux 内核机理和其他底层内容。</p>
</div>
Expand Down

0 comments on commit e9b70d1

Please sign in to comment.