Skip to content

Commit

Permalink
Related & Popular Post Changes to help with search (#838)
Browse files Browse the repository at this point in the history
* WIP

* WIP

* WIP

* WIP

* no 2nd heading on popular page

* fixing category mistake
  • Loading branch information
Adam Gordon Bell authored May 21, 2024
1 parent eaa7aae commit 8f15eb7
Show file tree
Hide file tree
Showing 13 changed files with 3,102 additions and 539 deletions.
1 change: 1 addition & 0 deletions .github/workflows/suggestion-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
set -x
poetry run python ./util/psupport/psupport/scripts/suggested_posts.py > blog/_data/related_articles.yml
poetry run python ./util/psupport/psupport/scripts/suggested_posts.py --popular > blog/_data/related_popular_articles.yml
poetry run python ./util/psupport/psupport/scripts/short_titles.py > blog/_data/short_titles.yml
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down
50 changes: 50 additions & 0 deletions blog/_data/popular.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
slugs:
- portainer-for-docker-container-management
- yaml-in-python
- csv-python
- vscode-make
- golang-errors
- makefile-variables
- docker-volumes
- docker-mysql
- installandrun-cmake-on-windows
- mongodb-docker
- npm-workspaces-monorepo
- python-makefile
- python-subprocess
- golang-sqlite
- jq-select
- makefiles-on-windows
- docker-networking
- docker-image-storage-on-host
- homebrew-on-m1
- setup-typescript-monorepo
- flux-vs-argo-cd
- make-flags
- docker-multistage
- private-docker-registry
- cmake-vs-make-diff
- golang-csv-files
- docker-and-makefiles
- managing-k8s-with-k9s
- postgres-docker
- creating-and-hosting-your-own-deb-packages-and-apt-repo
- mitmproxy
- setup-reverse-proxy-kubernetes-nginx
- github-action-artifacts
- cross-compiling-raspberry-pi
- golang-makefile
- golang-grpc-example
- composite-actions-github
- github-actions-environment-variables-and-secrets
- docker-secrets
- backward-and-forward-compatibility
- tui-app-with-go
- practical-guide-to-linux-echo-cmd
- convert-to-from-json
- github-actions-and-docker
- python-ast
- deploy-dockcontainers-to-awsecs-using-terraform
- canary-deployment-in-k8s
- sed-find-replace
- golang-monorepo
Loading

0 comments on commit 8f15eb7

Please sign in to comment.