Commit 360c761
* remove author from page header single
TODO : will replace this edit link with one direct to file when projects are in final position
* space card view
now there are no authors
* remove frontmatter config
* create lastmod from gh api
We don't want to set dates in front matter
* take authors off cards and also fm set images
We don't want them anyway
* rm all front matter except title
we might want to hide the title fm as well with comments later
* pull project order from remote
leave primers to be ordered as they are for now
* change authors line for edit line
in page header and footer on single
remove unused styles
add missing class on footer
update class names to edit from author
* rename projects index to _index
The top level file in this folder needs to be_index to signal this as a section
https://gohugo.io/content-management/organization/#index-pages-_indexmd
* cache static page regions
* suppress page footer on about and versions
* create a netlify redirects file for contributing
contributing page is a one off that we move to the about section on the website. Internal readme links will break then so I've added a redirect file to netlify
https://harrycresswell.com/writing/hugo-netlify-redirects/
* add 301 to redirect
* Update website/build.sh
Daniel's much better bashing
Co-authored-by: Daniel Wagner-Hall <[email protected]>
* Update website/static/_redirects
Co-authored-by: Daniel Wagner-Hall <[email protected]>
* remove api call to github for projects order
- copy it to hugo
- query hugo data
- pop a readme to explain in data folder
* rm readme and replace with example metadata
Hugo dislikes my readme
* create fallback lastmod 1970
it's set to 1970 so it's obvious it's a default value
* rm readme again
...
Co-authored-by: Daniel Wagner-Hall <[email protected]>
1 parent ea99468 commit 360c761
File tree
34 files changed
+193
-213
lines changed- prep
- primers
- distributed-software-systems-architecture
- troubleshooting
- projects
- batch-processing
- buggy-app
- cli-files
- docker-cloud
- grpc-client-server
- http-auth
- kafka-cron
- memcached-clusters
- multiple-servers
- raft-otel
- server-database
- website
- assets/styles/04-components
- content/versions
- data/projects
- layouts
- _default
- partials
- static
34 files changed
+193
-213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
primers/distributed-software-systems-architecture/distributed-locking-and-distributed-consensus.md
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments