Blog Migration: Continuation of WIP PR #7144 (#7247)

* WIP

* fixing layouts and assets

updating Gemfile.lock with bundle install (rvm use ruby-2.2.9)

Updated links in header and footer

switch to paginate v2 gem

comment sidebar logic

fixing css regression

retry paginate

updated local ruby version

reverting to original pagination gem

remove text, make heading roboto, next/prev as buttons

* reintoduce dir tree changes

format checking new posts

shrink fab-icons down to 33px

* reintoduce dir tree changes

format checking new posts

shrink fab-icons down to 33px

* next/prev buttons on posts and index

* Change "latest" to v1.10

* rename .md to match old blog and added explict permalinks for urls

* replacing a link to old blog
This commit is contained in:
tehut
2018-04-03 14:19:43 -07:00
committed by k8s-ci-robot
parent 0a6b5b7d73
commit 4e22f60956
216 changed files with 26856 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ build: ## Build site with production settings and put deliverables in _site.
bundle exec jekyll build
build-preview: ## Build site with drafts and future posts enabled.
bundle exec jekyll build --drafts --future
bundle exec jekyll build --drafts --future --trace
serve: ## Boot the development server.
bundle exec jekyll serve