From 15832c943cc14e02555d77d5cb53dc26998ac3fb Mon Sep 17 00:00:00 2001 From: semanticdata Date: Fri, 24 Nov 2023 12:13:53 -0600 Subject: [PATCH] manual content update --- content/Projects/Forgetful Notes.md | 54 ++++++++++ content/Projects/Mabuya.md | 60 +++++++++++ content/Projects/Obsidian Starter Vault.md | 113 +++++++++++++++++++++ content/Projects/Zola Minimal.md | 91 +++++++++++++++++ content/Projects/Zola Portfolio.md | 80 +++++++++++++++ content/Reverse Outlines.md | 8 ++ 6 files changed, 406 insertions(+) create mode 100644 content/Projects/Forgetful Notes.md create mode 100644 content/Projects/Mabuya.md create mode 100644 content/Projects/Obsidian Starter Vault.md create mode 100644 content/Projects/Zola Minimal.md create mode 100644 content/Projects/Zola Portfolio.md create mode 100644 content/Reverse Outlines.md diff --git a/content/Projects/Forgetful Notes.md b/content/Projects/Forgetful Notes.md new file mode 100644 index 000000000..25c14848a --- /dev/null +++ b/content/Projects/Forgetful Notes.md @@ -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 +--- + +

🌱 Forgetful Notes

+ +

+ code size + repository size + commits + last commit + is website up? +

+ +## 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) + +Website Screenshot + +## 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. diff --git a/content/Projects/Mabuya.md b/content/Projects/Mabuya.md new file mode 100644 index 000000000..21f49d6d8 --- /dev/null +++ b/content/Projects/Mabuya.md @@ -0,0 +1,60 @@ +--- +title: Mabuya +date: 2023-09-20 +updated: 2023-11-24 +source: "https://github.com/semanticdata/mabuya" +compartir: true +category: Projects +--- + +

🦎 Mabuya

+ +

+ code size + repository size + commits + last commit + is website up? +

+ +## 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 | +| :----------------------------------------------------------: | +| ![website screenshot](screenshots/screenshot-index-dark.png) | + +## Acknowledgments + +Icons used in this project are part of UXWing's collection. Take a look at their license. + +## 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. diff --git a/content/Projects/Obsidian Starter Vault.md b/content/Projects/Obsidian Starter Vault.md new file mode 100644 index 000000000..ee52070c8 --- /dev/null +++ b/content/Projects/Obsidian Starter Vault.md @@ -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 +--- + +

Obsidian Starter Vault

+ +

+ + + + +

+ +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 lint on save 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 `` 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. diff --git a/content/Projects/Zola Minimal.md b/content/Projects/Zola Minimal.md new file mode 100644 index 000000000..eed764dc2 --- /dev/null +++ b/content/Projects/Zola Minimal.md @@ -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 +--- +

📚 Minimal

+ +

+ + + + + +

+ +## 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 + + + +## 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 UXWing's collection. Take a look at their license. + +## 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. diff --git a/content/Projects/Zola Portfolio.md b/content/Projects/Zola Portfolio.md new file mode 100644 index 000000000..c44be7dc6 --- /dev/null +++ b/content/Projects/Zola Portfolio.md @@ -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 +--- + +

💼 Portfolio

+ +

+ + + + + +

+ +## 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. + + + +## 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 UXWing's collection. Take a look at their license. + +## 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. diff --git a/content/Reverse Outlines.md b/content/Reverse Outlines.md new file mode 100644 index 000000000..02e53fb66 --- /dev/null +++ b/content/Reverse Outlines.md @@ -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/).