Skip to content

Commit

Permalink
Quartz branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Oct 19, 2023
1 parent b8c5b9f commit f7aacf9
Show file tree
Hide file tree
Showing 332 changed files with 17,349 additions and 974 deletions.
68 changes: 39 additions & 29 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,45 @@
name: Publish LogSeq to GH Pages

# Controls when the workflow will run
name: Deploy Quartz site to GitHub Pages

on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
branches:
- quartz

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: 📂 setup
uses: actions/checkout@v2
- name: Logseq Publish 🚩
uses: pengx17/[email protected]
- name: add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
- name: Deploy 🚀
uses: JamesIves/[email protected]
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for git info
- uses: actions/setup-node@v3
with:
node-version: 18.14
- name: Install Dependencies
run: npm ci
- name: Build Quartz
run: npx quartz build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
branch: gh-pages # The branch the action should deploy to.
folder: www # The folder the action should deploy.
clean: true
# If we choose to deploy to IPFS with Fission
# - name: 🚀 fission publish
# uses: fission-suite/publish-action@v1
# with:
# machine_key: ${{ secrets.FISSION_KEY }}
path: public

deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
12 changes: 10 additions & 2 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.DS_Store
logseq/bak
logseq/.recycle
.gitignore
node_modules
public
prof
tsconfig.tsbuildinfo
.obsidian
.quartz-cache
private/
.replit
replit.nix
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
public
node_modules
.quartz-cache
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}
90 changes: 90 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Citizen Code of Conduct

## 1. Purpose

A primary goal of the Quartz community is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).

This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.

We invite all those who participate in the Quartz community to help us create safe and positive experiences for everyone.

## 2. Open [Source/Culture/Tech] Citizenship

A supplemental goal of this Code of Conduct is to increase open [source/culture/tech] citizenship by encouraging participants to recognize and strengthen the relationships between our actions and their effects on our community.

Communities mirror the societies in which they exist and positive action is essential to counteract the many forms of inequality and abuses of power that exist in society.

If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know.

## 3. Expected Behavior

The following behaviors are expected and requested of all community members:

- Participate in an authentic and active way. In doing so, you contribute to the health and longevity of this community.
- Exercise consideration and respect in your speech and actions.
- Attempt collaboration before conflict.
- Refrain from demeaning, discriminatory, or harassing behavior and speech.
- Be mindful of your surroundings and of your fellow participants. Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
- Remember that community event venues may be shared with members of the public; please be respectful to all patrons of these locations.

## 4. Unacceptable Behavior

The following behaviors are considered harassment and are unacceptable within our community:

- Violence, threats of violence or violent language directed against another person.
- Sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory jokes and language.
- Posting or displaying sexually explicit or violent material.
- Posting or threatening to post other people's personally identifying information ("doxing").
- Personal insults, particularly those related to gender, sexual orientation, race, religion, or disability.
- Inappropriate photography or recording.
- Inappropriate physical contact. You should have someone's consent before touching them.
- Unwelcome sexual attention. This includes, sexualized comments or jokes; inappropriate touching, groping, and unwelcomed sexual advances.
- Deliberate intimidation, stalking or following (online or in person).
- Advocating for, or encouraging, any of the above behavior.
- Sustained disruption of community events, including talks and presentations.

## 5. Weapons Policy

No weapons will be allowed at Quartz community events, community spaces, or in other spaces covered by the scope of this Code of Conduct. Weapons include but are not limited to guns, explosives (including fireworks), and large knives such as those used for hunting or display, as well as any other item used for the purpose of causing injury or harm to others. Anyone seen in possession of one of these items will be asked to leave immediately, and will only be allowed to return without the weapon. Community members are further expected to comply with all state and local laws on this matter.

## 6. Consequences of Unacceptable Behavior

Unacceptable behavior from any community member, including sponsors and those with decision-making authority, will not be tolerated.

Anyone asked to stop unacceptable behavior is expected to comply immediately.

If a community member engages in unacceptable behavior, the community organizers may take any action they deem appropriate, up to and including a temporary ban or permanent expulsion from the community without warning (and without refund in the case of a paid event).

## 7. Reporting Guidelines

If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. [email protected].

Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.

## 8. Addressing Grievances

If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify @jackyzha0 with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.

## 9. Scope

We expect all community participants (contributors, paid or otherwise; sponsors; and other guests) to abide by this Code of Conduct in all community venues--online and in-person--as well as in all one-on-one communications pertaining to community business.

This code of conduct and its related procedures also applies to unacceptable behavior occurring outside the scope of community activities when such behavior has the potential to adversely affect the safety and well-being of community members.

## 10. Contact info

[email protected]

## 11. License and attribution

The Citizen Code of Conduct is distributed by [Stumptown Syndicate](http://stumptownsyndicate.org) under a [Creative Commons Attribution-ShareAlike license](http://creativecommons.org/licenses/by-sa/3.0/).

Portions of text derived from the [Django Code of Conduct](https://www.djangoproject.com/conduct/) and the [Geek Feminism Anti-Harassment Policy](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy).

_Revision 2.3. Posted 6 March 2017._

_Revision 2.2. Posted 4 February 2016._

_Revision 2.1. Posted 23 June 2014._

_Revision 2.0, adopted by the [Stumptown Syndicate](http://stumptownsyndicate.org) board on 10 January 2013. Posted 17 March 2013._
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM node:20-slim as builder
WORKDIR /usr/src/app
COPY package.json .
COPY package-lock.json* .
RUN npm ci

FROM node:20-slim
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/
COPY . .
CMD ["npx", "quartz", "build", "--serve"]
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 jackyzha0

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
23 changes: 20 additions & 3 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- # Tools For Thought Rocks Notes

Notes from events, speakers, and recap are being kept here, and edited with the web-based version of #LogSeq
# Quartz v4

> [One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming
Quartz is a set of tools that helps you publish your [digital garden](https://jzhao.xyz/posts/networked-thought) and notes as a website for free.
Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use.

**If you are looking for Quartz v3, you can find it on the [`hugo` branch](https://github.com/jackyzha0/quartz/tree/hugo).**

🔗 Read the documentation and get started: https://quartz.jzhao.xyz/

[Join the Discord Community](https://discord.gg/cRFFHYye7t)

## Sponsors

<p align="center">
<a href="https://github.com/sponsors/jackyzha0">
<img src="https://cdn.jsdelivr.net/gh/jackyzha0/jackyzha0/sponsorkit/sponsors.svg" />
</a>
</p>
5 changes: 5 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is an experimental set of notes for the Tools For Thought Rocks community

It is a place to document the events, speakers, videos, chat transcripts, and other content around the community

It also will hold information and documentation about the [[Tools For Thought Mastodon]]
File renamed without changes
14 changes: 14 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Welcome to Tools for Thought Rocks!
---

Tools for Thought Rocks! is a community interested in second brains, digital gardens, spatial canvases, and the design and programming of various tools for thought systems. More on the [[About]] page »

## Events

<!-- EMBED LUMA SIGNUP HERE -->

Subscribe to the [[Calendar]]
## Explore

The [[Journals]] folder has daily notes with updates.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions content/journals/2023-10-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set up [[Quartz]] to publish content, to be managed with [[Obsidian]].

#changelog #quartz
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
link:: https://researchbuzz.me/2022/11/05/a-big-list-of-mastodon-resources/
https://researchbuzz.me/2022/11/05/a-big-list-of-mastodon-resources/

Author [[Tara Calishain]]

- author:: [[Tara Calishain]]
-
- Primers
- [[Everything I know about Mastodon]]
- [[Fedi Tips]]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions content/notes/Announcements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [[Early Tools for Thought Followup]]
File renamed without changes.
File renamed without changes.
8 changes: 5 additions & 3 deletions pages/Awesome List.md → content/notes/Awesome List.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- Created by [[Sindre Sorhus]]
- The meta list that aggregates other awesome lists is here https://github.com/sindresorhus/awesome
- The [Awesome manifesto](https://github.com/sindresorhus/awesome/blob/main/awesome.md) describes how / why to run a list
Created by [[Sindre Sorhus]]

The meta list that aggregates other awesome lists is here https://github.com/sindresorhus/awesome

The [Awesome manifesto](https://github.com/sindresorhus/awesome/blob/main/awesome.md) describes how / why to run a list
- **Comment on why something is awesome**
- Apart from suggesting a particular item on your list, you should also inform your readers why it's on the list and how they will benefit from it.
- **Make it clear what the list is about**
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions content/notes/Butter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.butter.us/
3 changes: 3 additions & 0 deletions content/notes/Calendar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<iframe src="https://lu.ma/embed/calendar/cal-YBIKleqsd8jStTA/events" width="800" height="800" frameborder="0" style="border: 1px solid #bfcbda88; border-radius: 4px;" allowfullscreen="" aria-hidden="false" tabindex="0" ></iframe>

We use [[Luma]] to power our calendar. You are welcome to submit and share events related to Tools for Thought!
5 changes: 5 additions & 0 deletions content/notes/Charles Chamberlain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
https://birch.ink/

#twitter https://twitter.com/charlesetc

#person #speaker
File renamed without changes.
9 changes: 9 additions & 0 deletions content/notes/Colophon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This site is managed with [[Obsidian]]

The source lives in the Github organization at https://github.com/ToolsForThoughtRocks/ToolsForThoughtLogSeq

There is a build script that turns it into static pages that are published via Github Pages

You can access it via https://notes.toolsforthought.rocks

The [[Community Infrastructure]] page has links to other resources.
51 changes: 51 additions & 0 deletions content/notes/Community Infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
This is all of the infrastructure, from people, to tools, to access, that helps run the [[Tools for Thought Rocks]] community

Current organizers are [[Christina Bowen]], [[Boris Mann]], and [[Jess Martin]]

Anyone can propose / organize events! What else can we do together?

## Calendar

https://lu.ma/toolsforthought is the link for the community calendar powered by [[Luma]]

It is embedded on this site on the [[Calendar]] page

## Github

https://github.com/ToolsForThoughtRocks

A number of people are [owners / members of the org](https://github.com/orgs/ToolsForThoughtRocks/people) (not all are publicly listed)
- [[Boris Mann]], Owner
- [[Jess Martin]], Owner
- [[Michael Gartner]], Owner

## Youtube

https://youtube.com/@toolsforthought

* *[[Boris Mann]], Owner
* [[Jess Martin]], Owner
* [[Christina Bowen]], Owner
* [[Michael Gartner]], Manager

## Open Collective

https://opencollective.com/toolsforthought

## Mastodon

https://toolsforthought.social

More at [[Tools For Thought Mastodon]]

## Domain Name

The domain `toolsforthought.rocks` is registered at and has DNS hosted by [[Google Domains]]

* *[[Boris Mann]] and [[Jess Martin]] have full permissions over it

## Website

https://notes.toolsforthought.rocks, until we shut down the old Mastodon server.

The [[Colophon]] describes the infrastructure for this [[TFTRocks Notes]] site
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions content/notes/Early Tools for Thought Followup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
published:: [[Feb 5th, 2023]]

-
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions content/notes/Events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We use [[Luma]] to maintain the [[Calendar]]
Loading

0 comments on commit f7aacf9

Please sign in to comment.