From 48ac982555a827a0d50512a0eb03bca3dc535601 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 6 Sep 2016 21:50:46 -0700 Subject: [PATCH] Updating README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f30e5e6..2ba2e67 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ image gallery, or a corporate homepage; the tool no assumptions are made about y is trivially extensible via a plugin architecture which makes it simple to perform complex data transformations concurrently. +Naturally, I use Goldsmith to generate my personal website, [FooSoft Productions](https://foosoft.net/). If you would +like to know how a Bootstrap site can be put together with this static generator, you can check out the [source content +files](https://github.com/FooSoft/website) as well as the [plugin +chain](https://github.com/FooSoft/webtools/blob/master/webbuild/main.go) that makes everything happen. + ![](https://foosoft.net/projects/goldsmith/img/gold.png) ## Motivation ##