Skip to content

Commit

Permalink
docs: Cleanup old CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
caspermeijn committed Aug 15, 2024
1 parent f0c21c1 commit 7695d96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 59 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
}
},
"forwardPorts": [1313],
// "postCreateCommand": "hugo server -D --baseURL / --appendPort=false",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
extended: true

- name: Build
run: hugo --minify --baseUrl https://caspermeijn.github.io/receptenboek/
run: hugo --minify --baseURL https://caspermeijn.github.io/receptenboek/

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down
35 changes: 0 additions & 35 deletions .gitlab-ci.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .gitpod.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"rusnasonov.vscode-hugo"
]
}
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Receptenboek

Dit is de broncode voor ons receptenboek. Het is gemaakt met [Hugo](https://gohugo.io/) static site generator en het [gochowdown](https://github.com/seanlane/gochowdown) thema. De recepten staan in de content map. Per recept is er een mapje met daarin een markdown bestand voor de tekst en een afbeelding.

GitPod
---------
Voor deze repository is GitPod ingesteld. Dit is een online VSCode. Ga naar [https://gitpod.io/#https://github.com/caspermeijn/receptenboek]. Er opent editor waarin een preview van het Receptenboek zichtbaar is. In deze editor kunnen de gewenste aanpassingen gemaakt worden en direct een pull request voor maken.

Nieuw recept
------------
Een nieuwe recept kan makkelijk door middel van een archetype aangemaakt worden. Vanuit GitPod kan je het volgende doen:
Expand Down

0 comments on commit 7695d96

Please sign in to comment.