杜郎俊赏 - dujun.io

开源实例之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开发简单而强大。 实例地址 https://nuxt.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nuxt 2.14.12 数据 demo-blog-nuxt-content 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nuxt.com 程序仓库:https://gi...

2023-06-10

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

nextjs-website-example封面
前言 本篇是 Next.js 生成的静态网站实例。另有《开源实例之Next.js》为静态博客实例。 实例地址 https://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/Tame...

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、智能化打包、路由预取等功能,无需任何配置。 实例地址 https://nextjs.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环...

2023-06-09

最近在写静态博客的专题,我以前能数出5个静态博客工具,本来只想做个小专题,网上查排名准备了十几个。结果今天又发现了Jamstack这个网站,居然整理出351个。真是知道得越多,越知道自己的无知。

2023-06-09

1319封面
这一下子可太帅了

2023-06-09

开源实例之Zola静态网站

zola-website-example封面
前言 本篇是 Zola 生成的静态网站实例。另有《开源实例之Zola》为静态博客实例。 实例地址 https://zola-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Zola 0.17.2 模版 Juice 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 官网地址:https://www.getzola.org 程序仓库:https://github.com/getzola/zola 模版仓库:https://github.com/huhu/juice deb:https://github.com/barnumbirr/zola-debian #下载二进制包安装 Zola dpkg -i zola_0.17.2-1_amd64_bullseye.deb #克隆代码 git clone https://g...

2023-06-08

开源实例之Zola

zola-example封面
前言 Zola is a static site generator (SSG), similar to Hugo, Pelican, and Jekyll (for a comprehensive list of SSGs, please see Jamstack). It is written in Rust and uses the Tera template engine, which is similar to Jinja2, Django templates, Liquid, and Twig. Zola 是基于 Rust 开发的快速静态网站生成工具,单文件无依赖,开箱即用。 实例地址 https://zola.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Zola 0.17.2 模版 Abridge 实例部署 权限要求 具有系统...

2023-06-08

开源实例之Bridgetown静态网站

bridgetown-website-example封面
前言 本篇是 Bridgetown 生成的静态网站实例。另有《开源实例之Bridgetown》为静态博客实例。 实例地址 https://bridgetown-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 2.7、Node.js 18 服务器 Nginx 程序 Bridgetown 1.2.0 数据 fundraising-site 实例部署 权限要求 具有系统读写权限 已安装 Ruby、Node.js 已安装 Nginx 安装程序 官网地址:https://www.bridgetownrb.com 程序仓库:https://github.com/bridgetownrb/bridgetown 数据仓库:https://github.com/bridgetownrb/fundraising-site #克隆代码 git clo...

2023-06-08

开源实例之Bridgetown

bridgetown-example封面
前言 Bridgetown is a next-generation, progressive site generator & fullstack framework, powered by Ruby. Bridgetown takes your content, API data, and frontend assets; renders templates in Markdown, Liquid, ERB, and many other formats; and exports a complete website ready to be served by fast CDNs like Render or traditional web servers like Caddy or Nginx. Bridgetown 是基于 Ruby 开发的渐进式站点生成器和全栈框架。 实例地址 h...

2023-06-08

开源实例之Astro静态网站

astro-website-example封面
前言 本篇是 Astro 生成的静态网站实例。另有《开源实例之Astro》为静态博客实例。 实例地址 https://astro-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Astro 2.6.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://astro.build 仓库地址:https://github.com/withastro/astro #安装,选择默认模版 npm create astro@latest #生成静态文件 npm run build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-06-07

分页: 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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199