All Projects → howborn → blog

howborn / blog

Licence: other
🔥公众号:后端搬运工

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
HTML
75241 projects

Projects that are alternatives of or similar to blog

Hexo Theme Yilia
一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
Stars: ✭ 8,183 (+22016.22%)
Mutual labels:  hexo, hexo-theme-yilia
hexo-theme-A-RSnippet
🦀 A Responsive Theme for Hexo 🦀
Stars: ✭ 67 (+81.08%)
Mutual labels:  hexo
butterfly-plugins
No description or website provided.
Stars: ✭ 36 (-2.7%)
Mutual labels:  hexo
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (+35.14%)
Mutual labels:  hexo
peach-blog
🍑 a blog based on flask
Stars: ✭ 55 (+48.65%)
Mutual labels:  hexo
Hexo-Theme-MengD
A simple, lightweight Hexo theme(支持:pjax、discuss、twikoo、waline、valine评论)
Stars: ✭ 69 (+86.49%)
Mutual labels:  hexo
hexo-theme-minima
An undoubtedly simple and lightweight dark/light theme for Hexo.js
Stars: ✭ 161 (+335.14%)
Mutual labels:  hexo
community
Volantis Community 社区主页 https://vlts.cc https://volantis.js.org
Stars: ✭ 85 (+129.73%)
Mutual labels:  hexo
blog
my blog
Stars: ✭ 12 (-67.57%)
Mutual labels:  hexo
hexo-filter-optimize
A Hexo plugin that optimize the pages loading speed.
Stars: ✭ 41 (+10.81%)
Mutual labels:  hexo
hexo-pagination
Pagination utilities for Hexo generator plugins.
Stars: ✭ 18 (-51.35%)
Mutual labels:  hexo
hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (-5.41%)
Mutual labels:  hexo
hexo-theme-artemis
A minimalist Hexo theme inspired by pinggod/hexo-theme-apollo
Stars: ✭ 51 (+37.84%)
Mutual labels:  hexo
action-hexo
No description or website provided.
Stars: ✭ 28 (-24.32%)
Mutual labels:  hexo
hexo-fs
File system module for Hexo.
Stars: ✭ 39 (+5.41%)
Mutual labels:  hexo
hexo-bilibili-bangumi
hexo 番剧页面插件,可选数据源:Bilibili, Bangumi
Stars: ✭ 252 (+581.08%)
Mutual labels:  hexo
hexo-theme-amber
🎉 A bootstrap blog theme for hexo
Stars: ✭ 47 (+27.03%)
Mutual labels:  hexo
palmerye.github.io
📝 Personal Blog
Stars: ✭ 17 (-54.05%)
Mutual labels:  hexo
hexo-theme-wind
A Simple Hexo Theme.
Stars: ✭ 20 (-45.95%)
Mutual labels:  hexo
hexo-deployer-rsync
Rsync deployer plugin for Hexo.
Stars: ✭ 40 (+8.11%)
Mutual labels:  hexo

樊浩柏科学院

预览图

关注公众号获取文章推送

公众号

项目代码

本项目采用 git submodule 方式管理源代码。

  • clone 命令
git clone --recursive https://github.com/fan-haobai/blog.git
  • pull 命令
git pull && git submodule foreach git pull origin master

部署环境

本项目采用 docker 管理项目环境,请先安装 docker-compose

  • 配置环境变量
cp docker.example.env docker.env

其中,各环境变量意义见docker.example.env文件中的注释说明,可以根据实际情况修改各环境变量参数的值。

  • 获取HTTPS证书
/bin/bash dockerfiles/nginx/ssl/init_ssl.sh

注意:如果无需支持HTTPS协议,则跳过此步骤,并将环境变量ENABLE_SSL修改为false

  • 启动容器
docker-compose up --force-recreate --build -d

文章内容

本站所有的文章 Markdown 文件,请移步 这里

杂谈

架构

分布式

算法与数据结构

语言

PHP

Lua

系统原理

进程

协议

工具

DB

MySQL

Redis

搜索

日常

Web服务器

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].