Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website for Thanos' docs using Hugo. #807

Merged
merged 38 commits into from
Apr 15, 2019
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e27de62
docs: try hugo
adrien-f Feb 2, 2019
2732f36
fix: bad root url
adrien-f Feb 2, 2019
0b2fad8
fix: bad root url
adrien-f Feb 2, 2019
869aa6a
fix: bad root url
adrien-f Feb 2, 2019
e6d50e6
fix: bad root url
adrien-f Feb 2, 2019
23a956d
update subtitle
adrien-f Feb 3, 2019
8ae3ce1
update
adrien-f Mar 17, 2019
7c0af37
update
adrien-f Mar 17, 2019
8168bd7
update hugo
adrien-f Mar 20, 2019
13710d9
fix: menus
adrien-f Mar 21, 2019
309f9eb
update
adrien-f Mar 22, 2019
f46ed71
update
adrien-f Mar 22, 2019
a47827f
move config outside website folder and rewrite getting-started
adrien-f Mar 23, 2019
c2355b1
update
adrien-f Mar 23, 2019
dae29eb
update
adrien-f Mar 23, 2019
140d864
Merge branch 'master' into feature/docs-hugo
bwplotka Mar 30, 2019
1f043ec
Bartek's weekend hacking.
bwplotka Mar 30, 2019
14b2df0
Merge pull request #1 from improbable-eng/fixes-to-deployment
adrien-f Mar 30, 2019
1d30983
Sunday hacking.
bwplotka Mar 31, 2019
e3dd9e6
Merge pull request #2 from improbable-eng/feature/docs-hugo-impr
adrien-f Mar 31, 2019
59fadbe
cleanup blog and some links
adrien-f Mar 31, 2019
af05ec2
fix: add perl in circle ci website build
adrien-f Mar 31, 2019
836ecbb
Fixed homepage.
bwplotka Mar 31, 2019
7fe678f
Added more info to how-to-docs.
bwplotka Mar 31, 2019
af186ec
Improved build.
bwplotka Mar 31, 2019
768146f
Moved back to old function.
bwplotka Mar 31, 2019
e47eba1
Fake change to poke deploy.
bwplotka Apr 1, 2019
03a3209
Moved to Improbable.
bwplotka Apr 1, 2019
6ee6785
Fixes.
bwplotka Apr 1, 2019
1cb36be
fix: use GA template tag
adrien-f Apr 9, 2019
2a8a915
Small website fixes.
bwplotka Apr 13, 2019
6199ac1
Merge pull request #3 from improbable-eng/bwplotka-docs-hugo-changes
bwplotka Apr 13, 2019
ff55d5a
fix: update text-indent on sidebar
adrien-f Apr 14, 2019
5403918
Merge branch 'master' into adrien-f-feature/docs-hugo
bwplotka Apr 14, 2019
bd6ebdf
Moved domains.
bwplotka Apr 14, 2019
7faae79
Fixed link.
bwplotka Apr 14, 2019
7c2e817
Removed not needed CI changes.
bwplotka Apr 14, 2019
0377848
Added CNAME file.
bwplotka Apr 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added more info to how-to-docs.
Signed-off-by: Bartek Plotka <[email protected]>
  • Loading branch information
bwplotka committed Mar 31, 2019
commit 7fe678fff4f823d800e682df450c54ef1145b4d6
6 changes: 5 additions & 1 deletion docs/contributing/how-to-contribute-to-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ New menus `.Site.Menus` are added as soon as some file has Front Matter with cer

Keep `menu` the same as sub-directory the file is in. This will help to manage all docs.

Show new menu section in main page by changing `website/layouts/_default/baseof.html` file.
Show new menu section in main page by changing `website/layouts/_default/baseof.html` file.

## Testing

Run `make web-serve` to serve and preview the website locally.