Giter Club home page Giter Club logo

theme-default2's Introduction

theme-default2

介绍

什么是helloblog这里给个我之前的文章说明下什么是hello blog

之前上线的默认主题不少网友说不行,尤其是在seo方面,于是我决定用nux.js开发一个简单的主题。这个页面是有Yancy实现的。在这里也非常感谢这位小伙伴的贡献。这里是他的博客。主题的源代码

预览地址 Yancy的博客

主题界面

首页

QQ截图20191023114634.png

标签

QQ截图20191023114644.png

归档

QQ截图20191019152143.png

友情链接

QQ截图20191019152158.png

总结界面比较简洁简单,适合大部分的小伙伴作为个人的博客。

你觉得还可以就给个Star吧。

安装nuxt

教程

# .nuxt 文件你需要在项目下面 执行下面 命令得到
npm bulid

# 后面直接就
npm install

# 安装 pm2
npm install pm2 -g

# 启动 
pm2 start npm --name nuxt -- start

# 停止
pm2 stop all #停止PM2列表中所有的进程
pm2 stop 0 #停止PM2列表中进程为0的进程

# 日志
pm2 logs

如何解决centos的nodejs npm版本的升级

教程

yum remove nodejs

删除yum源

cd 到yum源配置文件夹:cd /etc/yum.repo.d ,删除以 node 开头的源; 清除 yum 缓存 yum clean all

安装node

curl -sL https://rpm.nodesource.com/setup_10.x | bash -

yum install -y nodejs

更新 npm

npm install npm@latest -g 命令:npm -v 输出版本号就成功安装了。

有问题加入我们官方群

theme-default2's People

Contributors

986244073 avatar open-snail avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.