From c369a4ac6ad5ebca38f082d0b932f88bd0bc0329 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 4 Jun 2018 04:22:15 +0200 Subject: [PATCH 1/2] Move all static site generators to existing static site section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd23441..0db3cb4 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [azerupi/mdBook](https://github.com/rust-lang-nursery/mdBook) — a command line utility to create books from markdown files [](https://travis-ci.org/azerupi/mdBook) * [bluejekyll/trust-dns](https://github.com/bluejekyll/trust-dns) — a DNS-server [](https://travis-ci.org/bluejekyll/trust-dns) * [ivanceras/diwata](https://github.com/ivanceras/diwata) — a database administration tool for postgresql [](https://travis-ci.org/ivanceras/diwata) -* [cobalt-org/cobalt.rs](https://github.com/cobalt-org/cobalt.rs) - Static site generator written in Rust [](https://travis-ci.org/cobalt-org/cobalt.rs) * [runconduit/conduit](https://github.com/runconduit/conduit) - Ultralight service mesh for Kubernetes. * [danielrangel/rsign](https://bitbucket.org/danielrangel/rsign) [[rsign](https://crates.io/crates/rsign)] — A simple command-line tool used to generate/sign/verify digital signatures designed to be compatible with Minisign [![Codeship Status for danielrangel/rsign](https://app.codeship.com/projects/60b28d80-7645-0135-4402-1639b58199d0/status?branch=master)](https://app.codeship.com/projects/244452) * [darrint/device-blocker](https://github.com/darrint/device-blocker) — Limit screen time to children's various mobile devices by blocking internet access on the family Wifi router. @@ -97,7 +96,6 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [Factotum](https://github.com/snowplow/factotum) — [A system to programmatically run data pipelines](https://snowplowanalytics.com/blog/2016/04/09/introducing-factotum-data-pipeline-runner/) [](https://travis-ci.org/snowplow/factotum) * [fcsonline/drill](https://github.com/fcsonline/drill) — a HTTP load testing application inspired by Ansible syntax * [Fractalide](https://github.com/fractalide/fractalide) — Simple Rust Microservices -* [FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs) — Static site generator from markdown files. * [habitat](https://www.habitat.sh) — An tool created by [Chef](https://www.chef.io/) to build, deploy, and manage applications. * [imjacobclark/Herd](https://github.com/imjacobclark/Herd) — an experimental HTTP load testing application * [intecture/api](https://github.com/intecture/api) — an API-driven server management and configuration tool [](https://travis-ci.org/intecture/api) @@ -1074,6 +1072,8 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [sozu-proxy/sozu](https://github.com/sozu-proxy/sozu) [[sozu](https://crates.io/crates/sozu)] - A HTTP reverse proxy. [![Build Status](https://api.travis-ci.org/sozu-proxy/sozu.svg?branch=master)](https://api.travis-ci.org/sozu-proxy/sozu) * Static Site Generators * [Keats/gutenberg](https://github.com/Keats/gutenberg) [[gutenberg](https://www.getgutenberg.io/)] — An opinionated static site generator with everything built-in. [![Build Status](https://api.travis-ci.org/Keats/gutenberg.svg?branch=master)](https://travis-ci.org/Keats/gutenberg) + * [cobalt-org/cobalt.rs](https://github.com/cobalt-org/cobalt.rs) - Static site generator written in Rust [](https://travis-ci.org/cobalt-org/cobalt.rs) + * [FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs) — Static site generator from markdown files. ## Resources From 2ee978ce2bb5dc1538638ceb14d0859ea4a24f10 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 4 Jun 2018 04:29:15 +0200 Subject: [PATCH 2/2] Also move leven --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0db3cb4..9d2d83c 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,6 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [notty](https://github.com/withoutboats/notty) — A new kind of terminal * [Pijul](https://pijul.org) — a patch-based distributed version control system * [qmx/limonite](https://github.com/qmx/limonite) — static blog/website generator [](https://travis-ci.org/qmx/limonite) -* [quadrupleslap/leven](https://github.com/quadrupleslap/leven) [[leven](https://crates.io/crates/leven)] — a simple, parallelized blog generator. [](https://travis-ci.org/quadrupleslap/leven) * [Sandstorm Collections App](https://github.com/sandstorm-io/collections-app) * [Servo](https://github.com/servo/servo) — a prototype web browser engine * [Weld](https://github.com/serayuzgur/weld) — Full fake REST API generator [](https://travis-ci.org/serayuzgur/weld) @@ -1074,6 +1073,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [Keats/gutenberg](https://github.com/Keats/gutenberg) [[gutenberg](https://www.getgutenberg.io/)] — An opinionated static site generator with everything built-in. [![Build Status](https://api.travis-ci.org/Keats/gutenberg.svg?branch=master)](https://travis-ci.org/Keats/gutenberg) * [cobalt-org/cobalt.rs](https://github.com/cobalt-org/cobalt.rs) - Static site generator written in Rust [](https://travis-ci.org/cobalt-org/cobalt.rs) * [FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs) — Static site generator from markdown files. + * [quadrupleslap/leven](https://github.com/quadrupleslap/leven) [[leven](https://crates.io/crates/leven)] — a simple, parallelized blog generator. [](https://travis-ci.org/quadrupleslap/leven) ## Resources