Page Location: /help/
Page FileName: content/help/page.md
Jump to Formatted Article Close Page Source View
---
Title: Help
TitleNavigation: Help
Published: 2024-04-21
Author: John
AuthorChildren: John
Layout: default
LayoutNew: items
LayoutChildren: item
---

[--more--]

[selectpages start=auto
	orderby='published' order=descend 	
	template=default-SummaryItems excerpts=true
	paginate=true count=3]

Jump to Top Page Source Close Page Source View

1969 Dec 31

How to make a small website

Learn how to make your website.

[toc]

First steps

Follow the installation instructions, select Small website and click Install. Your website is immediately available. The installation comes with two pages, 'Home' and 'About'. This is just an example to get you started. Change everything as you like. You can edit web pages in a web browser or text editor. Do what fits best into your workflow.

Edit web pages

If you want to edit web pages in a web browser, you can do this on your website at http://website/edit/. If you want to edit web pages on your computer, have a look inside your content folder. Give it a try. Open the file content/1-home/page.md. At the top of the page you can change Title and other page settings. Below you can change text and images. Here's an example:

---
Title: Home
---
[image photo.jpg Example rounded]

[edit - You can edit this page] or use a text editor. 
[Get help](https://datenstrom.se/yellow/help/).

To create a new page, add a new file to the home folder or to another content folder:

---
Title: Example page
---
This is an example page.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod 
tempor incididunt ut labore et dolore magna pizza. Ut enim ad minim veniam, 
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo. 

Now let's add text formatting:

---
Title: Example page
---
This is an example page.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod 
tempor incididunt ut labore et dolore magna pizza. Ut enim ad minim veniam, 
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo. 

Normal **bold** *italic* ~~strikethrough~~ `code`

To show a header create the file content/shared/header.md. Here's an example:

---
Title: Header
---
Website is under construction.

To show a footer create the file content/shared/footer.md. Here's an example:

---
Title: Footer
---
[Made with Datenstrom Yellow](https://datenstrom.se/yellow/).

Add features, languages and themes

There are extensions for your website and an API for developers.

Do you have questions? Get help.

1969 Dec 31

How to make a small blog

Learn how to make your blog.

[toc]

First steps

Follow the installation instructions, select Small blog and click Install. Your blog is immediately available. The installation comes with three pages, 'Home', 'Blog' and 'About'. This is just an example to get you started. Change everything as you like. You can edit blog pages in a web browser or text editor. Do what fits best into your workflow.

Edit blog pages

If you want to edit blog pages in a web browser, you can do this on your website at http://website/edit/blog/. If you want to edit blog pages on your computer, have a look inside your content/3-blog folder. Give it a try. Open the file content/3-blog/2020-04-07-blog-example.md. At the top of the page you can change Title and other page settings. Below you can change text and images. Here's an example:

---
Title: Blog example page
Published: 2020-04-07
Author: Datenstrom
Layout: blog
Tag: Example
---
This is an example page.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod 
tempor incididunt ut labore et dolore magna pizza. Ut enim ad minim veniam, 
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo. 

To create a new blog page, add a new file to the blog folder. Set Published and more settings at the top of a page. Dates should be written in the format YYYY-MM-DD. The publishing date will be used to sort blog pages. You can use Tag to group similar pages together. Here's another example:

---
Title: Fika is good for you
Published: 2020-06-01
Author: Datenstrom
Layout: blog
Tag: Example, Coffee
---
Fika is a Swedish custom. It's a social coffee break where people 
gather to have a cup of coffee or tea together. You can have fika with 
colleagues at work. You can invite your friends to fika. Fika is such 
an important part of life in Sweden that it is both a verb and a noun. 
How often do you fika?

Now let's add a video with the Youtube extension:

---
Title: Fika is good for you
Published: 2020-06-01
Author: Datenstrom
Layout: blog
Tag: Example, Coffee, Video
---
Fika is a Swedish custom. It's a social coffee break where people 
gather to have a cup of coffee or tea together. You can have fika with 
colleagues at work. You can invite your friends to fika. Fika is such 
an important part of life in Sweden that it is both a verb and a noun. 
How often do you fika?

[youtube SUpY1BT9Xf4]

You can use [--more--] to add a page break at the desired spot. The rest will be shown when a visitor clicks on the blog page:

---
Title: Fika is good for you
Published: 2020-06-01
Author: Datenstrom
Layout: blog
Tag: Example, Coffee, Video
---
Fika is a Swedish custom. It's a social coffee break where people 
gather to have a cup of coffee or tea together. You can have fika with 
colleagues at work. You can invite your friends to fika. Fika is such 
an important part of life in Sweden that it is both a verb and a noun. 
How often do you fika? [--more--]

[youtube SUpY1BT9Xf4]

To show a header create the file content/shared/header.md. Here's an example:

---
Title: Header
---
Website is under construction.

To show a footer create the file content/shared/footer.md. Here's an example:

---
Title: Footer
---
[Made with Datenstrom Yellow](https://datenstrom.se/yellow/).

Add features, languages and themes

There are extensions for your website and an API for developers.

Do you have questions? Get help.

1969 Dec 31

How to get started

Learn how to install a website in a few minutes.

Installation on your web server

  1. Download Datenstrom Yellow.
  2. Unzip the ZIP file.
  3. Copy everything to your web server.
  4. Open your website in a web browser, you are greeted with a hello.
  5. Follow the instructions on screen and click Install.

If you want to learn more about your website, see help for your website.

Installation on your computer

  1. Download Datenstrom Yellow.
  2. Unzip the ZIP file.
  3. Copy everything into the desired folder.
  4. Open a terminal window, go to the folder and type php yellow.php serve.
  5. Follow the instructions on screen and click Install.

If you want to know more about the installation requirements, see troubleshooting.

Do you have questions? Get help.