diff --git a/content/Guide.md b/content/Guide.md index aa247d8d3..b4115ab95 100644 --- a/content/Guide.md +++ b/content/Guide.md @@ -3,19 +3,21 @@ title: Garden Exploration Guide description: Want to explore the garden but don't know where to start? You came to the right place. tags: - meta -lastmod: 2023-09-22 +lastmod: 2023-09-27 compartir: true --- -Feeling lost around the site? No worries, here's a list of pages you can visit visit: +Feeling lost around the site? No worries, here's a list of pages you can visit: * [[Public Journal]] * [[Free Facts]] -* [[Unlock Firefox Sidebar]] * [[Poetry]] +* [[Callouts]] * [[Markdown Demo]] +* [[Mermaid JS Graphs]] * [[Tools]] -* [[Projects Overview]] +* [[Projects Overview|Projects]] +* [[The Moon (Earth)]] Have a wonderful time! diff --git a/content/Markdown Demo.md b/content/Markdown Demo.md index 58682e141..82d890e2b 100644 --- a/content/Markdown Demo.md +++ b/content/Markdown Demo.md @@ -1,11 +1,17 @@ --- title: Markdown Demo tags: + - markdown - reference compartir: true -lastmod: 2023-09-18 +lastmod: 2023-09-26 --- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. + + + # H1 Heading 1 ## H2 Heading 2 @@ -24,19 +30,14 @@ Text can be **bold**, _italic_, or ~~strikethrough~~. You can [link](https://example.dom/) to external pages. and other internal [[Markdown|links]]. -## Lists +## Blockquotes -* Item 1 -* Item 2 - * Nested item -* Item 3 +### Example 1 -1. Line item -2. Line item - 1. Nested item -3. Line item +> This is a blockquote +> with several lines -## Blockquote +### Example 2 > ## This is a header. > 1. This is the first list item. @@ -46,6 +47,26 @@ You can [link](https://example.dom/) to external pages. and other internal [[Mar > > Markdown.generate(); +## Lists + +### Ordered List + +1. First item +2. Second item +3. Third item + +### Unordered List + +* List item +* Another item +* And another item + +### Nested List + +* Item + 1. First Sub-item + 2. Second Sub-item + ## Code ### Inline Code @@ -82,12 +103,18 @@ var fun = function lang(l) { ## Tables |head one|head two|head three| -|---|---|---| +|---|:---:|---:| |ok|good swedish fish|nice| |out of stock|good and plenty|nice| |ok|good `oreos`|hmm| |ok|good `zoute` drop|yumm| +## Inline Markdown Within Tables + +| Inline    | Markdown    | In    | Table | +| ---------- | --------- | ----------------- | ---------- | +| _italics_ | **bold** | ~~strikethrough~~    | `code` | + ## Horizontal Rule --- @@ -107,3 +134,15 @@ var fun = function lang(l) { ## Images ![image](https://just-the-docs.com/assets/images/small-image.jpg) + +## Other Elements — Abbr, Sub, Sup, Kbd, Mark + +GIF is a bitmap image format. + +H2O + +Xn + Yn = Zn + +Press CTRL+ALT+Delete to end the session. + +Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures. diff --git a/content/Mermaid JS Graphs.md b/content/Mermaid JS Graphs.md new file mode 100644 index 000000000..414bf6072 --- /dev/null +++ b/content/Mermaid JS Graphs.md @@ -0,0 +1,87 @@ +--- +title: Mermaid Graphs +lastmod: 2023-09-27 +compartir: true +--- + +Mermaid JS is a JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. Mermaid lets you create diagrams and visualizations using text and code. + +Check out the [Documentation](https://mermaid.js.org/intro/). + +## Graph Examples + +### Git Graph + +https://mermaid.js.org/syntax/gitgraph.html + +``` +gitGraph +   commit +   commit +   branch develop +   checkout develop +   commit +   commit +   checkout main +   merge develop +   commit +   commit +``` + +```mermaid +gitGraph +   commit +   commit +   branch develop +   checkout develop +   commit +   commit +   checkout main +   merge develop +   commit +   commit +``` + +### Mindmap + +https://mermaid.js.org/syntax/mindmap.html + +``` +mindmap +  root((mindmap)) +    Origins +      Long history +      ::icon(fa fa-book) +      Popularisation +        British popular psychology author Tony Buzan +    Research +      On effectiveness
and features +      On Automatic creation +        Uses +            Creative techniques +            Strategic planning +            Argument mapping +    Tools +      Pen and paper +      Mermaid +``` + +```mermaid +mindmap +  root((mindmap)) +    Origins +      Long history +      ::icon(fa fa-book) +      Popularisation +        British popular psychology author Tony Buzan +    Research +      On effectiveness
and features +      On Automatic creation +        Uses +            Creative techniques +            Strategic planning +            Argument mapping +    Tools +      Pen and paper +      Mermaid +``` diff --git a/content/Projects Overview.md b/content/Projects Overview.md index 0f4979847..9da983480 100644 --- a/content/Projects Overview.md +++ b/content/Projects Overview.md @@ -1,7 +1,7 @@ --- title: Projects compartir: true -lastmod: 2023-09-22 +lastmod: 2023-09-27 --- A few of my projects. @@ -33,9 +33,16 @@ Possible replacement for my current blog. --- +### Obsidian Sample Theme + +Personal Obsidian theme. +[Source](https://github.com/semanticdata/obsidian-sample-theme) + +--- + ### Obsidian Starter Vault -Opinionated Obsidian Starter. +Opinionated Obsidian starter. [Source](https://github.com/semanticdata/obsidian-test-vault) --- @@ -47,7 +54,7 @@ A Firefox Extension that removes all states starting with "M" except Minnesota w --- -### Tabspace (Firefox) +### Tabspace (Browser extensions) Port of Chrome extension Tabspace to Firefox. [Source](https://github.com/semanticdata/tabspace) @@ -72,7 +79,7 @@ A simple Firefox Theme featuring minimal dark mode colors, background pattern, a --- -### Prose Poetry +### Prose Poetry (Jekyll Website) -"Prose Poetry" is my old Blog in Spanish. All articles contained herein were written in the first half of 2010. +"Prose Poetry" is my old blog in Spanish. All articles contained herein were written in the first half of 2010. [Source](https://github.com/semanticdata/prose-poetry) diff --git a/content/Public Journal.md b/content/Public Journal.md index 6532fb6d1..d62f2c63a 100644 --- a/content/Public Journal.md +++ b/content/Public Journal.md @@ -3,14 +3,28 @@ title: Public Journal description: This new section will explore the concept of maintaining a Public Journal. It takes inspiration from The Journal of an Enigmatic Mind. compartir: true enableToc: true -lastmod: 2023-09-22 +lastmod: 2023-09-27 --- > [!info] Acknowledgements > > This page takes inspiration from the [Journal of an Enigmatic Mind](https://speyllsite.pages.dev/journal/). It explores the concept of keeping a public journal, something I haven't done before. Anything that encourages me to write more is a positive in my opinion. ---- +## 2023-09-27 + +**Notes** +* Continue testing on [Zola Tale]. Implemented a new, from the grounds up, dark mode. +* Revisited a few text editors I have been watching for a bit. Looked at [Lapce](https://github.com/lapce/lapce), [Lite XL](https://github.com/lite-xl/lite-xl), and [ecode](https://github.com/SpartanJ/ecode). They are looking good, but they are not a point in where I want to dig deeper into using them. + +**GitHub** +* Created a new repo [Obsidian Sample Theme](https://github.com/semanticdata/obsidian-sample-theme) with the aim to contain my newest project, a Obsidian theme. I have put together some basic CSS properties I'm playing around with. + +**Digital Garden** +* Synchronized the forked repo with it's base. +* Updated dependencies and _package-lock_. +* Updated the [[Guide|Garden Exploration Guide]]. Added additional links. + +> [Link Of The Day](https://en.wikipedia.org/wiki/Aaron_Swartz?useskin=vector) ## 2023-09-22 diff --git a/content/Static Site Generators.md b/content/Static Site Generators.md new file mode 100644 index 000000000..43acee9ad --- /dev/null +++ b/content/Static Site Generators.md @@ -0,0 +1,12 @@ +--- +title: Stratic Site Generator +tags: + - markdown +lastmod: 2023-09-27 +compartir: true +--- + + +Static site generators (SSGs) are engines that use text input files (such as [[Markdown]], [reStructuredText](https://docutils.sourceforge.io/rst.html), and [AsciiDoc](https://asciidoc.org/)) to generate static web pages. SSGs are typically for rarely-changing, informative content, such as product pages, news websites, (software) documentation, manuals, and blogs. + +Popular choices in SSGs include [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), and [Zola](https://www.getzola.org/). diff --git a/content/The Moon (Earth).md b/content/The Moon (Earth).md new file mode 100644 index 000000000..fe143824c --- /dev/null +++ b/content/The Moon (Earth).md @@ -0,0 +1,16 @@ +--- +title: The Moon (Earth) +lastmod: 2023-09-27 +tags: + - wip +compartir: true +--- + + +Earth's only natural satellite. Orbits around the Earth at an average distance of 384,400 km (238,900 mi). + +The usual English proper name for Earth's natural satellite is simply _Moon_. Occasionally, the name **Luna** is used in scientific writing and science fiction to distinguish our moon from others. **Cynthia** is another poetic name, though rare, for the Moon personified as a goddess, while **Selene** (literally "Moon") is the Greek goddess of the Moon. + +### Pictures + +![the moon zoomed in|400](https://upload.wikimedia.org/wikipedia/commons/e/e1/FullMoon2010.jpg) diff --git a/content/index.md b/content/index.md index 185724e53..f5e0812f6 100644 --- a/content/index.md +++ b/content/index.md @@ -2,10 +2,10 @@ title: "Welcome!" description: "Forgetful Notes—A digital garden of knowledge. A platform for my learning and creative endeavours. A space for thinking through, building upon, and coming back to." compartir: true -lastmod: 2023-09-25 +lastmod: 2023-09-27 --- -![saplings from above](https://raw.githubusercontent.com/semanticdata/public-test/main/PNG/leaflets-dithered.png) + I'm Miguel, and you have come across **Forgetful Notes**—my [[Digital Garden|digital garden]] of knowledge. Come on in and make yourself comfortable.