diff --git a/content/concept.md b/content/concept.md index fb2e04587..23020012c 100644 --- a/content/concept.md +++ b/content/concept.md @@ -45,7 +45,8 @@ In addition, this project was started with the assumptions that the Hugo documen * difficult to optimize for external search engines (SEO) * does not leverage Hugo's more powerful features (e.g., only *one* archetype); leveraging these features would help address the aforementioned shortcomings (i.e., scalability, consistency, and search) * assumes a higher level of Golang proficiency than is realistic for newcomers to static site generators or general web development; a prime example is the sparsity of basic and advanced code samples for templating functions, some of which may still be wholly undocumented -* lacks well-defined contribution and editorial guidelines for those interested in submitting or editing documentation. +* lacks well-defined contribution and editorial guidelines for those interested in submitting or editing documentation +* needs reworking of its URL structure to represent a more intuitive mental model for end users ([Discuss][ds1]) ### Goals @@ -506,6 +507,7 @@ If the Hugo Team finds the improvements to the Hugo documentation acceptable, I' [Content Modeling]: https://alistapart.com/article/content-modelling-a-master-skill [Core Model]: https://alistapart.com/article/the-core-model-designing-inside-out-for-better-results [designresources]: https://github.com/rdwatters/hugo-docs-concept/tree/master/dev-and-design-resources +[ds1]: https://discuss.gohugo.io/t/hugo-docs-domain/5657 [ex1]: https://discuss.gohugo.io/t/frustrated-with-documentation/2810 [ex2]: https://discuss.gohugo.io/t/documentation-restructure-and-design/1891 [forum]: https://discuss.gohugo.io diff --git a/dev-and-design-resources/cloud.afdesign b/dev-and-design-resources/cloud.afdesign new file mode 100644 index 000000000..df1e4c417 Binary files /dev/null and b/dev-and-design-resources/cloud.afdesign differ diff --git a/dev-and-design-resources/gopher-side_color.afdesign b/dev-and-design-resources/gopher-side_color.afdesign new file mode 100644 index 000000000..38e17fa35 Binary files /dev/null and b/dev-and-design-resources/gopher-side_color.afdesign differ diff --git a/dev-and-design-resources/gopher-small.afdesign b/dev-and-design-resources/gopher-small.afdesign new file mode 100644 index 000000000..dec68bb5e Binary files /dev/null and b/dev-and-design-resources/gopher-small.afdesign differ diff --git a/dev-and-design-resources/hugo-logo-wide.afdesign b/dev-and-design-resources/hugo-logo-wide.afdesign new file mode 100644 index 000000000..cf410b4b7 Binary files /dev/null and b/dev-and-design-resources/hugo-logo-wide.afdesign differ diff --git a/layouts/partials/homepage/homepage-content.html b/layouts/partials/homepage/homepage-content.html index bfdd81cf9..7c9a53f54 100644 --- a/layouts/partials/homepage/homepage-content.html +++ b/layouts/partials/homepage/homepage-content.html @@ -1,7 +1,7 @@
- {{ partial "svg-icons/newlogo.svg" . }} + {{ partial "svg-icons/hugo-logo-wide.svg" . }}
The world's fastest static website engine.
Written in Golang.
@@ -9,25 +9,28 @@ Get started
-
-
+
+
-
- {{partial "svg-icons/gopher-small.svg" .}} {{partial "svg-icons/md.svg" .}} +
+ {{partial "svg-icons/gopher-small.svg" .}} + + {{partial "svg-icons/md.svg" .}}
$ brew update
$ brew install hugo
-
- Here is some more content to get to fire on scroll. -
+
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Reprehenderit dolorum iure et, esse commodi velit, ad corrupti harum repellat ratione aliquam explicabo consequatur qui fugit libero quos nisi quam similique! -
-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Placeat tempore incidunt, beatae nam quod repellat ullam culpa iure. Quidem neque corrupti a praesentium mollitia perferendis impedit quibusdam ipsum et officiis.
+
+

You only have so much time...

+
+

Hugo let's you focus your energy on creating great content rather than databases, caching layers, security updates, and staring at your screen waiting for your site to rebuild.

@@ -35,7 +38,6 @@

What makes Hugo different?

-

References

- {{ partial "homepage/homepage-references.html" . }} +

References

{{ partial "homepage/homepage-references.html" . }}
diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index fe193dbd1..c23ccaad5 100644 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -3,7 +3,7 @@