Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefrahmansyah committed Oct 22, 2024
0 parents commit 97ec134
Show file tree
Hide file tree
Showing 9 changed files with 454 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish
on:
push:
branches:
- main
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v4
- uses: logseq/publish-spa@v0.3.1
- name: Add a .nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: www
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
logseq/bak/
4 changes: 4 additions & 0 deletions journals/2024_10_20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Pelantikan Presiden dan Wakil Presiden terpilih, [[Prabowo Subianto]]
- Pidato Prabowo:
- {{video https://www.youtube.com/watch?v=UVxNclu6w-s&ab_channel=KOMPASTV}}
- Pengumuman nama-nama menteri dan wakil menteri [[Kabinet Merah Putih]]
1 change: 1 addition & 0 deletions journals/2024_10_21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Pelantikan menteri-menteri [[Kabinet Merah Putih]]
Loading

0 comments on commit 97ec134

Please sign in to comment.