开源实例之Bridgetown 前言 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 生成的静态网站实例。另有《开源实例之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
开源实例之Astro 前言 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)。 实例地址 https://astro.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Astro 2.6.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://astro.build... 2023-06-07
开源实例之Gatsby静态网站 前言 本篇是 Gatsby 生成的静态网站实例。另有《开源实例之Gatsby》为静态博客实例。 实例地址 https://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 ne... 2023-06-06
开源实例之Gatsby 前言 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 数据源来实现这一目标。 实例地址 https://gatsby.dujun... 2023-06-06
开源实例之Octopress 前言 Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Octopress 是基于 Jekyll 实现的静态博客生成工具,它极大简化了 Jekyll 搭建博客的操作。 实例地址 https://octopress.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 2.7 服务器 Nginx 程序 Octopress 3.0 实例部署 权限要求 具有系统读写权限 已安装 Ruby 已安装 Nginx 安装程序 官网地址:http://octopress.org 仓库地址:https://github.com/imathis/octopress #克隆代码 git clone gi... 2023-06-06
开源实例之Ruhoh 前言 Ruhoh is the Universal Static Blog API Ruhoh 是一款基于 Ruby 开发的静态博客引擎。 实例地址 https://ruhoh.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 1.9.3 服务器 Nginx 程序 ruhoh 2.1 模版 ruhoh blog 实例部署 权限要求 具有系统读写权限 已安装 Ruby 已安装 Nginx 安装程序 程序仓库:https://github.com/ruhoh/ruhoh.rb 模版仓库:https://github.com/ruhoh/blog #克隆代码 git clone https://github.com/ruhoh/blog.git cd blog #安装依赖 bundle install #本地运行在 9292 端口 bundle exe... 2023-06-03
开源实例之Hakyll静态网站 前言 本篇是 Hakyll 生成的静态网站实例。另有《开源实例之Hakyll》为静态博客实例。 实例地址 https://hakyll-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Haskell 服务器 Nginx 程序 Hakyll 数据 ReichertBrothers 实例部署 本实例部署的是 reichertbrothers.com 的开源版本。 权限要求 具有系统读写权限 已安装 Haskell 已安装 Nginx 安装程序 官网地址:https://jaspervdj.be/hakyll 程序仓库:https://github.com/jaspervdj/hakyll 数据仓库:https://github.com/rbros/reichertbrothers.com #安装 Hakyll apt-get install... 2023-06-02
开源实例之Hugo静态网站 前言 本篇是 Hugo 生成的静态网站实例。另有《开源实例之Hugo》为静态博客实例。 实例地址 https://hugo-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Hugo 0.112.5 模版 Arcana 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 官网地址:https://gohugo.io 程序仓库:https://github.com/gohugoio/hugo 模版仓库:https://github.com/half-duplex/hugo-arcana #deb 安装 Hugo,下载仓库 release 包 dpkg -i hugo_extended_0.112.5_linux-amd64.deb #克隆模版代码 git clone ht... 2023-06-01
开源实例之Hexo静态网站 前言 本篇是 Hexo 生成的静态网站实例。另有《开源实例之Hexo》为静态博客实例。 实例地址 https://hexo-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Hexo 7.0.0 模版 Acorn 实例部署 本实例是基于 Hexo Acorn 模版创建的静态企业官网。 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://hexo.io 程序仓库:https://github.com/hexojs/hexo 模版仓库:https://github.com/zhwangart/hexo-theme-acorn 数据仓库:https://github.com/zhwangart/acorn-sample-data #安装 Hex... 2023-06-01