diff --git a/_layouts/default.html b/_layouts/default.html index 2580908a..85429e52 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -35,6 +35,7 @@
About + News Docs Gitter Get Started @@ -53,6 +54,9 @@
  • About
  • +
  • + News +
  • Docs
  • diff --git a/_layouts/post.html b/_layouts/post.html index d27c4806..2ce8cab2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,17 +1,19 @@ --- -layout: default +layout: page ---
    -

    {{ page.title }}

    + +
    + + Published {{ page.date | date: "%B %e, %Y" }} + by {{ page.author }} + +
    {{ content }}
    -
    - Written on {{ page.date | date: "%B %e, %Y" }} -
    - {% include disqus.html %}
    diff --git a/_posts/2018-1-8-Rush-support-for-PNPM.md b/_posts/2018-1-8-Rush-support-for-PNPM.md index dbb00384..bb9689df 100644 --- a/_posts/2018-1-8-Rush-support-for-PNPM.md +++ b/_posts/2018-1-8-Rush-support-for-PNPM.md @@ -1,6 +1,9 @@ --- layout: post title: Rush now has preliminary support for PNPM +date: 2018-01-08 17:10:12 -8 +author: Nick Pape +authorLink: https://github.com/nickpape-msft --- We have added support in Rush for the [PNPM package manager](https://github.com/pnpm/pnpm). PNPM has several advantages over NPM, including performance, disk efficiency, rigor and simplicity. The primary idea behind PNPM is to install packages a single time, and construct your node_modules folder using only symlinks. By comparison, NPM imposes a tree of physical folders that often requires excessive duplication of the exact same contents. diff --git a/oldindex.html b/news.html similarity index 83% rename from oldindex.html rename to news.html index 5e0cb3ee..76150e6e 100644 --- a/oldindex.html +++ b/news.html @@ -1,5 +1,5 @@ --- -layout: default +layout: page ---
    @@ -7,6 +7,7 @@ layout: default