14 Commits

Author SHA1 Message Date
Jeff Escalante
28a5c07c89
base template 2020-05-28 12:45:10 -04:00
Noel Quiles
3b1c702744
Update middleman-hashicorp to 0.3.44 2020-03-03 20:10:38 -05:00
nicolelyn
79961f1769 website: bump middleman version 2020-02-10 19:53:34 -05:00
Nick Fagerlund
ba3aa81841 Update middleman-hashicorp container and Gemfile.lock
Time marches on, and so do security vulnerabilities in Nokogiri. So it's time
for a new container.

As with last time, here's a reminder for the next person who needs to update
this:

- You shouldn't just update the dependency in Gemfile.lock, because your build
  times will go to heck as you compile Nokogiri from source on every run. So you
  need an updated container with all the dependencies.
- To update the container, you need to push a new tag to the middleman-hashicorp
  repo. Teamcity does the rest, and will ship a new container to Docker Hub
  (unless its credentials are out of date, in which case go ask team-eng-serv.)
- Once that's pushed:
    - Update Makefile
    - Update the Gemfile
    - Delete Gemfile.lock
    - `make website` until it comes up, then ctrl-C
    - Commit the changes
2019-08-21 16:08:55 -07:00
Jeff Escalante
db959c16c5 switch web analytics from ga to segment 2018-04-06 18:25:11 -04:00
Justin Campbell
3958783f42 website: Bump middleman-hashicorp to 0.3.29
Includes https://github.com/hashicorp/middleman-hashicorp/pull/50
2017-10-20 16:32:03 -04:00
Ryon Coleman
cb7fa43ff1 Update middleman-hashicorp to 0.3.28 for mega nav fixes
Fixes detailed at https://github.com/hashicorp/middleman-hashicorp/pull/47
2017-06-26 16:18:42 -04:00
Katie Bayes
e2441dd4b7 fix update to middleman version 26 2017-06-07 17:12:14 -04:00
Seth Vargo
ee6921f1b6
Add open-graph stuff 2017-04-06 18:11:50 -04:00
Seth Vargo
0d7d65fdeb
Rebrand to match HashiCorp styles 2017-03-27 21:24:57 -04:00
Jack Pearkes
f899c048cf website: update to middleman-hashicorp 0.3.13 2017-03-08 17:01:25 -08:00
Seth Vargo
e14f4d832f
Update middleman-hashicorp 2017-03-08 11:20:16 -08:00
Seth Vargo
c822cce402
Use Docker-based build and deployments 2016-10-29 16:50:00 -04:00
Seth Vargo
5093f3120e Merge docs and www into a single static site
This is a big commit, and I apologize in advance for the future
git-blames all pointing to me. This commit does a few things:

1.  Merges the website/docs and website/www repo into a single website repo
    to be in line with other HashiCorp projects
2.  Updates to use middleman-hashicorp
3.  Converts less to scss to be in line with other projects
4.  Updates page styles to be in line with other projects
5.  Optimizes images
6.  Prepare for S3 + Fastly deployment with scripts, etc.
7.  Removes blog posts (they have been transferred to hashicorp.com with
    redirects in place
8.  Updated sitemap generation script for better SEO
9.  Fixed many broken links
10. Add description to all fields
2016-01-19 14:35:05 -05:00