代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>天空博客</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="一个有趣且实用的博客网站,涉及区块链、大数据、深度学习等科研和技术知识。">
<meta property="og:type" content="website">
<meta property="og:title" content="天空博客">
<meta property="og:url" content="http://wangwei-2022.gitee.io/blog/index.html">
<meta property="og:site_name" content="天空博客">
<meta property="og:description" content="一个有趣且实用的博客网站,涉及区块链、大数据、深度学习等科研和技术知识。">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="王维">
<meta property="article:tag" content="区块链、大数据、深度学习">
<meta name="twitter:card" content="summary">
<link rel="alternate" href="/blog/atom.xml" title="天空博客" type="application/atom+xml">
<link rel="shortcut icon" href="/blog/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/typeface-source-code-pro@0.0.71/index.min.css">
<link rel="stylesheet" href="/blog/css/style.css">
<link rel="stylesheet" href="/blog/fancybox/jquery.fancybox.min.css">
<meta name="generator" content="Hexo 6.2.0"></head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/blog/" id="logo">天空博客</a>
</h1>
<h2 id="subtitle-wrap">
<a href="/blog/" id="subtitle">欢迎来到天空的博客</a>
</h2>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/blog/">Home</a>
<a class="main-nav-link" href="/blog/archives">Archives</a>
</nav>
<nav id="sub-nav">
<a id="nav-rss-link" class="nav-icon" href="/blog/atom.xml" title="RSS 订阅"></a>
<a id="nav-search-btn" class="nav-icon" title="搜索"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="搜索"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://wangwei-2022.gitee.io/blog"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<article id="post-上传hexo" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/blog/2022/08/24/%E4%B8%8A%E4%BC%A0hexo/" class="article-date">
<time class="dt-published" datetime="2022-08-24T03:59:20.000Z" itemprop="datePublished">2022-08-24</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/blog/2022/08/24/%E4%B8%8A%E4%BC%A0hexo/">上传hexo</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p>cd D:\ww-blog-skyboy\blog</p>
<h1 id="清理-amp-amp-生成-amp-amp-启动"><a href="#清理-amp-amp-生成-amp-amp-启动" class="headerlink" title="清理 && 生成 && 启动"></a>清理 && 生成 && 启动</h1><p>hexo clean && hexo g && hexo s<br>hexo s -g #生成并本地预览<br>hexo d -g #生成并上传<br>天空博客 <a href="https://wangwei-2022.gitee.io/blog/">https://wangwei-2022.gitee.io/blog/</a> <a target="_blank" rel="noopener" href="https://gitee.com/ww15210689448">https://gitee.com/ww15210689448</a><br>王维的镜像地址:<a target="_blank" rel="noopener" href="https://w3vc200u.mirror.aliyuncs.com/">https://w3vc200u.mirror.aliyuncs.com</a><br>pip install –upgrade –force-reinstall -r python368-64_requirements.txt -i <a target="_blank" rel="noopener" href="https://pypi.tuna.tsinghua.edu.cn/simple">https://pypi.tuna.tsinghua.edu.cn/simple</a> –user<br>pip install –upgrade –force-reinstall -i <a target="_blank" rel="noopener" href="https://pypi.tuna.tsinghua.edu.cn/simple">https://pypi.tuna.tsinghua.edu.cn/simple</a> –user -r python368-64_requirements.txt<br>pip install flask-marshmallow==0.14.0 -i <a target="_blank" rel="noopener" href="https://pypi.tuna.tsinghua.edu.cn/simple">https://pypi.tuna.tsinghua.edu.cn/simple</a></p>
<p>安装:命令行窗口输入npm install hexo-cli -g<br>初始化:命令行窗口输入hexo init “项目名称”<br>测试:hexo clean(清理编译文件)hexo g (编译项目)hexo s(本地预览运行项目),打开浏览器,输入网址 <a target="_blank" rel="noopener" href="http://localhost:4000/">http://localhost:4000/</a> 预览<br>git clone <a target="_blank" rel="noopener" href="https://github.com/Shen-Yu/hexo-theme-ayer.git">https://github.com/Shen-Yu/hexo-theme-ayer.git</a> themes/ayer</p>
<h1 id="清理-amp-amp-生成-amp-amp-启动-1"><a href="#清理-amp-amp-生成-amp-amp-启动-1" class="headerlink" title="清理 && 生成 && 启动"></a>清理 && 生成 && 启动</h1><p>hexo clean && hexo g && hexo s<br>hexo s -g #生成并本地预览<br>hexo d -g #生成并上传</p>
<p>(73条消息) hexo和gitee搭建免费个人博客详细教程_未知的角落的博客-CSDN博客_hexo与gitee <a target="_blank" rel="noopener" href="https://blog.csdn.net/weixin_45363557/article/details/120476851">https://blog.csdn.net/weixin_45363557/article/details/120476851</a><br>hexo new “postName” #新建文章<br>hexo new page “pageName” #新建页面<br>hexo generate #生成静态页面至public目录<br>hexo server #开启预览访问端口(默认端口4000,’ctrl + c’关闭server)<br>hexo deploy #部署到GitHub<br>hexo help # 查看帮助<br>hexo version #查看Hexo的版本</p>
<p>hexo n == hexo new<br>hexo g == hexo generate<br>hexo s == hexo server<br>hexo d == hexo deploy</p>
<p>hexo s -g #生成并本地预览<br>hexo d -g #生成并上传</p>
</div>
<footer class="article-footer">
<a data-url="http://wangwei-2022.gitee.io/blog/2022/08/24/%E4%B8%8A%E4%BC%A0hexo/" data-id="cl81bb2oj00025cqshfkq6t3s" data-title="上传hexo" class="article-share-link">分享</a>
</footer>
</div>
</article>
<article id="post-个人介绍" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/blog/2022/08/24/%E4%B8%AA%E4%BA%BA%E4%BB%8B%E7%BB%8D/" class="article-date">
<time class="dt-published" datetime="2022-08-24T03:59:20.000Z" itemprop="datePublished">2022-08-24</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/blog/2022/08/24/%E4%B8%AA%E4%BA%BA%E4%BB%8B%E7%BB%8D/">个人介绍</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<p><strong>一、业务特长:</strong><br>王维,男,硕士研究生,讲师,2011年7月-2017年8月在大型互联网公司任资深研发工程师,2018年6月至今在新乡医学院三全学院智能医学工程学院担任教师,研究方向区块链、大数据、图像识别、深度学习,发表学术论文1篇,以副主编参与著作编写1篇,主持及参与项目省市级3项,省部级3项,已获三项专业资格证书有数据库系统工程师(软考中级)、网络工程师(软考中级)和系统规划与管理师(软考高级),已获等级资格证书有数据库技术(三级),2020年5月校级教育信息化大赛获得一等奖,2021年12月获中国医药教育协会科技创新三等奖1项。
<p class="article-more-link">
<a href="/blog/2022/08/24/%E4%B8%AA%E4%BA%BA%E4%BB%8B%E7%BB%8D/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<a data-url="http://wangwei-2022.gitee.io/blog/2022/08/24/%E4%B8%AA%E4%BA%BA%E4%BB%8B%E7%BB%8D/" data-id="cl81bb2om00035cqs91fka42e" data-title="个人介绍" class="article-share-link">分享</a>
</footer>
</div>
</article>
<article id="post-hello-world" class="h-entry article article-type-post" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">
<div class="article-meta">
<a href="/blog/2022/08/24/hello-world/" class="article-date">
<time class="dt-published" datetime="2022-08-24T03:05:41.812Z" itemprop="datePublished">2022-08-24</time>
</a>
</div>
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="p-name article-title" href="/blog/2022/08/24/hello-world/">Hello World</a>
</h1>
</header>
<div class="e-content article-entry" itemprop="articleBody">
<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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure>
<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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
<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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
<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><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
</div>
<footer class="article-footer">
<a data-url="http://wangwei-2022.gitee.io/blog/2022/08/24/hello-world/" data-id="cl81bb2oh00015cqs5yj845pv" data-title="Hello World" class="article-share-link">分享</a>
</footer>
</div>
</article>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">归档</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/blog/archives/2022/08/">八月 2022</a></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">最新文章</h3>
<div class="widget">
<ul>
<li>
<a href="/blog/2022/08/24/%E4%B8%8A%E4%BC%A0hexo/">上传hexo</a>
</li>
<li>
<a href="/blog/2022/08/24/%E4%B8%AA%E4%BA%BA%E4%BB%8B%E7%BB%8D/">个人介绍</a>
</li>
<li>
<a href="/blog/2022/08/24/hello-world/">Hello World</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2022 王维<br>
Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/blog/" class="mobile-nav-link">Home</a>
<a href="/blog/archives" class="mobile-nav-link">Archives</a>
</nav>
<script src="/blog/js/jquery-3.4.1.min.js"></script>
<script src="/blog/fancybox/jquery.fancybox.min.js"></script>
<script src="/blog/js/script.js"></script>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。