Giter VIP home page Giter VIP logo

dwdsec.github.io's Introduction

DWDSec_WebSite

协会官网的代码仓库
基于VuePress v2VuePress Theme Hope v2构建

安装流程

# 1. 安装Node.js(LTS版本)

# 2. 将代码克隆到本地
git clone https://github.com/DWDSec/DWDSec_WebSite.git
cd DWDSec_WebSite

# 3. 安装项目依赖
npm install

# 4. 运行官网
npm run docs:dev

目录结构说明

.
├── docs
│   ├── .vuepress
│   │   ├── dist            # 生成的静态文件夹(gh-pages分支)
│   │   ├── public          # 图片等静态资源
│   │   │   ├── avatars     # 成员头图
│   │   │   └── logos       # 协会和战队Logo
│   │   └── config.ts       # VuePress配置文件
│   ├── intro               # 协会简介
│   ├── teams               # 协会战队
│   └── members             # 协会成员
│       ├── MatrixBreaker   # 破阵成员
│       ├── ReverseBlade    # 逆锋成员
│       ├── WisdomGuardian  # 智鉴成员
│       ├── ShieldForge     # 铸安成员
│       └── others          # 其他成员
├── .gitignore              # 不上传到代码仓库的文件和文件夹
├── deploy.ps1              # Windows部署上线脚本
├── deploy.sh               # macOS/Linux部署上线脚本
└── README.md               # 项目说明(本文件)

修改好后提交代码

# 1. 提交文件到本地缓存区
git add -A

# 2. 提交说明信息
git commit -m 'update'

# 3. 上传
git push

手动部署上线

# Windows
./deploy.ps1

# macOS/Linux
./deploy.sh

dwdsec.github.io's People

Contributors

crazy4tech avatar txph avatar yaoisss avatar joesonzx avatar nlesxw avatar

Watchers

 avatar

Forkers

aidyphy

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.