Coder Social home page Coder Social logo

comsince / comsince.github.io Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 235.32 MB

Personal blog using jekyll,which include most note from DevelopNote repoistory

Home Page: https://www.comsince.cn/

License: MIT License

Ruby 0.01% HTML 0.40% CSS 7.22% JavaScript 92.29% Shell 0.10%
gitpage blog android

comsince.github.io's Introduction

概述

基于Jekyll的个人博客项目,这里有一篇关于如何使用Github Pages建独立博客 的文章,

发布步骤

  • 安装jekyll
ubutun 20.08 jekyll 部署
sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler 出现安装jekyll失败,单独安装jekyll
gem install jekyll --version 3.8.6  指定jekyll版本,不然默认版本会保sass错误,让升级gem,但是又无法升级
gem install github-pages 188
启动
bundle exec jekyll serve -H 172.16.40.51
  • 下载本项目源码,编译本项目
bundle exec jekyll build
  • 提交编译好文件_site到nginx中部署

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.