Skip to content

Commit

Permalink
removing search index build
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Aug 20, 2024
1 parent 2ec06aa commit 8c229e9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/org-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ jobs:
with:
publish_script: publish.el

- name: Install node
uses: actions/setup-node@v3
with:
node-version: 14

- name: Install Dependencies
run: npm install

- name: Build Search Index
run: node build-index.js

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
25 changes: 23 additions & 2 deletions Content/20240205171209-go.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,31 @@
* Stream
** 0x22AB
- finished "Let's Go"
- will do "Let's Go Further sometime down the lane"
- will do "Let's Go Further" sometime down the lane
- getting into "Cloud Native Go" now though
- will soon start with open source contribs in the CNCF landscape
- The concurrency model of golang :[[id:0458f827-5634-41e0-b261-dfc5cb2d2389][CSP-Concurrency]]
- The concurrency model of golang : [[id:0458f827-5634-41e0-b261-dfc5cb2d2389][CSP-Concurrency]]
- choosing golang as my principal language for the close future
- is the lingua-cloud-native and do see myself personally benefitting moving away from the lisp romantic that I am for some time and building practical stuff.
- as usual, I begin with verifying org babel works

#+begin_src go :exports both
package main

import "fmt"

func main(){
fmt.Println(`Verifying Org-Babel works for golang
exporting both input and output as I usually do with all source that I write`)
}
#+end_src

#+RESULTS:
: Verifying Org-Babel works for golang
: exporting both input and output as I usually do with all source that I write

- works, and I'm ready to go..


** 0x2273
- another book : software engineering in golang
Expand Down

0 comments on commit 8c229e9

Please sign in to comment.