GithubHelp home page GithubHelp logo

ztesoft-ued / markyun.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markyun/markyun.github.io

0.0 1.0 0.0 192 KB

markyun.github.io

Home Page: https://markyun.github.io/

JavaScript 2.69% HTML 63.79% SCSS 33.52%

markyun.github.io's Introduction

ASCII-ART Bolg

Web Developer/ Photog/ Work at NanJing

本站内容: 🌈 前端| 📰 文章 | 🌐 多语言 | 🌙 暗色模式 | 📱 移动端适配

本博客主题来源于 hugo-ladder , 中文即阶梯的含义。读书为输入,写作为输出,都是获取知识的阶梯。模板文档中包括了 hugo 所有的安装流程信息,例如如何免费构建独立的博客网站,如何。你可以通过直接访问网站,来获得原生体验。

基础使用

新建博客: hugo new site NewBolgSite

新建文章: hugo new blog/xxx-文章名.md

启动博客: hugo server -D


---
title: Git仓库的分支(Branch)规范
date: 2018-11-27 19:31:30
tags: ["Git", "代码管理", "规范"]
series: ["Specification"]
category: ["Branch"]
featured: true
---

title 文章题目
date 发布日期
tags 标签分类
series 系列文章,会在下方推荐阅读中推荐同系列文章
category 分类
featured 是否在主页面中展示,true or false

最小配置

Clone your repository.

Build and run hugo server by hugo server -D and open in browser http://localhost:1313/.

baseURL: 'https://username.github.io' # set https://username.github.io
homepage: 'https://username.github.io' # set https://username.github.io
defaultContentLanguage: 'en' #default language
params:
  brand: HOME # set the brand of your site
  avatarURL: /images/avatar.png # avatar, replace your avatar in the /static/images/
  author: Hugo Ladder # name
  authorDescription: # description
  info:  this is a info # information of your blog site
  favicon: /images/avatar.png # blog site icon,replace your avatar in the /static/images/
  options:
    showDarkMode: true # is show dark mode button
    enableMultiLang: true # is show multi language button

Modifying the default configuration. Then push it to your repository.

Special Thanks

markyun.github.io's People

Contributors

markyun avatar

Watchers

 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.