Commit Graph

49 Commits

Author SHA1 Message Date
Patrice Chalin c7f8374804
partials/content.html args rework (#480)
An improved solution over #464 and #462 (partially reverting these).

No change to generated site. This is in preparation for other layout changes (#433)
2020-10-27 14:36:10 -04:00
Patrice Chalin e551e5798e
Layout content.html cleanup (#464)
No change in the generated site. (Note: this edit preserves the current approach used in the site, which is to prefer bulma primitives for styling vs. using custom CSS.)

* Layout content.html cleanup

No change in generated site.

* Avoid IsSet warning

The warning reads as follows, even if the value _is not_ always false.

> WARNING: calling IsSet with unsupported type "ptr" (*hugolib.pageState) will always return false.
2020-10-18 08:44:18 -04:00
Patrice Chalin b880f9f651
Blog: drop author-position stutter (#453)
- Drop repeated author's position
- Other copy edits
2020-10-13 06:36:29 -04:00
Patrice Chalin 0ba07a5c61
Cleanup: make title capitalization consistent with guidelines (#417)
* Fix title case for Quick start

* Fix title case for tutorials

* Use relative path to basics tutorial from qc

* Avoid unnecessary redirects
2020-09-24 17:51:19 -04:00
Patrice Chalin a1c33d95a9
Kotlin blog: don't use external links for internal pages (#413)
Also fix link titles.
2020-09-24 14:44:08 -04:00
Patrice Chalin 2866d908e0
Cleanup of most popular blog entries (#404)
Closes #403
2020-09-18 16:08:35 -04:00
Patrice Chalin d24db4d96b
Style links differently from plain text in blog hero fields (#401)
* Fix links in blog hero author fields

* Use author-info for class name and scope

* Misc blog entry attribute changes

* Template tweaks

* Sass comment update

* Simplify CSS class name

* Don't style inco as secondary text

... otherwise it makes it look like it is part of the link when the author's name is a link.
2020-09-18 13:07:32 -04:00
Patrice Chalin c2059d368e
Fix links in "state of gRPC in the browser" blog (#397)
Main changes:
- Use an anchor rather than a `div` to set an anchor target
- Use markdown-link syntax so that we can benefit from markdown render-link processing, which adds an external-link icon, for example, when appropriate
- Drop the protocol from the link text
- Copyedits
- Fix broken external links

Closes #377
2020-09-15 16:21:19 -04:00
Patrice Chalin 48d4c97467
Add missing blog-entry redirects (#393)
Contributes to #392. (Also add spelling 'ignore' lists/words for the affected files.)
2020-09-15 12:19:33 -04:00
Patrice Chalin 65bc96cc89
Don't mention blog entry that was never published (#391)
Fixes #388
2020-09-14 15:53:48 -04:00
Patrice Chalin db6d57857b
Change non-homepage HTML titles to be "Page-title – gRPC" (#364)
* Change non-homepage titles to be "Page-title | gRPC"
* Eric's feedback: use – as separator
2020-07-20 13:12:31 -04:00
Patrice Chalin 6df104e026
Add "grpc-web interceptors" blog entry (#292)
* Add a new blog "Using gRPC-Web Interceptors"  (#261)

* Create grpc-web-interceptor.md

* Update grpc-web-interceptor.md

* Add some links

* Update grpc-web-interceptor.md

* Add a diagram

* Markdown cleanup, no change in content (#262)

* gRPC-web interceptors blog: revisions 20/06/11 (#279)

* Add an image for grpc-web blog (#287)

* gRPC-web interceptors blog: revisions 20/06/17 (#291)

* gRPC-web interceptors blog: revisions 20/06/17

- Final copyedits
- Replaced ASCII art with diagram
- Dropped the advanced example

* Set date to today

Co-authored-by: Zhenli Jiang <jennyjiang@google.com>
2020-06-18 11:08:51 -04:00
Patrice Chalin f98c87215b
Minor gRPC .NET blog entry copyedits (#278) 2020-06-11 14:02:49 -04:00
Patrice Chalin d766a1d4c0
Update link to gRPC-Kotlin API docs in blog page too (#240)
Contributes to #218
2020-05-26 18:36:58 -04:00
Michael Lumish 90b2771659
Fix grpc-js 1.0 blog to match the deprecation plan (#210) 2020-04-22 20:08:55 -04:00
Patrice Chalin 88d13429a4
gRPC-JS blog entry copyedits (#205) 2020-04-22 09:35:48 -04:00
Michael Lumish 4479a02c03
Add a blog post to announce grpc-js 1.0 (#197)
* Add a blog post to announce grpc-js 1.0

* Add metadata, remove title header

* Put title in quotes

* Address comments
2020-04-21 15:58:38 -04:00
Patrice Chalin d52e2291f2
Add gRPC-Kotlin blog entry (#196)
* Add gRPC-Kotlin blog entry

* Add links and update titles
2020-04-17 11:13:25 -04:00
Richard Belleville 9b1962ac0c
Cross-Post https://cloud.google.com/blog/products/compute/serve-cloud-run-requests-with-grpc-not-just-http (#147)
* Add first draft of cross-post

* Touch up post

* Just include a single author

I get to make that decision because I'm the omitted author. :P

* Adopt reviewer advice
2020-03-18 16:43:15 -04:00
lucperkins 917b5baacf Add hard-coded version to cmake blog post
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-17 12:25:47 -07:00
lucperkins 0365144056 Merge branch 'lperkins/blog-post-template' 2020-03-16 11:43:23 -07:00
lucperkins bb74a727a9 Fix most recent blog post
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-16 11:42:44 -07:00
lucperkins a5cec06fff Fix post param
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-16 11:37:48 -07:00
lucperkins 8eae380055 Update link for April's personal page
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-13 18:36:47 -07:00
lucperkins 533c2cc608 Update blog post template to include author info
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-13 15:11:38 -07:00
Jan Tattermusch 71a80c8cdf review comments, fix some TODOs 2020-03-12 09:47:18 +01:00
Jan Tattermusch 2aef52c1e5 Apply suggestions from code review
Co-Authored-By: Zack Galbreath <zack.galbreath@kitware.com>
2020-03-12 09:47:18 +01:00
Jan Tattermusch 40e9d0ff34 add draft of cmake improvements blogpost 2020-03-12 09:47:18 +01:00
lucperkins a2b5b9494a Update blog post attribution
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 15:35:39 -07:00
lucperkins c6decb6785 Fix broken links
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 12:39:30 -07:00
lucperkins 59fc928363 More blog post cleanup
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-10 11:36:12 -07:00
lucperkins fc4acb6d68 Begin cleaning up blog posts
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 16:33:52 -07:00
lucperkins 36dfa776f2 Update aesthetic of blog landing page
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-09 16:17:53 -07:00
lucperkins 4edb8c9e39 Merge branch 'master' into lperkins/css-framework 2020-03-09 10:26:00 -07:00
lucperkins 38375f22c9 Fix initial broken links
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 13:13:51 -08:00
lucperkins 2f0d53de24 Add link checker
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 13:05:47 -08:00
lucperkins 805af9fd14 Add initial blog list template
Signed-off-by: lucperkins <lucperkins@gmail.com>
2020-03-06 12:48:08 -08:00
Chulki Lee 35a1b43d62 Fix typo 2019-11-22 12:41:31 -08:00
Sourabh Shirhatti 2ed6ff4f04
s/Manger/Manager
I got roasted on Hacker News for that 😄
2019-09-24 09:58:11 -07:00
Sourabh Shirhatti 9c0a269b15 PR feedback 2019-09-22 22:20:13 -07:00
Sourabh Shirhatti c64bf18f69 Add VS screenshot 2019-09-19 23:18:28 -07:00
Sourabh Shirhatti 0e7a699203 Add text about lanaguge grammar in VS 2019-09-19 23:09:27 -07:00
Sourabh Shirhatti 3b46a5bdb5 Add more context on Grpc.Core 2019-09-19 23:06:00 -07:00
Sourabh Shirhatti c4ec74f1ca
Apply suggestions from code review
Co-Authored-By: James Newton-King <james@newtonking.com>
2019-09-18 14:25:21 -07:00
Sourabh Shirhatti 9f02400726 Create grpc-on-dotnetcore.md 2019-09-17 23:53:26 -07:00
Minko Gechev 6c2acc5623
Update the link to the Angular website
https://angularjs.org is the website of AngularJS. Angular lives on https://angular.io.

You can find more about the branding [here](https://angular.io/presskit).
2019-07-04 11:32:05 -07:00
Benjamin Krämer 48ba2b34e3
Remove reference to C# inproc usage
Fixes #27 

Maybe it's better to crossread this section again and make sure, there are no other examples mentioned that are incorrect.
2019-05-29 13:05:05 +02:00
cjyabraham fcef63956b removed more tags from html blog posts which was truncating the first para 2019-04-25 12:47:42 +07:00
lucperkins 067307dd29 Add contents of new site repo
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-22 18:07:24 -07:00