Browse Source

lisa/github

David Windham 1 month ago
parent
commit
03e415eb69
4 changed files with 30 additions and 3 deletions
  1. 10 0
      docs/computers/lisa.md
  2. 5 3
      docs/index.md
  3. 13 0
      docs/saas/github.md
  4. 2 0
      sidebars.js

+ 10 - 0
docs/computers/lisa.md

@@ -0,0 +1,10 @@
+# Lisa
+
+M1 iPad Pro - on the road or couch
+
+
+## Apps
+
+- forScore - https://forscore.co/
+- ProCreate - 
+- Terminus - sync SSH keys

+ 5 - 3
docs/index.md

@@ -41,6 +41,7 @@ I use this library of documents as a quick reference to find technical answers,
 ### Computers
 
 [Ovid](computers/ovid)
+| [Lisa](computers/lisa)
 | [Macs](computers/macs)
 | [Magic](computers/magic)
 | [Woozer](computers/woozer)
@@ -126,7 +127,8 @@ Django
 | Postman
 | [Illustrator / Photoshop](localhost/adobe)
 | Figma
-| Obsidian
+| Obsidian [Obsidian Copilot](https://www.obsidiancopilot.com/en/docs/vault-qa)
+| Raycast
 | Alfred
 | Pandoc
 
@@ -135,10 +137,10 @@ Django
 [Akamai](saas/akamai)
 | [Now](saas/vercel)
 | [Amazon](saas/aws)
-| Github / CoPilot
+| [Github](saas/github) / CoPilot
 | [Google](saas/google)
 | [Heroku](saas/heroku)
-| Microsoft
+| Microsoft/Azure
 | [OpenAI](saas/openai)
 | [Stripe](saas/stripe)
 | [Supabase](saas/supabase)

+ 13 - 0
docs/saas/github.md

@@ -0,0 +1,13 @@
+# Github
+
+### Actions
+
+Creating custom actions - https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#creating-a-custom-github-actions-workflow-to-publish-your-site
+
+Docusaurus - Triggering deployment with Github actions - https://docusaurus.io/docs/deployment
+
+Obsidian - easiest way to sync with git - https://forum.obsidian.md/t/the-easiest-way-to-setup-obsidian-git-to-backup-notes/51429
+
+### Pages
+
+Custom Domains - https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site

+ 2 - 0
sidebars.js

@@ -8,6 +8,7 @@ module.exports = {
       type: 'category',
       label: 'Computers',
       items: [
+        'computers/lisa',
         'computers/macs',
         'computers/magic',
         'computers/ovid',
@@ -82,6 +83,7 @@ module.exports = {
       items: [
         'saas/akamai',
         'saas/aws',
+        'saas/github'
         'saas/google',
         'saas/heroku',
         'saas/openai',