From 17803f1f5d4dfa778ba0cfe30fc86cf4b4865bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Mon, 12 Jun 2023 15:17:14 -0300 Subject: [PATCH] [site,blog,#944][m]: add Ola's author info, fix typo in blogs list --- site/content/blog/markdowndb-basics-tutorial-2023.md | 5 +++-- site/content/docs/examples/ckan.md | 2 +- site/content/people/ola-rubaj.md | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 site/content/people/ola-rubaj.md diff --git a/site/content/blog/markdowndb-basics-tutorial-2023.md b/site/content/blog/markdowndb-basics-tutorial-2023.md index 4e0a4544..aca9044a 100644 --- a/site/content/blog/markdowndb-basics-tutorial-2023.md +++ b/site/content/blog/markdowndb-basics-tutorial-2023.md @@ -2,7 +2,8 @@ title: Learn how to use MarkdownDB with our First Tutorial! description: We've just released our first tutorial that covers the fundamentals of MarkdownDB - our new package for treating markdown files as a database. If you've been curious about how to manage your markdown files more effectively, check it out! date: 2023-05-26 -author: Ola Rubaj +authors: ['Ola Rubaj'] +filetype: 'blog' --- We've just released our first tutorial that covers the fundamentals of [MarkdownDB](https://github.com/datopian/markdowndb) - our new package for treating markdown files as a database. If you've been curious about how to manage your markdown files more effectively, this tutorial is an excellent starting point! @@ -141,7 +142,7 @@ process.exit(0); Since we're using ES6 modules, we also need to add `"type": "module"` to our `package.json` file. -Before we run the above script, we need to make sure that the `dbPath` variable is pointing to our `markdown.db` file. If you want to store the database outside of your project folder, you can update the `dbPath` variable to point to the correct location. If you want to have it inside your project folder, you can copy it there, or simply re-run the `npx mddb` ` command from within your project folder. +Before we run the above script, we need to make sure that the `dbPath` variable is pointing to our `markdown.db` file. If you want to store the database outside of your project folder, you can update the `dbPath` variable to point to the correct location. If you want to have it inside your project folder, you can copy it there, or simply re-run the `npx mddb` {'<'}path-to-markdown-folder{'>'}` command from within your project folder. Now, let's run the script: diff --git a/site/content/docs/examples/ckan.md b/site/content/docs/examples/ckan.md index 97a2ece3..f61db075 100644 --- a/site/content/docs/examples/ckan.md +++ b/site/content/docs/examples/ckan.md @@ -5,7 +5,7 @@ date: 2023-05-24 filetype: blog --- -The PortalJS CKAN example intends to provide users with an easy way to bootstrap a data catalog and share data stories backed by a CKAN back end. +The PortalJS CKAN example intends to provide users with an easy way to bootstrap a data catalog and share data stories backed by a CKAN back end. The configuration is simple, being a matter of simply setting up an environment variable, which determines from which CKAN instance the data is going to be pulled. ## Demo diff --git a/site/content/people/ola-rubaj.md b/site/content/people/ola-rubaj.md new file mode 100644 index 00000000..c311cb65 --- /dev/null +++ b/site/content/people/ola-rubaj.md @@ -0,0 +1,5 @@ +--- +id: ola-rubaj +name: Ola Rubaj +avatar: https://avatars.githubusercontent.com/olayway +---