杜郎俊赏 - dujun.io

开源实例之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

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

2023-06-09

1319封面
这一下子可太帅了

2023-06-09

开源实例之Zola静态网站

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

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 开发的快速静态网站生成工具,单文件无依赖,开箱即用。 实例地址 http://zola.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Zola 0.17.2 模版 Abridge 实例部署 权限要求 具有系统读...

2023-06-08

开源实例之Bridgetown静态网站

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

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》为静态博客实例。 实例地址 http://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

开源实例之Astro

astro-example封面
前言 Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries. Astro 是一款现代化的轻量级静态站点生成器,具有出众的开发者体验 (Developer Experience)。 实例地址 http://astro.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Astro 2.6.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://astro.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