杜郎俊赏 - dujun.io

最近在写静态博客的专题,我以前能数出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

开源实例之Gatsby静态网站

gatsby-website-example封面
前言 本篇是 Gatsby 生成的静态网站实例。另有《开源实例之Gatsby》为静态博客实例。 实例地址 http://gatsby-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Gatsby 5.10.0 模版 gatsby-starter-default 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://www.gatsbyjs.com 程序仓库:https://github.com/gatsbyjs/gatsby 模版仓库:https://github.com/gatsbyjs/gatsby-starter-default #安装 Gatsby npm -g i gatsby-cli #创建站点 gatsby new...

2023-06-06

开源实例之Gatsby

gatsby-example封面
前言 Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps. It combines the control and scalability of dynamically rendered sites with the speed of static-site generation, creating a whole new web of possibilities. Gatsby 是基于 React 构建的静态站点生成器,拥有丰富的插件生态,其主要目标之一是交付访问速度快速的网页,它通过利用良好的缓存、静态页面生成和基于边缘的 CDN 数据源来实现这一目标。 实例地址 http://gatsby.dujun.e...

2023-06-06

分页: 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