Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Gou committed Jul 18, 2023
1 parent 0e224ff commit d7cf401
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.79.1'
hugo-version: '0.115.3'
extended: true

- name: Build
Expand Down
9 changes: 9 additions & 0 deletions Makefile
@@ -0,0 +1,9 @@
build:
@echo "Building the website..."
@hugo --minify

serve:
hugo server

clean:
rm -rf public resources
70 changes: 43 additions & 27 deletions public/index.html
Expand Up @@ -11,7 +11,7 @@
<meta property='og:description' content='软件、测绘、计量全栈工程师.'>
<meta property='og:url' content='https://goujianing.ml/'>
<meta property='og:site_name' content='Jianing Gou (Codingbully)'>
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2023-03-08T00:00:00&#43;00:00 '/>
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2021-12-24T10:47:44&#43;08:00 '/>
<meta name="twitter:title" content="Jianing Gou (Codingbully)">
<meta name="twitter:description" content="软件、测绘、计量全栈工程师."><link rel="alternate" type="application/rss&#43;xml" href="https://goujianing.ml/index.xml">
<link rel="shortcut icon" href="/favicon.ico" />
Expand Down Expand Up @@ -324,18 +324,18 @@ <h2 class="widget-title section-title">归档</h2>

<div class="widget-archive--list">
<div class="archives-year">
<a href="/archives/#2023">
<a href="/archives/#2021">

<span class="year">2023</span>
<span class="count">1</span>
<span class="year">2021</span>
<span class="count">3</span>

</a>
</div>
<div class="archives-year">
<a href="/archives/#2021">
<a href="/archives/#2019">

<span class="year">2021</span>
<span class="count">3</span>
<span class="year">2019</span>
<span class="count">1</span>

</a>
</div>
Expand All @@ -362,6 +362,10 @@ <h2 class="widget-title section-title">分类</h2>

<div class="tagCloud-tags">

<a href="/categories/%E5%AD%A6%E4%B9%A0/" class="font_size_1">
学习
</a>

</div>
</section>

Expand All @@ -387,6 +391,10 @@ <h2 class="widget-title section-title">标签云</h2>
docker
</a>

<a href="/tags/%E5%AD%A6%E4%B9%A0%E6%96%B9%E6%B3%95/" class="font_size_1">
学习方法
</a>

</div>
</section>

Expand All @@ -411,14 +419,10 @@ <h2 class="widget-title section-title">标签云</h2>

<div class="article-title-wrapper">
<h2 class="article-title">
<a href="/p/%E8%B4%B9%E6%9B%BC%E5%AD%A6%E4%B9%A0%E6%B3%95-%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/">费曼学习法-学习笔记</a>
<a href="/p/groops-docker-%E9%95%9C%E5%83%8F%E5%88%B6%E4%BD%9C/">Groops docker 镜像制作</a>
</h2>


<h3 class="article-subtitle">
学习方法简介
</h3>

</div>


Expand All @@ -437,7 +441,7 @@ <h3 class="article-subtitle">
<path d="M3 11h16" />
<path d="M18 16.496v1.504l1 1" />
</svg>
<time class="article-time--published">Mar 08, 2023</time>
<time class="article-time--published">Dec 24, 2021</time>
</div>


Expand All @@ -452,7 +456,7 @@ <h3 class="article-subtitle">


<time class="article-time--reading">
阅读时长: 1 分钟
阅读时长: 2 分钟
</time>
</div>

Expand All @@ -474,10 +478,14 @@ <h3 class="article-subtitle">

<div class="article-title-wrapper">
<h2 class="article-title">
<a href="/p/groops-docker-%E9%95%9C%E5%83%8F%E5%88%B6%E4%BD%9C/">Groops docker 镜像制作</a>
<a href="/p/centos-7%E6%90%AD%E5%BB%BA%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E7%8E%AF%E5%A2%83/">CentOS 7搭建深度学习环境</a>
</h2>


<h3 class="article-subtitle">
本文介绍如何使用CentOS 7搭建深度学习环境
</h3>

</div>


Expand All @@ -496,7 +504,7 @@ <h2 class="article-title">
<path d="M3 11h16" />
<path d="M18 16.496v1.504l1 1" />
</svg>
<time class="article-time--published">Dec 24, 2021</time>
<time class="article-time--published">Nov 04, 2021</time>
</div>


Expand All @@ -511,7 +519,7 @@ <h2 class="article-title">


<time class="article-time--reading">
阅读时长: 2 分钟
阅读时长: 3 分钟
</time>
</div>

Expand All @@ -533,14 +541,10 @@ <h2 class="article-title">

<div class="article-title-wrapper">
<h2 class="article-title">
<a href="/p/centos-7%E6%90%AD%E5%BB%BA%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E7%8E%AF%E5%A2%83/">CentOS 7搭建深度学习环境</a>
<a href="/p/docker%E7%BD%91%E7%BB%9C%E6%8E%A2%E7%A7%98/">Docker网络探秘</a>
</h2>


<h3 class="article-subtitle">
本文介绍如何使用CentOS 7搭建深度学习环境
</h3>

</div>


Expand All @@ -559,7 +563,7 @@ <h3 class="article-subtitle">
<path d="M3 11h16" />
<path d="M18 16.496v1.504l1 1" />
</svg>
<time class="article-time--published">Nov 04, 2021</time>
<time class="article-time--published">Nov 03, 2021</time>
</div>


Expand All @@ -574,7 +578,7 @@ <h3 class="article-subtitle">


<time class="article-time--reading">
阅读时长: 3 分钟
阅读时长: 2 分钟
</time>
</div>

Expand All @@ -593,13 +597,25 @@ <h3 class="article-subtitle">

<div class="article-details">

<header class="article-category">

<a href="/categories/%E5%AD%A6%E4%B9%A0/" >
学习
</a>

</header>


<div class="article-title-wrapper">
<h2 class="article-title">
<a href="/p/docker%E7%BD%91%E7%BB%9C%E6%8E%A2%E7%A7%98/">Docker网络探秘</a>
<a href="/p/%E8%B4%B9%E6%9B%BC%E5%AD%A6%E4%B9%A0%E6%B3%95-%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/">费曼学习法-学习笔记</a>
</h2>


<h3 class="article-subtitle">
最推荐的学习方法
</h3>

</div>


Expand All @@ -618,7 +634,7 @@ <h2 class="article-title">
<path d="M3 11h16" />
<path d="M18 16.496v1.504l1 1" />
</svg>
<time class="article-time--published">Nov 03, 2021</time>
<time class="article-time--published">Mar 11, 2019</time>
</div>


Expand All @@ -633,7 +649,7 @@ <h2 class="article-title">


<time class="article-time--reading">
阅读时长: 2 分钟
阅读时长: 1 分钟
</time>
</div>

Expand Down

1 comment on commit d7cf401

@vercel
Copy link

@vercel vercel bot commented on d7cf401 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.