From 64ee07f7c37146ce7c5fa19782f1473222e2f78c Mon Sep 17 00:00:00 2001 From: David Kebler Date: Thu, 30 Mar 2017 12:01:55 -0700 Subject: [PATCH] add further goal, photo gallery and deployment automation --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index a54a401..1b8ba66 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,8 @@ A **complete** theme in a repo that's especially useful for **noobs** who just w **Goal:** Create a mobile first responsive flexbox based Hugo landing page theme including shortcodes that would allow a noob to generate a customized landing page by only knowing a little markdown. Provide a starter repo to make it easy to create one's own landing page in a few minutes +**Further Goal:** Add automated deployment to github pages, S3 bucket or any server using ssh. My other project [4S](https://github.com/dkebler/4S) can do this it just needs to be intregate. Also want to automate building photo galleries. Currently this is done with [Thumbsup](https://github.com/thumbsup/thumbsup) and the generated code is made into a shortcode and the generated thumbs and images added to the project manually. + **Ultimiate Goal:** Put together a noob virtualbox VM with all the tools (e.g. atom, smartgit, hugo, node, etc.) and code installed and configured and ready to go. Fire up the VM and you're instantly productive. ## Getting Started