mirror of
https://github.com/typemill/typemill.git
synced 2025-07-25 08:11:49 +02:00
Version 1.4.6: Small fixes and additions
This commit is contained in:
1
content/00-welcome/00-configure-your-system.txt
Normal file
1
content/00-welcome/00-configure-your-system.txt
Normal file
@@ -0,0 +1 @@
|
||||
["# configure your system","Content"]
|
9
content/00-welcome/00-configure-your-system.yaml
Normal file
9
content/00-welcome/00-configure-your-system.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
meta:
|
||||
title: ''
|
||||
description: ''
|
||||
owner: trendschau
|
||||
author: 'Sebastian Schürmanns'
|
||||
created: '2021-05-12'
|
||||
time: 21-07-28
|
||||
navtitle: 'configure your system'
|
||||
modified: '2021-05-12'
|
@@ -1,23 +0,0 @@
|
||||
# Setup
|
||||
|
||||
Congratulations! If you see this page, then the setup of the system has worked successfully!! You can now login (/tm/login) and configure your system, your themes and your plugins. You will find all settings in the settings-area (/tm/settings).
|
||||
|
||||
If you face any problems during the installation, then please make sure, that your system supports these features:
|
||||
|
||||
---
|
||||
|
||||
- PHP version 7+.
|
||||
- Apache server.
|
||||
- The module `mod_rewrite` and `htaccess`.
|
||||
|
||||
If you run a linux-system like Debian or Ubuntu, then please double check that `mod_rewrite` and `htaccess` are activated. Check this [issue on GitHub](https://github.com/typemill/typemill/issues/16) for help.
|
||||
|
||||
Please make the following folders writable with permission 774 (you can use your ftp-software for it):
|
||||
|
||||
- Cache
|
||||
- Content
|
||||
- Media
|
||||
- Settings
|
||||
|
||||
If you still get an error, then you can post an issue on [GitHub](https://github.com/typemill/typemill).
|
||||
|
@@ -2,6 +2,8 @@
|
||||
|
||||
Typemill is a simple Flat File Content Management System (CMS). We (the community) work hard to provide the best author experience with easy and intuitive authoring tools. But Typemill is still in early development and it is likely that not everything will work perfectly out of the box. If you miss something or if you have ideas for improvements, then post a new issue on [GitHub](https://github.com/typemill/typemill/issues).
|
||||
|
||||
{#6I2-uV88GkE .youtube}
|
||||
|
||||
## The Navigation
|
||||
|
||||
You can create, structure and reorder all pages with the navigation on the left side. To structure your content, you can create new folders and files with the "add item" button. To reorder the pages, just drag an item and drop it wherever you want. Play around with it and you will notice, that it works pretty similar to the folder- and file-system of your laptop. And in fact, this is exactly what Typemill does in the background: It stores your content in files and folders on the server.
|
23
content/00-welcome/02-write-content.yaml
Normal file
23
content/00-welcome/02-write-content.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
meta:
|
||||
title: 'Write Content'
|
||||
description: 'Typemill is a simple Flat File Content Management System (CMS). We (the community) work hard to provide the best author experience with easy and intuitive authoring tools. But Typemill is still in early development and it is likely that not everything will work perfectly out of the box.'
|
||||
heroimage: ''
|
||||
heroimagealt: 'Hero Alternative'
|
||||
owner: null
|
||||
author: 'Sebastian Schürmanns'
|
||||
manualdate: null
|
||||
modified: '2021-01-30'
|
||||
created: null
|
||||
time: null
|
||||
navtitle: ''
|
||||
hide: false
|
||||
allowedrole: administrator
|
||||
alloweduser: 'trendschau, testmember'
|
||||
seo:
|
||||
heroimage: media/live/bildschirmfoto-zu-2019-08-30-20-46-29.png
|
||||
heroimagealt: 'My Alt-Text'
|
||||
adamhall:
|
||||
myfield:
|
||||
-
|
||||
key: b
|
||||
value: 'Das muss eine schöne Sache sei'
|
32
content/00-welcome/03-restrict-access.md
Normal file
32
content/00-welcome/03-restrict-access.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# restrict access
|
||||
|
||||
Typemill has a build-in system to restrict access to pages or to the whole websites. You can activate both features in the system settings under the section "access rights". If you activate one of the features, then Typemill will use session cookies on all frontend pages.
|
||||
|
||||
{#UW_m-4g1kAA .youtube}
|
||||
|
||||
## Restrict Access for the Website
|
||||
|
||||
This feature is perfect, if you want to lock down the whole website and only grant access for authenticated users. All non-authenticated users will be redirected to the login-page. There are two main use cases for this feature:
|
||||
|
||||
* **Launch the website later**: You want to create your website first and launch it to the public later, for example if you have finished the website design or if you have polished your content.
|
||||
* **Share website internally**: You want to share your typemill website only with certain users, for example with the company stuff or only with the members of your it-unit.
|
||||
|
||||
You can activate the feature with a simple checkbox under "Website Restrictions".
|
||||
|
||||
## Restrict Access for Pages
|
||||
|
||||
If you need a more fine-tuned access and if you want to restrict access only for certain pages, then you can activate the feature "Page Restrictions". If you activate this checkbox, then you will find two new input fields in the meta-tab of each page:
|
||||
|
||||
* **Minimum role for access**: Here you can select a miminum role that the user needs to view the page content. Be aware that the roles have a hierarchy, so if you choose the role "author", then the "editor" will also have access.
|
||||
* **Usernames**: Here you can add one or more usernames (separated with comma) that have access to this page.
|
||||
|
||||
If you don't choose anything of it, then the page has no restrictions and everybody can see the content.
|
||||
|
||||
You have some more features in the settings area:
|
||||
|
||||
* **Cut content**: Per default only the title of a restricted page is visible to the public, the content is hidden. You can change this and cut the content wherever you want with a horizontal line.
|
||||
* **Teaser**: You can add a standard text with markdown that will be displayed instead of the content or after the content is cut.
|
||||
* **Teaser-Box**: You can optionally wrap the teaser in a box.
|
||||
|
||||
You can also combine these features with the registration plugin and this way create a membership website with member-only content.
|
||||
|
9
content/00-welcome/03-restrict-access.yaml
Normal file
9
content/00-welcome/03-restrict-access.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
meta:
|
||||
title: 'restrict access'
|
||||
description: 'Typemill has a build-in system to restrict access to pages or to the whole websites. You can activate both features in the system settings under the section "access rights". If you activate one of the features, then Typemill will use session cookies on all frontend pages.'
|
||||
owner: trendschau
|
||||
author: 'Sebastian Schürmanns'
|
||||
created: '2021-05-12'
|
||||
time: 21-04-29
|
||||
navtitle: 'restrict access'
|
||||
modified: '2021-05-12'
|
1
content/00-welcome/04-get-help.txt
Normal file
1
content/00-welcome/04-get-help.txt
Normal file
@@ -0,0 +1 @@
|
||||
["# Get Help","If you need any help, then please read the [documentation on typemill.net](https:\/\/typemill.net\/typemill) first. Some short video-tutorials are in work right now.","If you found a bug or if you have a question, then please open a new issue on [GitHub](https:\/\/github.com\/typemill\/typemill\/issues).","Do you need professional help, an individual theme or a special plugin? You can hire us at [Trendschau Digital](https:\/\/trendschau.net\/typemill-development).","[Contributions](https:\/\/github.com\/typemill\/typemill#contributors--supporters), [donations](https:\/\/www.paypal.me\/typemill) and [feedback](https:\/\/github.com\/typemill\/typemill\/issues) for this open source project are always welcome."]
|
24
content/00-welcome/04-get-help.yaml
Normal file
24
content/00-welcome/04-get-help.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
meta:
|
||||
title: 'Get Help'
|
||||
description: 'If you need any help, then please read the documentation on typemill.net first. Some short video-tutorials are in work right'
|
||||
heroimage: null
|
||||
heroimagealt: null
|
||||
owner: null
|
||||
author: 'Sebastian Schürmanns'
|
||||
manualdate: null
|
||||
modified: '2020-11-19'
|
||||
created: null
|
||||
time: null
|
||||
navtitle: ''
|
||||
hide: false
|
||||
mycustom:
|
||||
product: car
|
||||
price: '123,20'
|
||||
seo:
|
||||
heroimage: media/live/bildschirmfoto-zu-2019-08-30-20-46-29.png
|
||||
heroimagealt: Alt-Text
|
||||
customfields:
|
||||
myfield:
|
||||
bla:
|
||||
- text
|
||||
- test
|
15
content/00-welcome/05-markdown-test.yaml
Normal file
15
content/00-welcome/05-markdown-test.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
meta:
|
||||
title: 'Markdown Reference and Test Page'
|
||||
description: 'Markdown is a simple and universal syntax for text formatting. More and more writers switch to markdown, because they can format their text during the writing process without using any format-buttons. '
|
||||
author: 'Sebastian Schürmanns'
|
||||
manualdate: '2020-02-22'
|
||||
modified: '2020-01-20'
|
||||
created: null
|
||||
time: 04-40-32
|
||||
navtitle: ''
|
||||
hide: false
|
||||
ebooks:
|
||||
layout: electric
|
||||
content:
|
||||
-
|
||||
name: 'markdown test'
|
27
content/01-settings.md
Normal file
27
content/01-settings.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Settings and Access Rights
|
||||
|
||||
Typemill provides detailed settings, and you have access to nearly all settings in the author panel. You will find everything in the `settings` tab:
|
||||
|
||||
* System settings
|
||||
* Theme settings
|
||||
* Plugin settings
|
||||
* User settings
|
||||
|
||||
All settings are stored in the `\settings` folder of Typemill. It is not recommended to edit the settings manually, because it might crash the system if done wrong.
|
||||
|
||||
{#7yvlwXJL9dc .youtube}
|
||||
|
||||
## Developer Settings
|
||||
|
||||
As of version 1.4.0 you will find some advanced developer settings in the author panel under `settings`. See the details below.
|
||||
|
||||
! **Only for devs**
|
||||
!
|
||||
! These options are for developers only. Make sure that you fully understand what happens. For example, you should never activate the error reporting on live systems because this is a security risk.
|
||||
|
||||
* **Error Reporting**: You can switch the error reporting of the slim-framework on and off here. This can be helpful for bug-analysis, but you should NEVER switch it on (or keep it active) on a productive system.
|
||||
* **Twig cache**: You can activate the cache for the twig templates. This will speed up the page rendering a bit, but it can also produce a headace if you changed something in your theme. The best option is to clear the cache if something does not work.
|
||||
* **Clear cache**: This will clear the cache for Twig templates and delete all cache files of Typemill. If you clear the cache, then some details might not work or look strange, for example the navigation is set back to the original state. Everything will work again when the cache has been rebuild. This happens every 10 minutes. If you want to spead up the process, then refresh your browser cache with F12 on windows machines, because it will also trigger the recreation of the Typemill cache.
|
||||
* **Image sizes**: All images in the content area will be resized to 820px width. If you want to change it, then add another value in the width-field. If you additionally add a height for your images, then the images will be resized first and then cropped to the correct aspect ratio.
|
||||
* **Proxy**: If you run Typemill behind a proxy (which is a common usecase in companies), then you can activate the proxy detection. This will read the `X-Forwarded-Proto`, `X-Forwarded-Host` and `X-Forwarded-Port` Headers and return the html with the correct urls. Optionally you can also add a comma separated list of trusted IP-addresses.
|
||||
|
9
content/01-settings.yaml
Normal file
9
content/01-settings.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
meta:
|
||||
title: 'Settings and Access Rights'
|
||||
description: 'Content '
|
||||
owner: trendschau
|
||||
author: 'Sebastian Schürmanns'
|
||||
created: '2021-05-12'
|
||||
time: 19-47-59
|
||||
navtitle: settings
|
||||
modified: '2021-05-12'
|
13
content/02-cyanine-theme/01-colors-and-fonts.yaml
Normal file
13
content/02-cyanine-theme/01-colors-and-fonts.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
meta:
|
||||
title: 'Colors and Fonts'
|
||||
description: 'First of all cyanine supports individual logos. If you want to use our logo, then please upload it in the system settings. Cyanine will automatically replace the title text with your logo. '
|
||||
heroimage: null
|
||||
heroimagealt: null
|
||||
owner: null
|
||||
author: trendschau
|
||||
manualdate: null
|
||||
modified: '2020-06-14'
|
||||
created: '2020-06-11'
|
||||
time: 20-37-12
|
||||
navtitle: 'colors and fonts'
|
||||
hide: false
|
12
content/02-cyanine-theme/02-footer.yaml
Normal file
12
content/02-cyanine-theme/02-footer.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
meta:
|
||||
title: '3-Column Footer'
|
||||
description: 'Cyanine provides a three column footer at the bottom of each page. You can use markdown for each column. Make sure that you use the correct headline-level (we suggest a headline level 3 or level 4 to keep the logical headline hierarchy in the document). You can, of course, also add link-lists or'
|
||||
heroimage: null
|
||||
heroimagealt: null
|
||||
author: trendschau
|
||||
manualdate: null
|
||||
modified: '2020-06-14'
|
||||
created: '2020-06-11'
|
||||
time: 21-00-20
|
||||
navtitle: ''
|
||||
hide: false
|
Reference in New Issue
Block a user