Commit Graph

5591 Commits

Author SHA1 Message Date
Bjørn Erik Pedersen af3a0807e8 http > HTTP 2017-07-24 19:52:31 +02:00
Bjørn Erik Pedersen b2af90ae96 Remove formatting in description of blog article 2017-07-24 19:50:59 +02:00
Bjørn Erik Pedersen 6e2e60a932 Add blog article about Netlify files 2017-07-24 19:43:43 +02:00
Bjørn Erik Pedersen 0bb6f2f28b Use title in archetype file 2017-07-24 18:43:56 +02:00
Bjørn Erik Pedersen 7b2490ff5c Get the Archetypes up to new spec 2017-07-24 18:33:00 +02:00
Bjørn Erik Pedersen f401d69b49 Load CSS and JS via HTTP/2 server push
See https://www.netlify.com/blog/2017/07/18/http/2-server-push-on-netlify/

```
▶ nghttp -ans https://deploy-preview-83--gohugoio.netlify.com/
***** Statistics *****

Request timing:
  responseEnd: the  time  when  last  byte of  response  was  received
               relative to connectEnd
 requestStart: the time  just before  first byte  of request  was sent
               relative  to connectEnd.   If  '*' is  shown, this  was
               pushed by server.
      process: responseEnd - requestStart
         code: HTTP status code
         size: number  of  bytes  received as  response  body  without
               inflation.
          URI: request URI

see http://www.w3.org/TR/resource-timing/#processing-model

sorted by 'complete'

id  responseEnd requestStart  process code size request path
 13   +199.52ms      +1.22ms 198.30ms  200  42K /
  4   +404.60ms *   +69.97ms 334.62ms  200 102K /dist/main.css
  2   +484.93ms *   +69.63ms 415.30ms  200 131K /dist/app.bundle.js
```

Compare that to the live site:

```
▶ nghttp -ans https://gohugo.io/
***** Statistics *****

Request timing:
  responseEnd: the  time  when  last  byte of  response  was  received
               relative to connectEnd
 requestStart: the time  just before  first byte  of request  was sent
               relative  to connectEnd.   If  '*' is  shown, this  was
               pushed by server.
      process: responseEnd - requestStart
         code: HTTP status code
         size: number  of  bytes  received as  response  body  without
               inflation.
          URI: request URI

see http://www.w3.org/TR/resource-timing/#processing-model

sorted by 'complete'

id  responseEnd requestStart  process code size request path
 13   +596.97ms      +2.54ms 594.43ms  200  42K /
 15   +606.87ms    +403.50ms 203.37ms  200  15K /files/muli-latin-200.woff2
 2`1   +790.39ms    +403.51ms 386.88ms  200  20K /dist/main.css
 23      +1.14s    +596.00ms 544.48ms  200  42K /dist/app.bundle.js
 19      +1.14s    +403.50ms 737.99ms  200  15K /files/muli-latin-800.woff2
 17      +1.14s    +403.50ms 738.01ms  200  15K /files/muli-latin-400.woff2
```
2017-07-24 18:05:24 +02:00
Bjørn Erik Pedersen 4aef494434 Adjust titles 2017-07-24 08:30:02 +02:00
Michael Henderson 362acdb26b Fix typo in quickstart
Change "relase" to "release"

See #80
2017-07-23 18:17:17 -06:00
Ryan Watters c24405600d Remove inline icons from installation guide
Fixes #78
2017-07-24 01:00:19 +02:00
Bjørn Erik Pedersen d2edcbc32d Revert "Fix links to Disqus template documentation"
This reverts commit 93e08e1956.
2017-07-23 23:58:17 +02:00
Bjørn Erik Pedersen 622f49cf8e Add a full commands section at the quick start end 2017-07-23 23:52:28 +02:00
Bjørn Erik Pedersen 752f065bfa Fix server command in README 2017-07-23 23:20:37 +02:00
Tom Bennet 93e08e1956 Fix links to Disqus template documentation
Links were pointing at the Partials page - more useful to link directly to the Disqus section of Internal Templates page
2017-07-23 22:39:50 +02:00
Bjørn Erik Pedersen 5e0cfaa92b Adjust Linux install 2017-07-23 21:24:55 +02:00
Bjørn Erik Pedersen d51397c2fe Fix broken link in Quick Start
Fixes #3729
2017-07-23 20:20:12 +02:00
Bjørn Erik Pedersen 1fb39846c8 Add /quickstart alias to quickstart 2017-07-23 18:45:48 +02:00
Bjørn Erik Pedersen 7440616b1b Add new and simpler quickstart
Fixes #75
2017-07-23 18:43:20 +02:00
digitalcraftsman b3ec698681 Let page title correspond to function name replaceRE 2017-07-23 10:39:03 +02:00
digitalcraftsman b44499c920 Add YouTube tutorial about taxonomies 2017-07-22 19:08:37 +02:00
Bjørn Erik Pedersen 88b9eb0ed9 Add RSS templates example 2017-07-22 15:10:56 +02:00
zuriar 6c0bde3f88 Update slice.md
Change word "alice" to "slice" in description
2017-07-22 09:27:20 +02:00
Jeremiah Valenzuela 6c212ea611 Reorder to match the following content order 2017-07-22 09:23:23 +02:00
Pieter d212299277 Complete "content" spelling under theme components 2017-07-21 16:50:51 +02:00
Bjørn Erik Pedersen e4824eb3fe Fix the output shortcode and its usage
Passing the shortcode into the Markdown processor just to get pre and code tags does not make much sense.
2017-07-21 13:06:11 +02:00
Bjørn Erik Pedersen 0adfc94526 Add archetypes YouTube video 2017-07-21 12:58:48 +02:00
YAJIE 638e9d9bb6 Fix double "your" typo in taxonomies.md
See gohugoio/hugoDocs#71
2017-07-21 03:15:06 -06:00
Bjørn Erik Pedersen 73f355ce0d Update theme 2017-07-21 09:17:01 +02:00
Bjørn Erik Pedersen 83ff50c2e0 Use example.com in examples
Avoid linking to existing domain yoursite.com.
2017-07-20 21:46:10 +02:00
Bjørn Erik Pedersen 7129213473 Add alias news > release-notes
See https://discourse.gohugo.io/t/release-notes-url/7524/5
2017-07-20 18:17:12 +02:00
Bjørn Erik Pedersen 2e15f64212 Update theme 2017-07-20 18:05:27 +02:00
Bjørn Erik Pedersen 8eef09d270 Add Pygments configuration
Closes #61
2017-07-20 11:51:45 +02:00
Bjørn Erik Pedersen 572b9e7590 Clean up the code shortcode use
* No markdown needed
* No code fence needed

See #61
2017-07-20 11:51:45 +02:00
Bjørn Erik Pedersen a1b2fd3bdc Remove the code fence language codes
See #61
2017-07-20 11:51:45 +02:00
Jeremiah Valenzuela 1473b1d91a Remove redundant text 2017-07-20 00:06:33 +02:00
Bjørn Erik Pedersen b92c204200 Update theme 2017-07-19 21:33:51 +02:00
digitalcraftsman 8f439c282b Edit contributing section in README 2017-07-19 21:13:13 +02:00
digitalcraftsman 8bcf8a1961 Add contributing section to README 2017-07-19 21:04:03 +02:00
Bjørn Erik Pedersen 4c44ee1c8b Fix broken content file
Updates #46
2017-07-19 20:35:59 +02:00
Ricardo N Feliciano 2bdc771063 Clarify .Data.Pages sorting in lists.md 2017-07-19 20:13:51 +02:00
Bjørn Erik Pedersen 092271c24c Use infinitive mood for main titles
Updates #46
2017-07-19 19:19:29 +02:00
budparr b9b8abef3d Update theme to reflect change to home page content 2017-07-19 09:13:14 -04:00
budparr b897b71b07 Change copy to use sentence case
All the tagline level content in this section use sentence case. This change just matches that.

Signed-off-by: budparr <budparr@gmail.com>
2017-07-19 08:42:25 -04:00
Bjørn Erik Pedersen fd675ee554 Enable RSS feed for sections 2017-07-19 00:53:50 +02:00
Tobias Meyer 060a5e2762 Correct movie title in taxonomies.md 2017-07-18 21:51:28 +02:00
Michael Henderson 6a5ca96acd Update displayed site name for Hub
The link is correct but the displayed name has a "www." that isn't really part of the site name.
2017-07-18 19:27:49 +02:00
Michael Henderson 22f4b7a44e Add example of starting up the local server 2017-07-18 19:27:23 +02:00
Bjørn Erik Pedersen d9612cb356 Update theme 2017-07-18 17:21:05 +02:00
Bjørn Erik Pedersen a8c3988a9b Update theme 2017-07-18 13:33:55 +02:00
Bjørn Erik Pedersen 4198189dac Update theme 2017-07-18 13:26:32 +02:00
Bjørn Erik Pedersen 12d6b016ee Update theme 2017-07-18 13:20:50 +02:00