Giter Site home page Giter Site logo

code-select's Introduction

编程严选网

0 本地启动项目

  1. 检查node是否有安装
  2. 下载资源包:npm install
  3. 启动服务: npm run dev

https://www.bilibili.com/video/BV1vb411m7NY

视频前两节即可学会本地启动 Vuepress项目,还可学到其他相关配置。

1 图片调整路径

docs/.vuepress/public/images 不建议存储源文件,请直接使用 oos 图床存储图片。

2 提交文章

  1. 新增 md 文件 在 md 目录新建 concurrency 目录,新建00-Java并发编程.md文件,将文章内容放进去
  2. 修改 config.js,配置专栏和下面文章路径
{
    text: '并发编程',
    items: [
        {text: '00-Java并发编程', link: '/md/concurrency/00-Java并发编程.md'},
    ]
},
  1. 修改 config.js,配置专栏侧边导航栏 如
"/md/concurrency/": [
    {
        title: "并发编程",
        collapsable: false,
        sidebarDepth: 0,
        children: [
            "00-Java并发编程.md"
        ]
    }
],
  1. 本地调试,浏览器前端能正常看到文章,即可提交代码

3 Git GUI 工具

建议下载 Github Desktop,可视化提交文章相关数据。

code-select's People

Contributors

java-edge avatar 123yhm avatar clchyj 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.