开源实例之ecstatic 前言 ecstatic creates static web pages and blog posts from Hiccup templates and Markdown. 实例地址 https://ecstatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 20 服务器 Nginx 程序 ecstatic 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 仓库地址:https://github.com/samrat/ecstatic #克隆代码 git clone https://github.com/samrat/ecstatic cd ecstatic #生成静态文件 lein run --src resources/example/src --output out 实例体验 进入实例深度体验... 2023-12-23
开源实例之blogpy 前言 A static blog generator written in python. 实例地址 https://blogpy.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 2.7 服务器 Nginx 程序 blogpy 2.0 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/travisred/blogpy #克隆代码 git clone https://github.com/travisred/blogpy cd blogpy #安装依赖 pip install markdown #生成静态文件 python build.py 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-12-22
开源实例之Utterson 前言 Utterson is a minimal static blog generator written using old-school unix tools (make, ksh, m4, awk, procmail and a pinch of elisp). 实例地址 https://utterson.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Utterson 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/stef/utterson git clone https://github.com/stef/utterson cd utterson mkdir blog posts cp -n cfg/utterson.cfg.example cfg/utterso... 2023-12-22
开源实例之Chisel 前言 Chisel is a simple python static blog generation utility. 实例地址 https://chisel.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Chisel 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/dz/chisel #克隆代码 git clone https://github.com/dz/chisel cd chisel #安装依赖 pip install -r requirements.txt #新建文档 mkdir blog vim blog/yzm.markdown #生成静态文件 python3 chisel.py 实例体验 进入实例... 2023-12-22
董宇辉事件中的俞敏洪 昨晚俞敏洪直播让我觉得很糟糕。或许站在俞老师的角度,他已经快刀斩乱麻地让这件事告一段落。然而我觉得并不是。 俞敏洪的错误 团队管理者和明星员工之间摆上台面的撕破脸的矛盾,被俞老师一度认为是“小事情”,没有尽早干预,这是严重的管理失当。昨晚的直播像是一场仓促的为了尽快平息舆论的发布会,但俞老师的表态令人惋惜。俞老师反复提董宇辉没有职位薪资的要求,并表示孙东旭将继续在团队中发挥重要作用。就这场直播的目的来说我觉得是失败的。 对孙东旭和董宇辉的安抚,一定是在私下里达成了各方条件的妥协。既然拿到直播间来谈,目的就是对外平息大众舆论,那么昨晚的基调是错误的。群体意识是非理性的,是同情弱者的。在这起事件中屠龙者是打工人董宇辉,民众是站在他这边的。那么俞老师要做的是把脏水往恶龙孙东旭身上泼,然后口头上做个迎合大众期望的表态,给董宇辉奖励。而俞老师反过来,给孙东旭洗白,道德绑架董宇辉无欲无求,难怪直播间一... 2023-12-17
俞敏洪董宇辉直播看得我太难受了。在董宇辉外面有明晃晃的橄榄枝,网络舆情普通认为他受委屈的情况下,俞老师还在讲情怀,连一点饼都不愿意画,不给升职不给加薪。我现在非常期待罗老师会怎样评价这件事。 2023-12-16
开源实例之trofaf 前言 Super simple live static blog generator in Go. Vraiment trofaf. 实例地址 https://trofaf.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 trofaf 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 程序仓库:https://github.com/mna/trofaf 示例仓库:https://github.com/mna/0value #安装 trofaf go install github.com/PuerkitoBio/trofaf@latest #生成示例静态博客 git clone https://github.com/mna/0value cd 0value trofaf -g 实例体... 2023-12-16
开源实例之blogc 前言 A blog compiler. 实例地址 https://blogc.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 blogc 0.20.1 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 程序仓库:https://github.com/blogc/blogc 示例仓库:https://github.com/blogc/blogc-example #下载二进制包 wget https://github.com/blogc/blogc/releases/download/v0.20.1/blogc-static-amd64-0.20.1.xz xz -d blogc-static-amd64-0.20.1.xz chmod +x blogc-static-amd64-0.20.1 mv blogc-static-am... 2023-12-16
开源实例之makesite.py 前言 Simple, lightweight, and magic-free static site/blog generator for Python coders. 实例地址 https://makesite.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 makesite.py 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 程序仓库:https://github.com/sunainapai/makesite 示例仓库:https://github.com/sunainapai/sunainapai.com #克隆代码 git clone https://github.com/sunainapai/sunainapai.com cd sunainapai.c... 2023-12-15