杜郎俊赏 - 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开发简单而强大。 实例地址 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-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

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

开源实例之Octopress

octopress-example封面
前言 Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Octopress 是基于 Jekyll 实现的静态博客生成工具,它极大简化了 Jekyll 搭建博客的操作。 实例地址 http://octopress.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 2.7 服务器 Nginx 程序 Octopress 3.0 实例部署 权限要求 具有系统读写权限 已安装 Ruby 已安装 Nginx 安装程序 官网地址:http://octopress.org 仓库地址:https://github.com/imathis/octopress #克隆代码 git clone git...

2023-06-06

开源实例之Ruhoh

ruhoh-example封面
前言 Ruhoh is the Universal Static Blog API Ruhoh 是一款基于 Ruby 开发的静态博客引擎。 实例地址 http://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 exec...

2023-06-03

开源实例之Gor

gor-example封面
前言 Gor是使用 Go 实现的类 Ruhoh 静态博客引擎(Ruhoh like),基本兼容 ruhoh 1.x 规范。 相当于与 ruhoh 的官方实现( ruby 实现),有以下优点: * 速度完胜 -- 编译 wendal.net 近200篇博客,仅需要1秒 * 安装简单 -- 得益于 golang 的特性,编译后仅一个可运行程序,无依赖 实例地址 http://gor.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Gor 3.7.0 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/wendal/gor #安装 go install github.com/wendal/gor/gor@latest #新建项目 gor ne...

2023-05-31

开源实例之Nanoc

nanoc-example封面
前言 Nanoc is a static-site generator, fit for building anything from a small personal blog to a large corporate website. Nanoc 是一个用 Ruby 编写的灵活的静态站点生成器,适用于构建从个人博客到大型企业网站的任何内容。 实例地址 http://nanoc.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Ruby 服务器 Nginx 程序 Nanoc 4.12.15 数据 kaworu.ch 实例部署 权限要求 具有系统读写权限 已安装 Ruby 已安装 Nginx 安装程序 官网地址:https://nanoc.app 仓库地址:https://github.com/nanoc/nanoc #安装 Nanoc gem insta...

2023-05-31

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21