<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tutorial on</title><link>https://mads-docs.netlify.app/tutorial/</link><description>Recent content in Tutorial on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Tue, 17 Nov 2020 19:48:27 +0100</lastBuildDate><atom:link href="https://mads-docs.netlify.app/tutorial/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>https://mads-docs.netlify.app/tutorial/introduction/</link><pubDate>Thu, 17 Jun 2021 20:11:42 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/introduction/</guid><description>Steps Sign up on MADS. Start new project. Create Entity Map. Add Gateways. Create Dashboards. Analyse Data. Visualise Analysis.</description></item><item><title>0. Sign up on MADS</title><link>https://mads-docs.netlify.app/tutorial/sign-up-on-mads/</link><pubDate>Wed, 18 Nov 2020 08:20:35 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/sign-up-on-mads/</guid><description>Sign up on MADS This page is under construction, and will be up in no time.
```bash node --version ``` ### Check npm install ```bash npm --version ``` --</description></item><item><title>1. Start New Project</title><link>https://mads-docs.netlify.app/tutorial/start-new-project/</link><pubDate>Mon, 30 Nov 2020 14:24:13 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/start-new-project/</guid><description>Start New Project This page is under construction, and will be up in no time.
```bash git clone https://github.com/h-enk/doks.git my-doks-site ``` ### Change directories ```bash cd my-doks-site ``` ### Install dependencies ```bash npm install ``` Installing dependencies can take a minute. Warnings can be ignored. ### Start development server ```bash npm run start ``` Doks will start the Hugo development webserver accessible by default at `http://localhost:1313`. Saved changes will live reload in the browser.</description></item><item><title>2. Create Entity Map</title><link>https://mads-docs.netlify.app/tutorial/create-entity-map/</link><pubDate>Mon, 30 Nov 2020 14:27:14 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/create-entity-map/</guid><description>Create Entity Map This page is under construction, and will be up in no time.
💡 Visual Studio Code is a free code editor for Linux, macOS, and Windows. Open `./config/_default/params.toml` in your code editor. ## Meta data Set meta data for Search Engine Optimization (SEO) and Social Media sharing. ### Title + Description Change these settings: ```toml title = "Doks" titleSeparator = "-" titleAddition = "Modern Documentation Theme" description = "</description></item><item><title>3. Add Gateways</title><link>https://mads-docs.netlify.app/tutorial/add-gateways/</link><pubDate>Mon, 30 Nov 2020 14:27:30 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/add-gateways/</guid><description>Add Gateways This page is under construction, and will be up in no time.
In `index.html`: ```html {{ define "main" }} .. {{ end }} {{ define "sidebar-prefooter" }} .. {{ end }} {{ define "sidebar-footer" }} .. {{ end }} ``` Per section, you can customize the [layout](https://getbootstrap.com/docs/4.5/layout/overview/): 1. optionally, add a [section](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section) element 2. add a [container](https://getbootstrap.com/docs/4.5/layout/overview/#containers) 3. add a [grid](https://getbootstrap.com/docs/4.5/layout/grid/) ### Components Within a grid, you can use components like [buttons](https://getbootstrap.</description></item><item><title>4. Create Dashboards</title><link>https://mads-docs.netlify.app/tutorial/create-dashboards/</link><pubDate>Mon, 30 Nov 2020 14:27:39 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/create-dashboards/</guid><description>Create Dashboards This page is under construction, and will be up in no time.
Open `./config/_default/menus.toml` in your code editor. ## Add to main menu ```toml [[main]] name = "Docs" url = "/docs/prologue/introduction/" weight = 10 [[main]] name = "Blog" url = "/blog/" weight = 20 ``` ## Add to social menu 👉 Doks uses Feather Icons ```toml [[social]] name = "Twitter" pre = "" url = "https://twitter.com/gethyas" weight = 10 [[social]] name = "</description></item><item><title>5. Analyse Data</title><link>https://mads-docs.netlify.app/tutorial/analyse-data/</link><pubDate>Mon, 30 Nov 2020 14:27:47 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/analyse-data/</guid><description>Analyse Data This page is under construction, and will be up in no time.
💡 Valid image formats are: jpg, png, tiff, bmp, and gif. Add a small image in your page bundle to your page using shortcode `img-simple`. ### Example ```bash {{}} ``` Will be processed into: ## Add a large image Using `figure` and `figcaption` with `img`, `src`, and `data-srcset`. With `noscript` fallback. 💡 Valid image formats are: jpg, png, tiff, and bmp.</description></item><item><title>6. Visualise Analysis</title><link>https://mads-docs.netlify.app/tutorial/visualise-analysis/</link><pubDate>Mon, 30 Nov 2020 14:28:08 +0100</pubDate><guid>https://mads-docs.netlify.app/tutorial/visualise-analysis/</guid><description>Visualise Analysis This page is under construction, and will be up in no time.
👉 To avoid errors, do not initialize the new repository with README, LICENSE, and .gitignore files. Create a new repository on [GitHub](https://github.com/) (or [GitLab](https://gitlab.com/), or [Bitbucket](https://bitbucket.org/)): [Create new repository →](https://github.com/new) #### 2. Initialize your local directory Initialize your local Doks site directory as a Git repository: ```bash npm run init ``` #### 3. Add your local files Add the files in your new local repository.</description></item></channel></rss>