Skip to content

Commit

Permalink
Building and deploying Hexo project from Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
flancast90 committed Feb 6, 2023
0 parents commit e48762b
Show file tree
Hide file tree
Showing 7 changed files with 654 additions and 0 deletions.
68 changes: 68 additions & 0 deletions 2023/02/06/hello-world/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

<title>Hello World - Finned | Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<meta name="keywords" content=finned, ai, ml, data, daas>


<link rel="shortcut icon" type="image/x-icon" href="https://finned.tech/assets/img/logo.png?v=1.02">




<link rel="stylesheet" href="/css/style.css">

<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div class="container">
<header class="header">
<div class="blog-title">
<a href="/" class="logo">Finned | Blog</a>
<div class="subtitle">Official Blog for Finned Digital Solutions</div>
</div>
</header>
<article class="post">
<div class="post-title">
<h1 class="article-title">Hello World</h1>
</div>
<div class="post-meta">
<span class="post-time">2023-02-06</span>
</div>
<div class="post-content">
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo new <span class="token string">"My New Post"</span><span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo server<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo generate<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><pre class="line-numbers language-bash" data-language="bash"><code class="language-bash">$ hexo deploy<span aria-hidden="true" class="line-numbers-rows"><span></span></span></code></pre>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>

</div>
<div class="post-footer">


<a href="#top" class="top">Back to Top</a>
</div>
</article>
<footer>
&copy; 2023
<span class="author">
Finned Digital Solutions
</span>
</footer>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blog.finned.tech
52 changes: 52 additions & 0 deletions archives/2023/02/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

<title>Archives - Finned | Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<meta name="keywords" content=finned, ai, ml, data, daas>


<link rel="shortcut icon" type="image/x-icon" href="https://finned.tech/assets/img/logo.png?v=1.02">




<link rel="stylesheet" href="/css/style.css">

<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div class="container">
<header class="header">
<div class="blog-title">
<a href="/" class="logo">Finned | Blog</a>
<div class="subtitle">Official Blog for Finned Digital Solutions</div>
</div>
</header>
<section class="archive">
<h1 class="article-title">Posts</h1>
<ul class="post-archive">

<li class="post-item">
<a class="post-title" href="/2023/02/06/hello-world/">Hello World</a>
<time class="post-date">2023-02-06</time>
</li>

</ul>
</section>

<footer>
&copy; 2023
<span class="author">
Finned Digital Solutions
</span>
</footer>

</div>
</body>
</html>
52 changes: 52 additions & 0 deletions archives/2023/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

<title>Archives - Finned | Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<meta name="keywords" content=finned, ai, ml, data, daas>


<link rel="shortcut icon" type="image/x-icon" href="https://finned.tech/assets/img/logo.png?v=1.02">




<link rel="stylesheet" href="/css/style.css">

<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div class="container">
<header class="header">
<div class="blog-title">
<a href="/" class="logo">Finned | Blog</a>
<div class="subtitle">Official Blog for Finned Digital Solutions</div>
</div>
</header>
<section class="archive">
<h1 class="article-title">Posts</h1>
<ul class="post-archive">

<li class="post-item">
<a class="post-title" href="/2023/02/06/hello-world/">Hello World</a>
<time class="post-date">2023-02-06</time>
</li>

</ul>
</section>

<footer>
&copy; 2023
<span class="author">
Finned Digital Solutions
</span>
</footer>

</div>
</body>
</html>
52 changes: 52 additions & 0 deletions archives/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

<title>Archives - Finned | Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<meta name="keywords" content=finned, ai, ml, data, daas>


<link rel="shortcut icon" type="image/x-icon" href="https://finned.tech/assets/img/logo.png?v=1.02">




<link rel="stylesheet" href="/css/style.css">

<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div class="container">
<header class="header">
<div class="blog-title">
<a href="/" class="logo">Finned | Blog</a>
<div class="subtitle">Official Blog for Finned Digital Solutions</div>
</div>
</header>
<section class="archive">
<h1 class="article-title">Posts</h1>
<ul class="post-archive">

<li class="post-item">
<a class="post-title" href="/2023/02/06/hello-world/">Hello World</a>
<time class="post-date">2023-02-06</time>
</li>

</ul>
</section>

<footer>
&copy; 2023
<span class="author">
Finned Digital Solutions
</span>
</footer>

</div>
</body>
</html>
Loading

0 comments on commit e48762b

Please sign in to comment.