杜郎俊赏 - dujun.io

开源实例之MkDocs

mkdocs-example封面
前言 MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. It is designed to be easy to use and can be extended with third-party themes, plugins, and Markdown extensions. MkDocs 是一个用于创建项目文档的快速、简单、完美华丽的静态站点生成器。文档源码使用 Markdown 来...

2023-06-12

开源实例之Docsify

docsify-example封面
前言 Docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. Docsify 可以快速帮你生成文档网站。不同于 GitBook、Hexo 的地方是它不会生成静态的 .html 文件,所有转换工作都是在运行时。如果你想要开始使用它,只需要创建一个 index.html 就可以开始编写文档。 实例地址 http://docsify.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 18 程序 Docsify 4...

2023-06-12

开源实例之GitBook

gitbook-example封面
前言 GitBook is a command line tool (and Node.js library) for building beautiful books using GitHub/Git and Markdown (or AsciiDoc). GitBook makes it easy to plan, centralize and share knowledge, from start to ship. 实例地址 http://gitbook.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 10.24 服务器 Nginx 程序 GitBook 3.2.3 数据 javaee8-by-example-gitbook 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:htt...

2023-06-11

开源实例之Slate

slate-example封面
前言 Slate helps you create beautiful, intelligent, responsive API documentation. Slate 可帮助您创建美观,智能,响应式的 API 文档。 实例地址 http://slate.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 2.7、Node.js 18 服务器 Nginx 程序 Slate 2.13.1 实例部署 权限要求 具有系统读写权限 已安装 Ruby、Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/slatedocs/slate #克隆代码 git clone https://github.com/slatedocs/slate.git cd slate #安装依赖 bundle install #生成静态文件...

2023-06-11

开源实例之Docusaurus静态网站

docusaurus-website-example封面
前言 本篇是 Docusaurus 生成的静态网站实例。另有《开源实例之Docusaurus》为静态博客实例。 实例地址 http://docusaurus-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Docusaurus 2.0.0 模版 AgileTs Documentation 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://docusaurus.io 程序仓库:https://github.com/facebook/docusaurus 数据仓库:https://github.com/agile-ts/documentation #克隆代码 git clone https://github.com/agile-...

2023-06-10

开源实例之Docusaurus

docusaurus-example封面
前言 Docusaurus is a project for building, deploying, and maintaining open source project websites easily. Docusaurus 是 Facebook 专门为开源项目开发者提供的一款易于维护的静态网站创建工具,使用 Markdown 即可更新网站。它构建了一个具有快速客户端导航的单页应用程序,利用React的全部功能使您的站点具有交互性。它提供开箱即用的文档功能,但可用于创建任何类型的网站(个人网站、产品、博客、营销登录页面等)。 实例地址 http://docusaurus.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Docusaurus 2.0.0 数据 mrbrunelli-blog 实例部署 权...

2023-06-10

开源实例之Nuxt静态网站

nuxt-website-example封面
前言 本篇是 Nuxt 生成的静态网站实例。另有《开源实例之Nuxt》为静态博客实例。 实例地址 http://nuxt-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nuxt 3.1.1 数据 Logspot 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nuxt.com 程序仓库:https://github.com/nuxt/nuxt 数据仓库:https://github.com/fayazara/logspot #克隆代码 git clone https://github.com/fayazara/logspot.git cd logspot #安装依赖 pnpm install --shamefully-h...

2023-06-10

开源实例之Nuxt

nuxt-example封面
前言 Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. 使用Nuxt自信地构建下一个Vue.js应用程序。一个在MIT许可下的开源框架,使web开发简单而强大。 实例地址 http://nuxt.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nuxt 2.14.12 数据 demo-blog-nuxt-content 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nuxt.com 程序仓库:https://git...

2023-06-10

开源实例之Next.js静态网站

nextjs-website-example封面
前言 本篇是 Next.js 生成的静态网站实例。另有《开源实例之Next.js》为静态博客实例。 实例地址 http://nextjs-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Next.js 13.4.4 数据 Liftoff Interviews 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nextjs.org 程序仓库:https://github.com/vercel/next.js 数据仓库:https://github.com/Tameyer41/liftoff #创建项目 npx create-next-app liftoff --example "https://github.com/Tamey...

2023-06-09

开源实例之Next.js

nextjs-example封面
前言 The React Framework for the Web. Used by some of the world's largest companies, Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds. Next.js 为您提供生产环境所需的所有功能以及最佳的开发体验:包括静态及服务器端融合渲染、支持 TypeScript、智能化打包、路由预取等功能,无需任何配置。 实例地址 http://nextjs.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境...

2023-06-09

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183