博客框架 EchoesWorks

码农软件 · 软件分类 · 开源博客系统 · 2020-01-17 17:57:15

软件介绍

EchoesWorks 是下一代技术博客/展示框架

Demo: 

http://demo.echoesworks.com/

特点:

  • 支持 Markdown

  • 集成Github代码

  • 全屏背景图片

  • 左/右侧图片支持

  • 进度条

  • 自动播放

  • 字幕

使用示例:

Clone

git clone git@github.com:echoesworks/echoesworks-demo.git

Or

1.Install

bower install echoesworks

2.Data

create example.md & data.json under data folder

  • Markdown Slide

  • Data for code & Time Control

3.Code

 var EW = new EchoesWorks({
         element: 'slide' });

Example with slide

    EchoesWorks.get('data/example.md', function(data){
            document.querySelector('slide').innerHTML = EchoesWorks.md.parse(data);
            EchoesWorks.imageHandler();new EchoesWorks({
                element: 'slide'});
        })

安装开发

1.Install devDependencies

 npm install

2.Development

3.Run Test

 npm test

4.Push Code & Waiting CI

本文地址:https://www.codercto.com/soft/d/23596.html

Agile Web Application Development with Yii 1.1 and PHP5

Agile Web Application Development with Yii 1.1 and PHP5

Jeffrey Winesett / Packt Publishing / 2010-08-27

In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具