Giter Site home page Giter Site logo

aohun.github.io's Introduction

项目结构

本项目使用 VuePress 框架,辅以 vuepress-hope-theme 主题完成整体构建。

├─.vuepress
│  ├─dist  // 自动生成的静态页面
│  ├─public  // 网页资源,这里是一些图标
│  ├─styles  // 样式
│  ├─config.ts  // 配置文件
│  ├─navbar.ts  // 顶栏配置
│  ├─sidebar.ts  // 侧栏配置
│  └─theme.ts  // 主题配置
│
├─docs  // 文档目录
└─tutorials  // 教程目录
    └─lang  // 语言教程

其中最为重要的两个目录是 docsguide ,你应该把文档或教程分别放置在那里, 如果有必要,可以单独分出一个子文件夹。若要配置顶部导航栏请修改 navbar.ts ,侧 边栏则修改 sidebar.ts

本地测试

第一次安装

  • 安装 NodeJS 18
  • 使用 GitHub Desktop 或者 Git 命令行来克隆本库 (git clone)
  • 项目根目录运行 npm install 命令

本地测试

  • 项目根目录运行 npm run docs:dev 命令
    • 站点会默认运行在 http://localhost:8080

aohun.github.io's People

Contributors

minliuhua avatar aohun avatar doublez1099 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.