Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e70ad22
voss-27 update styles to match template
amymanion Dec 30, 2020
bfc6985
Update color variables, h2s, youtube urls
amymanion Jan 6, 2021
13e0b63
Initial Hugo setup with blog
A-P Jan 18, 2021
25d2467
Initial docs import
A-P Jan 19, 2021
b1b8c59
Voss-27: Transfer content to Hugo
amymanion Jan 22, 2021
ca88ee0
Voss-27: Add links, cloud native module, styling
amymanion Jan 25, 2021
2b1888a
coss-27: update h2 color
amymanion Jan 25, 2021
c6485ea
Add search to docs
A-P Jan 26, 2021
742e0ed
Docs/resources/guides updates
A-P Jan 26, 2021
bed68ff
Voss-27: Add table styling
amymanion Jan 26, 2021
55b8ad6
Remove unneeded styles from tables on configuration doc
A-P Jan 26, 2021
aa71678
Move hugo site to main /site folder
A-P Feb 5, 2021
403d4a3
Update docs styling
A-P Feb 5, 2021
b0d1f5a
Update readme with site name
A-P Feb 5, 2021
fa43169
accessibility updates based on https://github.com/vmware-tanzu/pinnip…
Feb 23, 2021
344e1d7
Merge pull request #4 from smalltalk-ai/VOSS-40-accessibility-updates
michow Feb 23, 2021
660646d
final fixes
Feb 26, 2021
3f71004
fix quotes
Feb 26, 2021
d74ede8
Merge pull request #5 from smalltalk-ai/VOSS-41-final-tweaks
michow Feb 26, 2021
d5ebde7
Fixing slugs and images
Mar 5, 2021
8b0ad1d
Reformatting docs to work properly
Mar 5, 2021
dfd2d8e
Missing TOC data
Mar 5, 2021
6cd34d7
Fix code color
Mar 5, 2021
ecce025
Merge pull request #6 from smalltalk-ai/PATHFIX
lspringer Mar 6, 2021
156463d
Class tags don't work in Hugo
Mar 8, 2021
cc3803b
Merge pull request #7 from smalltalk-ai/PATHFIX
lspringer Mar 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 0 additions & 16 deletions site/Gemfile

This file was deleted.

132 changes: 0 additions & 132 deletions site/Gemfile.lock

This file was deleted.

20 changes: 13 additions & 7 deletions site/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# site
# Website for Contour

This directory contains the Jekyll source for [projectcontour.io][0].
##### Prerequisites

The site is deployed directly from the [`main`][1] branch, copies of the site's source in older tags and branches are non-canonical.
* [Hugo](https://github.com/gohugoio/hugo)
* macOS: `brew install hugo`
* Windows: `choco install hugo-extended -confirm`

Site specific contribution information can be found at [SITE_CONTRIBUTION.md][2].
#### Build

[0]: https://projectcontour.io/
[1]: https://github.com/projectcontour/contour/
[2]: https://github.com/projectcontour/contour/blob/main/SITE_CONTRIBUTION.md
```bash
hugo server --disableFastRender
```

#### Serve

Serve site at http://localhost:1313
Loading