mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
manual content update
This commit is contained in:
parent
023e94766f
commit
15832c943c
54
content/Projects/Forgetful Notes.md
Normal file
54
content/Projects/Forgetful Notes.md
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
title: Forgetful Notes
|
||||
date: 2023-09-19
|
||||
updated: 2023-11-24
|
||||
source: "https://github.com/semanticdata/forgetful-notes"
|
||||
compartir: true
|
||||
category: Projects
|
||||
---
|
||||
|
||||
<h1 align=center>🌱 Forgetful Notes</h1>
|
||||
|
||||
<p align="center">
|
||||
<img alt="code size" src="https://img.shields.io/github/languages/code-size/semanticdata/forgetful-notes" />
|
||||
<img alt="repository size" src="https://img.shields.io/github/repo-size/semanticdata/forgetful-notes" />
|
||||
<img alt="commits" src="https://img.shields.io/github/commit-activity/t/semanticdata/forgetful-notes" />
|
||||
<img alt="last commit" src="https://img.shields.io/github/last-commit/semanticdata/forgetful-notes" />
|
||||
<img alt="is website up?" src="https://img.shields.io/website/https/forgetfulnotes.com.svg" />
|
||||
</p>
|
||||
|
||||
## Introduction
|
||||
|
||||
This is the source code for [Forgetful Notes](https://forgetfulnotes.com)—my digital garden of knowledge. It serves as a platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to.
|
||||
|
||||
It is powered by [Quartz](https://github.com/jackyzha0/quartz/) and [Obsidian](https://obsidian.md). You can read the [Documentation](https://quartz.jzhao.xyz/), and join the [Discord Community](https://discord.gg/cRFFHYye7t).
|
||||
|
||||
## Screenshots (outdated)
|
||||
|
||||
<img alt="Website Screenshot" src="screenshot.png" width="720px" />
|
||||
|
||||
## Useful Commands
|
||||
|
||||
| Description | Command |
|
||||
| -------------------- | -------------------------- |
|
||||
| Install Dependencies | `npm i` |
|
||||
| Update Dependencies | `npm update` |
|
||||
| Update Quartz (core) | `npx quartz update` |
|
||||
| Build only | `npx quartz build` |
|
||||
| Build and Serve | `npx quartz build --serve` |
|
||||
| Sync Local Changes | `npx quartz sync` |
|
||||
| Find Help | `npx quartz sync --help` |
|
||||
|
||||
## Style
|
||||
|
||||
### Fonts (outdated)
|
||||
|
||||
| Used in: | Font Family |
|
||||
| -------- | ------------------------------------------------------------------------ |
|
||||
| Headers | [Schibsted Grotesk](https://fonts.google.com/specimen/Schibsted+Grotesk) |
|
||||
| Body | [Source Sans Pro](https://fonts.google.com/specimen/Source+Sans+3) |
|
||||
| Code | [IBM Plex Mono](https://fonts.google.com/specimen/IBM+Plex+Mono) |
|
||||
|
||||
## License
|
||||
|
||||
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.
|
||||
60
content/Projects/Mabuya.md
Normal file
60
content/Projects/Mabuya.md
Normal file
@ -0,0 +1,60 @@
|
||||
---
|
||||
title: Mabuya
|
||||
date: 2023-09-20
|
||||
updated: 2023-11-24
|
||||
source: "https://github.com/semanticdata/mabuya"
|
||||
compartir: true
|
||||
category: Projects
|
||||
---
|
||||
|
||||
<h1 align=center>🦎 Mabuya</h1>
|
||||
|
||||
<p align="center">
|
||||
<img alt="code size" src="https://img.shields.io/github/languages/code-size/semanticdata/mabuya" />
|
||||
<img alt="repository size" src="https://img.shields.io/github/repo-size/semanticdata/mabuya" />
|
||||
<img alt="commits" src="https://img.shields.io/github/commit-activity/t/semanticdata/mabuya" />
|
||||
<img alt="last commit" src="https://img.shields.io/github/last-commit/semanticdata/mabuya" />
|
||||
<img alt="is website up?" src="https://img.shields.io/website/https/forgetfulnotes.com.svg" />
|
||||
</p>
|
||||
|
||||
## Introduction
|
||||
|
||||
Mabuya is a minimal Zola theme focused on helping you build an elegant, fast, lightweight, and SEO-ready blog.
|
||||
|
||||
While searching for themes, I came across [Zola Tale](https://github.com/aaranxu/tale-zola). Sadly, the project's last update was almost 2 years ago on Dec 4, 2021. I forked the project to add my own touches to it.
|
||||
|
||||
[Demo]() | [Source](https://github.com/semanticdata/mabuya)
|
||||
|
||||
## Where The Name Comes From
|
||||
|
||||
The name Mabuya comes from the [Mabuya hispaniolae](https://en.wikipedia.org/wiki/Mabuya_hispaniolae?useskin=vector), a possibly extinct[^1] species of skink endemic to the Dominican Republic, my home country.
|
||||
|
||||
## Features and Improvements
|
||||
|
||||
While working on the theme, I have added new functionality and many quality of life improvements. Here's a short non-inclusive list:
|
||||
|
||||
* Fully refactored stylesheets.
|
||||
* Added Dark theme and color scheme toggle.
|
||||
* Added new footer navigation.
|
||||
* Created a custom GitHub Action that is faster than any other in GitHub.
|
||||
* Refined page transitions from desktop to mobile and viceversa.
|
||||
* Centralized custom variables. Made it easier to make color changes to the site.
|
||||
* Addressed PR [#7](https://github.com/aaranxu/tale-zola/pull/7).
|
||||
* Addressed (temporarily) Issue [#1](https://github.com/aaranxu/tale-zola/issues/1).
|
||||
* Addressed Issue [#4](https://github.com/aaranxu/tale-zola/issues/4).
|
||||
* Optimized for speed and Accesibility.
|
||||
* And many other small improvements.
|
||||
|
||||
## Screenshots
|
||||
|
||||
| Desktop |
|
||||
| :----------------------------------------------------------: |
|
||||
|  |
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
Icons used in this project are part of <a href="https://uxwing.com/">UXWing</a>'s collection. Take a look at their <a href="https://uxwing.com/license">license</a>.
|
||||
|
||||
## License
|
||||
|
||||
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.
|
||||
113
content/Projects/Obsidian Starter Vault.md
Normal file
113
content/Projects/Obsidian Starter Vault.md
Normal file
@ -0,0 +1,113 @@
|
||||
---
|
||||
title: Obsidian Starter Vault
|
||||
date: 2023-08-26
|
||||
updated: 2023-11-24
|
||||
source: "https://github.com/semanticdata/obsidian-starter-vault"
|
||||
compartir: true
|
||||
category: Projects
|
||||
---
|
||||
|
||||
<h1 align=center>Obsidian Starter Vault</h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/github/languages/code-size/semanticdata/obsidian-test-vault" />
|
||||
<img src="https://img.shields.io/github/repo-size/semanticdata/obsidian-test-vault" />
|
||||
<img src="https://img.shields.io/github/commit-activity/t/semanticdata/obsidian-test-vault" />
|
||||
<img src="https://img.shields.io/github/last-commit/semanticdata/obsidian-test-vault" />
|
||||
</p>
|
||||
|
||||
An opinionated [Obsidian](https://obsidian.md/) starter. It holds a compilation of extensions and settings to help you learn and start exploring Obsidian.
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Clone or download this repo.
|
||||
2. Open the repo in Obsidian.
|
||||
3. Use it and customize it.
|
||||
4. Have fun!
|
||||
|
||||
## Appearance
|
||||
|
||||
* Obsidian [Minimal Theme](https://github.com/kepano/obsidian-minimal)
|
||||
|
||||
### CSS Snippets
|
||||
|
||||
* Compact Tab Header - Arranges items in Tab header into groups.
|
||||
* Default Style Settings - Adds the option to customize Obsidian further.
|
||||
* Frontmatter Tweaks - Improves the legibility of Frontmatter elements.
|
||||
* MySnippets Tweaks - Essential UI setting while using [MySnippets](https://github.com/chetachiezikeuzor/MySnippets-Plugin) Plugin.
|
||||
* Normalize Links - Removes decoration from external links.
|
||||
* Status bar Tweaks - Improves legibility of the Status bar.
|
||||
* Table Tweaks - Improves legibility of Tables.
|
||||
* Typography Fixes - Normalizes styling and typography.
|
||||
|
||||
## Community Plugins
|
||||
|
||||
* [Advance Tables](https://github.com/tgrosinger/advanced-tables-obsidian) - Improved navigation, formatting, and manipulation to markdown tables.
|
||||
* [Calendar](https://github.com/liamcain/obsidian-calendar-plugin) - Integrates Daily Notes. Let's you visit any Daily Notes with ease.
|
||||
* [Doubleshift](https://github.com/Qwyntex/doubleshift) - Press `shift` or `ctrl` twice and activate custom actions.
|
||||
* [Editor Shortcuts](https://github.com/timhor/obsidian-editor-shortcuts) - Adds Hotkeys commonly found in other common code editors.
|
||||
* [Home Tab](https://github.com/olrenso/obsidian-home-tab) - Integrates recent notes and Omnisearch.
|
||||
* [Linter](https://github.com/platers/obsidian-linter) - Format and style notes. Akin to something like Prettier.
|
||||
* [Minimal Settings](https://github.com/kepano/obsidian-minimal-settings) - Allows you to customize the minimal theme settings panel.
|
||||
* [Mononote](https://github.com/czottmann/obsidian-mononote) - Ensures each note occupies only one tab.
|
||||
* [MySnippets](https://github.com/chetachiezikeuzor/MySnippets-Plugin) - Adds a status bar menu allowing the user to quickly manage their snippets.
|
||||
* [Natural Language Dates](https://github.com/argenos/nldates-obsidian) - Allows `@today` style shortcuts.
|
||||
* [Omnisearch](https://github.com/scambier/obsidian-omnisearch) - Better search. Period.
|
||||
* [Settings Search](https://github.com/javalent/settings-search) - Adds a search bar to Obsidian settings.
|
||||
* [Style Settings](https://github.com/mgmeyers/obsidian-style-settings) - Allows snippet, theme, and plugin CSS files define as a set of config options.
|
||||
* [YAOS - Yet Another Obsidian Synchronizer](https://github.com/mahyarmirrashed/yaos) - Sync your vault to GitHub.
|
||||
|
||||
## File Structure
|
||||
|
||||
```
|
||||
root
|
||||
├── assets/
|
||||
├── journals/
|
||||
│ └── first-journal.md
|
||||
├── templates
|
||||
│ └── daily-journal.md
|
||||
└── README.md
|
||||
```
|
||||
|
||||
## Workflows
|
||||
|
||||
### Formatting Text
|
||||
|
||||
The _Markdown Linter_ plugin is configured to <ins>lint on save</ins> for a smoother typing experience. This means everytime you press `Ctrl + S`, it will **format the note** as well as save it.
|
||||
|
||||
### Hotkeys
|
||||
|
||||
#### Search
|
||||
|
||||
* You may open the _Command Palette_ by pressing `Ctrl` `Ctrl` in rapid succession.
|
||||
* You may start _Omnisearch: Search Vault_ by pressing `Shift` `Shift` in rapid succession.
|
||||
* Reassigned `Ctrl + F` to _Omnisearch: In File Search_.
|
||||
* Reassigned `Ctrl + Shift + F` to _Omnisearch: Search Vault_.
|
||||
|
||||
#### Editor Shortcuts
|
||||
|
||||
| Action | Keybinding |
|
||||
| ------------------------ | -------------------- |
|
||||
| Move line up | `Alt + Up` |
|
||||
| Move line down | `Alt + Down` |
|
||||
| Copy line above | `Alt + Shift + Up` |
|
||||
| Copy line below | `Alt + shift + Down` |
|
||||
| Select word / selection | `Ctrl + D` |
|
||||
| Select line (repeatable) | `Ctrl + L` |
|
||||
|
||||
### Natural Language Dates
|
||||
|
||||
Autocomplete and link natural language expressions to daily notes.
|
||||
|
||||
Examples:
|
||||
* `@today`
|
||||
* `@tomorrow`
|
||||
* `@next week`
|
||||
|
||||
### Tables
|
||||
|
||||
Start a Markdown table by typing `|` followed by a `<space>` and `Tab`.
|
||||
|
||||
## License
|
||||
|
||||
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.
|
||||
91
content/Projects/Zola Minimal.md
Normal file
91
content/Projects/Zola Minimal.md
Normal file
@ -0,0 +1,91 @@
|
||||
---
|
||||
title: Zola Minimal
|
||||
date: 2023-11-11
|
||||
updated: 2023-11-24
|
||||
source: "https://github.com/semanticdata/zola-minimal"
|
||||
compartir: true
|
||||
category: Projects
|
||||
---
|
||||
<h1 align=center>📚 Minimal</h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/github/languages/code-size/semanticdata/zola-minimal" />
|
||||
<img src="https://img.shields.io/github/repo-size/semanticdata/zola-minimal" />
|
||||
<img src="https://img.shields.io/github/commit-activity/t/semanticdata/zola-minimal" />
|
||||
<img src="https://img.shields.io/github/last-commit/semanticdata/zola-minimal" />
|
||||
<img src="https://img.shields.io/website/https/semanticdata.github.io/zola-minimal.svg" />
|
||||
</p>
|
||||
|
||||
## Introduction
|
||||
|
||||
Minimal is a [Zola](https://www.getzola.org) theme with the goal of helping you build a light, fast, and SEO ready website. It's based on the [Minimal](https://github.com/pages-themes/minimal) theme for [Jekyll](https://jekyllrb.com/).
|
||||
|
||||
Check out the live [Demo](https://miguelpimentel.do/zola-minimal/).
|
||||
|
||||
## Features
|
||||
|
||||
* Placeholder
|
||||
|
||||
<!--
|
||||
|
||||
## Screenshots
|
||||
|
||||
| Desktop | Mobile |
|
||||
| :----------------------------------------------------------: | :------------------------------------------------------: |
|
||||
|  |  |
|
||||
|
||||
-->
|
||||
|
||||
## Requirements
|
||||
|
||||
Before using the theme, you need to install the [Zola](https://www.getzola.org/documentation/getting-started/installation/) ≥ 0.17.2.
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
git clone git@github.com:semanticdata/zola-minimal.git
|
||||
cd zola-minimal
|
||||
zola serve
|
||||
# open http://127.0.0.1:1111/ in the browser
|
||||
```
|
||||
|
||||
## Customization
|
||||
|
||||
You can customize your configurations, templates and content for yourself. Look
|
||||
at the `config.toml`, `theme.toml` and templates files in this repo for an idea.
|
||||
|
||||
In most cases you only need to modify the content in the `config.toml` file to
|
||||
custom your blog, including different expressions in your speaking language.
|
||||
|
||||
### Custom CSS Styles
|
||||
|
||||
Adding your custom css is as easy as adding your own styles to the `sass/_custom.scss` file.
|
||||
|
||||
## Useful Commands
|
||||
|
||||
| Command | Description |
|
||||
| ------------ | --------------- |
|
||||
| `zola build` | Build only |
|
||||
| `zola serve` | Build and Serve |
|
||||
|
||||
## Reporting Issues
|
||||
|
||||
We use GitHub Issues as the official bug tracker for **Zola Minimal**. Please
|
||||
search [existing issues](https://github.com/semanticdata/zola-minimal/issues). It's
|
||||
possible someone has already reported the same problem.
|
||||
|
||||
If your problem or idea is not addressed yet, [open a new issue](https://github.com/semanticdata/zola-minimal/issues/new).
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love your help! Please see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) to learn about the kinds of contributions we're looking for.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
Especial thanks to the [Minimal](https://github.com/pages-themes/minimal) theme for [Jekyll](https://jekyllrb.com/). They provided both the bulding blocks, and the inspiration necessary to make this happen.
|
||||
|
||||
Icons used in this project are part of <a href="https://uxwing.com/">UXWing</a>'s collection. Take a look at their <a href="https://uxwing.com/license">license</a>.
|
||||
|
||||
## License
|
||||
|
||||
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.
|
||||
80
content/Projects/Zola Portfolio.md
Normal file
80
content/Projects/Zola Portfolio.md
Normal file
@ -0,0 +1,80 @@
|
||||
---
|
||||
title: Zola Portfolio
|
||||
date: 2023-11-13
|
||||
updated: 2023-11-24
|
||||
source: "https://github.com/semanticdata/zola-portfolio"
|
||||
compartir: true
|
||||
category: Projects
|
||||
---
|
||||
|
||||
<h1 align=center>💼 Portfolio</h1>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/github/languages/code-size/semanticdata/zola-portfolio" />
|
||||
<img src="https://img.shields.io/github/repo-size/semanticdata/zola-portfolio" />
|
||||
<img src="https://img.shields.io/github/commit-activity/t/semanticdata/zola-portfolio" />
|
||||
<img src="https://img.shields.io/github/last-commit/semanticdata/zola-portfolio" />
|
||||
<img src="https://img.shields.io/website/https/semanticdata.github.io/zola-portfolio.svg" />
|
||||
</p>
|
||||
|
||||
## Introduction
|
||||
|
||||
Portfolio is a [Zola](https://www.getzola.org) theme. It's based on the [Portfolio](https://github.com/jamigibbs/portfolio) theme for [Jekyll](https://jekyllrb.com/). The theme is not yet finished.
|
||||
|
||||
Check out the live [Demo](https://miguelpimentel.do/zola-portfolio/).
|
||||
|
||||
## Features
|
||||
|
||||
Placeholder for future feature list.
|
||||
|
||||
<!--
|
||||
|
||||
## Screenshots
|
||||
|
||||
| Desktop | Mobile |
|
||||
| :----------------------------------------------------------: | :------------------------------------------------------: |
|
||||
|  |  |
|
||||
|
||||
-->
|
||||
|
||||
## Requirements
|
||||
|
||||
Before using the theme, you need to install the [Zola](https://www.getzola.org/documentation/getting-started/installation/) ≥ 0.17.2.
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
git clone git@github.com:semanticdata/zola-portfolio.git
|
||||
cd zola-portfolio
|
||||
zola serve
|
||||
# open http://127.0.0.1:1111/ in the browser
|
||||
```
|
||||
|
||||
## Customization
|
||||
|
||||
You can customize your configurations, templates and content for yourself. Look
|
||||
at the `config.toml`, `theme.toml` and templates files in this repo for an idea.
|
||||
|
||||
In most cases you only need to modify the content in the `config.toml` file to
|
||||
custom your blog, including different expressions in your speaking language.
|
||||
|
||||
### Custom CSS Styles
|
||||
|
||||
Adding your custom css is as easy as adding your own styles to the `sass/_custom.scss` file.
|
||||
|
||||
## Useful Commands
|
||||
|
||||
| Command | Description |
|
||||
| ------------ | --------------- |
|
||||
| `zola build` | Build only |
|
||||
| `zola serve` | Build and Serve |
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
Especial thanks to the [Portfolio](https://github.com/jamigibbs/portfolio) theme for [Jekyll](https://jekyllrb.com/). They provided both the bulding blocks, and the inspiration necessary to make this happen.
|
||||
|
||||
Icons used in this project are part of <a href="https://uxwing.com/">UXWing</a>'s collection. Take a look at their <a href="https://uxwing.com/license">license</a>.
|
||||
|
||||
## License
|
||||
|
||||
Source code in this repository is available under the [MIT](LICENSE) license. You are free to use this code however you see fit. That said, some acknowledgement would be well received.
|
||||
8
content/Reverse Outlines.md
Normal file
8
content/Reverse Outlines.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Reverse Outlines
|
||||
updated: 2023-11-24
|
||||
source: "https://writing.wisc.edu/handbook/process/reverseoutlines/"
|
||||
compartir: true
|
||||
---
|
||||
|
||||
Reverse outlines are often used by writers to check their work. **Reverse Outlining** is a process whereby you take away all of the supporting writing and are left with a paper's main points or main ideas, sometimes represented by your paper's topic sentences. [Read more](https://writing.wisc.edu/handbook/process/reverseoutlines/).
|
||||
Loading…
Reference in New Issue
Block a user