diff --git a/logseq/graphs-txid.edn b/logseq/graphs-txid.edn index 42db00a..e1c2591 100644 --- a/logseq/graphs-txid.edn +++ b/logseq/graphs-txid.edn @@ -1 +1 @@ -["6819d5ac-7c6b-4965-ba7b-e56686e61416" "e11b5282-195e-40cb-af42-af79882dc719" 51] \ No newline at end of file +["6819d5ac-7c6b-4965-ba7b-e56686e61416" "e11b5282-195e-40cb-af42-af79882dc719" 52] \ No newline at end of file diff --git a/logseq/version-files/base/pages/github.md b/logseq/version-files/base/pages/github.md new file mode 100644 index 0000000..704a131 --- /dev/null +++ b/logseq/version-files/base/pages/github.md @@ -0,0 +1,5 @@ +public:: true + +- prev: [[git]] +- a proprietary platform that hosts [[git]] projects that is owned by [[microsoft]]. +- next: [[proprietary platforms]] \ No newline at end of file diff --git a/logseq/version-files/base/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md b/logseq/version-files/base/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md index 33fb04f..4f54301 100644 --- a/logseq/version-files/base/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md +++ b/logseq/version-files/base/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md @@ -9,5 +9,28 @@ tags:: #seed #infrastructure #github #logseq sync - i keep my notes in [this repo](https://github.com/TacoWolf/garden). - i use [[logseq]]'s auto commit functionality to do the heavy lifting for me. - # set up the github auto publish file - - there's a [github action in the marketplace](https://github.com/marketplace/actions/logseq-publish-spa) that'll [[take you to the mountain]] -- # set up the \ No newline at end of file + - there's a [github action in the marketplace](https://github.com/marketplace/actions/logseq-publish-spa); that'll [[take you to the mountain]]. you can just copy and paste the one that's there, no tweaking needed. here's a copy just in case: + - ``` + on: [push] + + permissions: + contents: write + jobs: + test: + runs-on: ubuntu-latest + name: Publish Logseq graph + steps: + - uses: actions/checkout@v3 + - uses: logseq/publish-spa@v0.2.0 + - 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 + ``` +- +- this will publish your page at `yourusername.github.io/yourrepository`. HOWEVER, you probably want custom dns stuff like i've got setup. so you need to +- +- # set up the github repository + - \ No newline at end of file diff --git a/pages/github.md b/pages/github.md index 88f55bd..704a131 100644 --- a/pages/github.md +++ b/pages/github.md @@ -1 +1,5 @@ -- a proprietary platform that hosts \ No newline at end of file +public:: true + +- prev: [[git]] +- a proprietary platform that hosts [[git]] projects that is owned by [[microsoft]]. +- next: [[proprietary platforms]] \ No newline at end of file diff --git a/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md b/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md index 4f54301..b971287 100644 --- a/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md +++ b/pages/how to upload a logseq graph that's synchronized to github pages and also publish it to the internet.md @@ -30,7 +30,7 @@ tags:: #seed #infrastructure #github #logseq sync folder: www ``` - -- this will publish your page at `yourusername.github.io/yourrepository`. HOWEVER, you probably want custom dns stuff like i've got setup. so you need to +- this will publish your page at `yourusername.github.io/yourrepository`. HOWEVER, you probably want custom dns stuff like i've got setup. so you need to... - -- # set up the github repository +- # set up the github repository for custom dns - \ No newline at end of file