diff --git a/content/00-welcome/00-setup-your-website.md b/content/00-welcome/00-setup-your-website.md index 4ec3aa8..13a3396 100644 --- a/content/00-welcome/00-setup-your-website.md +++ b/content/00-welcome/00-setup-your-website.md @@ -1,6 +1,6 @@ # Setup Your Website -Typemill provides detailed settings, and you have access to nearly all settings in the author panel. Learn the basics in this short video: mod +Typemill provides detailed settings, and you have access to nearly all settings in the author panel. Learn the basics in this short video: ![youtube-video](media/live/youtube-7yvlwxjl9dc.jpeg "click to load video"){#7yvlwXJL9dc .youtube} diff --git a/content/00-welcome/00-setup-your-website.yaml b/content/00-welcome/00-setup-your-website.yaml index 8940a3d..285f21e 100644 --- a/content/00-welcome/00-setup-your-website.yaml +++ b/content/00-welcome/00-setup-your-website.yaml @@ -3,10 +3,10 @@ meta: title: 'Setup your website' description: ' You will find all configurations and settings under the main navigation point settings with the following sub-navigation:' owner: Sebastian - manualdate: '2023-11-22' + author: Sebastian + manualdate: '2024-11-04' modified: '2023-10-23' created: '2023-06-12' time: 15-18-48 hide: false noindex: false - author: Sebastian diff --git a/content/00-welcome/04-markdown-test.md b/content/00-welcome/04-markdown-test.md index 359ca52..fbdfcbc 100644 --- a/content/00-welcome/04-markdown-test.md +++ b/content/00-welcome/04-markdown-test.md @@ -29,6 +29,9 @@ Headlines are simply done with hash chars like this: + + + ### Third Level Headline A third headline is more decent and lower prioritized than a second level headline. @@ -57,6 +60,9 @@ A paragraph is a simple text-block separated with a new line above and below. + + + A paragraph is a simple text-block separated with a new line above and below. ## Soft Linebreak @@ -73,6 +79,9 @@ He said: "again" + + + For a soft linebreak (eg. for dialoges in literature), add two spaces at the end of a line and use a simple return. She said: "Hello" @@ -91,6 +100,9 @@ For bold text use two **asterix** or two __underscores__. + + + For italic text use one *asterix* or one _underscore_. For bold text use two **asterix** or two __underscores__. @@ -115,6 +127,9 @@ For an ordered list use whatever number you want and add a dot: + + + For an unordered list use a dash * like @@ -143,6 +158,9 @@ Easily created for example with three dashes like this: + + + Easily created for example with three dashes like this: --- @@ -163,6 +181,9 @@ You can even use a download-link like []() + + + This is an ordinary [Link](http://typemill.net). Links can also be [relative](/info). @@ -194,6 +215,9 @@ The same rules as with links, but with a ! + + + The same rules as with links, but with a ! ![](media/tmp/kai-dahms-v0nbnxlwjzk-3unsp-1.webp) @@ -216,6 +240,9 @@ You can link an image with a nested syntax like this: + + + You can link an image with a nested syntax like this: [![alt-text](media/files/markdown.png){.imgClass}](https://typemill.net) @@ -238,6 +265,9 @@ You can controll the image position with the classes .left, .right and .middle l + + + ![](media/tmp/kai-dahms-v0nbnxlwjzk-3unsp-1.webp) The first image should float on the left side of this paragraph. This might not work with all themes. If you are a theme developer, please ensure that you support the image classes "left", "right" and "center". You can add these classes manually in the raw mode or you can assign them in the visual mode when you edit a picture (double click on it to open the dialog). Images in a separate line are rendered with the html5 elements `figure` and `figcapture`. @@ -265,6 +295,9 @@ There are always some women and men with wise words + + + There always some women and men with wise words > But I usually don't read them, to be honest. @@ -285,6 +318,9 @@ Add the footnote text at the bottom of the page like this: + + + You can write footnotes[^1] with markdown. Scroll down to the end of the page[^2] and look for the footnotes. @@ -304,6 +340,9 @@ Footnotes won't work with the visual editor right now, so please use the raw mod + + + You won't see the abbreviation directly, but if you write HTML or W3C somewhere, then you can see the tooltip with the explanation. *[HTML]: Hyper Text Markup Language @@ -325,6 +364,9 @@ Orange + + + Apple : Pomaceous fruit of plants of the genus Malus in the family Rosaceae. @@ -363,6 +405,9 @@ You can create different notices if you add a '!', '!!', '!!!', '!!!!' before a + + + | Name | Usage | |---|---| | My Name | For Me | @@ -380,6 +425,9 @@ Let us create some `` like this + + + Let us create some `` and now let us check, if a codeblock works: ```` @@ -398,6 +446,9 @@ Use four apostroph like this: + + + ## Math Please activate the math-plugin to use mathematical expressions with LaTeX syntax. You can choose between MathJax or the newer KaTeX library. MathJax is included from a CDN, KaTeX is included in the plugin. So if you don't want to fetch code from a CDN, use KaTeX instead. The markdown syntax in TYPEMILL is the same for both libraries. @@ -414,6 +465,9 @@ inline \(x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)\) math + + + inline $x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)$ math inline \(x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a)\) math @@ -434,6 +488,9 @@ x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a) + + + $$ x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a) $$ diff --git a/content/00-welcome/index.md b/content/00-welcome/index.md index eca2d6f..dcca197 100644 --- a/content/00-welcome/index.md +++ b/content/00-welcome/index.md @@ -1,4 +1,4 @@ # Welcome -Great that you give Typemill a try!! 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).mb +Great that you give Typemill a try!! 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). diff --git a/content/01-cyanine-theme/03-content-elements.md b/content/01-cyanine-theme/02-content-elements.md similarity index 100% rename from content/01-cyanine-theme/03-content-elements.md rename to content/01-cyanine-theme/02-content-elements.md diff --git a/content/01-cyanine-theme/02-content-elements.yaml b/content/01-cyanine-theme/02-content-elements.yaml new file mode 100644 index 0000000..55940f3 --- /dev/null +++ b/content/01-cyanine-theme/02-content-elements.yaml @@ -0,0 +1,9 @@ +meta: + navtitle: 'content elements' + owner: Sebastian + created: '2023-06-12' + time: 22-36-50 + modified: '2021-11-24' + title: 'Cyanine provides a lot of other settings for your content area. For example:' + description: "\nAdd an edit-button for github, gitlab or other plattforms.\nShow the author.\nShow the publish date.\nShow the chapter numbers in the navigation.\n" + author: Sebastian diff --git a/content/01-cyanine-theme/02-footer.md b/content/01-cyanine-theme/03-footer.md similarity index 100% rename from content/01-cyanine-theme/02-footer.md rename to content/01-cyanine-theme/03-footer.md diff --git a/content/01-cyanine-theme/03-footer.yaml b/content/01-cyanine-theme/03-footer.yaml new file mode 100644 index 0000000..650a993 --- /dev/null +++ b/content/01-cyanine-theme/03-footer.yaml @@ -0,0 +1,9 @@ +meta: + navtitle: footer + owner: Sebastian + created: '2023-06-12' + time: 21-41-25 + modified: '2021-05-18' + 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' + title: '3-Column Footer' + author: Sebastian diff --git a/content/01-cyanine-theme/index.md b/content/01-cyanine-theme/index.md index dcd9d6c..b4f5b98 100644 --- a/content/01-cyanine-theme/index.md +++ b/content/01-cyanine-theme/index.md @@ -1,6 +1,6 @@ # The Cyanine Theme -Cyanine is the modern, lightweight and flexible standard theme for Typemill. You can activate a landingpage, setup different content sections for the landingpage and order them like you want. You can also change the colors, fonts and other details. To configure the theme, login to the system (/tm/login), go to the theme settings (/tm/themes) and choose the theme "Cyanine". +Cyanine is the modern, lightweight and flexible standard theme for Typemill. You can activate a landingpage, setup different content sections for the landingpage and order them like you want. You can also change the colors, fonts and other details. To configure the theme, login to the system (/tm/login), go to the theme settings (/tm/themes) and choose the theme "Cyanine" If Cyanine does not fit to your needs, then you can also choose another theme in the [theme store](https://themes.typemill.net) of Typemill. diff --git a/data/navigation/navi-draft.txt b/data/navigation/navi-draft.txt deleted file mode 100644 index 84fcabc..0000000 --- a/data/navigation/navi-draft.txt +++ /dev/null @@ -1 +0,0 @@ -a:2:{i:0;O:8:"stdClass":22:{s:12:"originalName";s:10:"00-welcome";s:11:"elementType";s:6:"folder";s:8:"contains";s:5:"pages";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"00";s:4:"name";s:7:"welcome";s:4:"slug";s:7:"welcome";s:4:"path";s:11:"/00-welcome";s:15:"pathWithoutType";s:17:"/00-welcome/index";s:9:"urlRelWoF";s:8:"/welcome";s:6:"urlRel";s:17:"/typemill/welcome";s:6:"urlAbs";s:33:"http://localhost/typemill/welcome";s:3:"key";i:0;s:7:"keyPath";i:0;s:12:"keyPathArray";a:1:{i:0;s:1:"0";}s:7:"chapter";i:1;s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:13:"folderContent";a:5:{i:0;O:8:"stdClass":20:{s:12:"originalName";s:24:"00-setup-your-website.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"00";s:4:"name";s:18:"setup your website";s:4:"slug";s:18:"setup-your-website";s:4:"path";s:36:"/00-welcome/00-setup-your-website.md";s:15:"pathWithoutType";s:33:"/00-welcome/00-setup-your-website";s:3:"key";i:0;s:7:"keyPath";s:3:"0.0";s:12:"keyPathArray";a:2:{i:0;s:1:"0";i:1;s:1:"0";}s:7:"chapter";s:3:"1.1";s:9:"urlRelWoF";s:27:"/welcome/setup-your-website";s:6:"urlRel";s:36:"/typemill/welcome/setup-your-website";s:6:"urlAbs";s:52:"http://localhost/typemill/welcome/setup-your-website";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}i:1;O:8:"stdClass":20:{s:12:"originalName";s:19:"01-write-content.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"01";s:4:"name";s:13:"write content";s:4:"slug";s:13:"write-content";s:4:"path";s:31:"/00-welcome/01-write-content.md";s:15:"pathWithoutType";s:28:"/00-welcome/01-write-content";s:3:"key";i:1;s:7:"keyPath";s:3:"0.1";s:12:"keyPathArray";a:2:{i:0;s:1:"0";i:1;s:1:"1";}s:7:"chapter";s:3:"1.2";s:9:"urlRelWoF";s:22:"/welcome/write-content";s:6:"urlRel";s:31:"/typemill/welcome/write-content";s:6:"urlAbs";s:47:"http://localhost/typemill/welcome/write-content";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}i:2;O:8:"stdClass":20:{s:12:"originalName";s:19:"02-manage-access.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"02";s:4:"name";s:13:"manage access";s:4:"slug";s:13:"manage-access";s:4:"path";s:31:"/00-welcome/02-manage-access.md";s:15:"pathWithoutType";s:28:"/00-welcome/02-manage-access";s:3:"key";i:2;s:7:"keyPath";s:3:"0.2";s:12:"keyPathArray";a:2:{i:0;s:1:"0";i:1;s:1:"2";}s:7:"chapter";s:3:"1.3";s:9:"urlRelWoF";s:22:"/welcome/manage-access";s:6:"urlRel";s:31:"/typemill/welcome/manage-access";s:6:"urlAbs";s:47:"http://localhost/typemill/welcome/manage-access";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}i:3;O:8:"stdClass":20:{s:12:"originalName";s:14:"03-get-help.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"03";s:4:"name";s:8:"get help";s:4:"slug";s:8:"get-help";s:4:"path";s:26:"/00-welcome/03-get-help.md";s:15:"pathWithoutType";s:23:"/00-welcome/03-get-help";s:3:"key";i:3;s:7:"keyPath";s:3:"0.3";s:12:"keyPathArray";a:2:{i:0;s:1:"0";i:1;s:1:"3";}s:7:"chapter";s:3:"1.4";s:9:"urlRelWoF";s:17:"/welcome/get-help";s:6:"urlRel";s:26:"/typemill/welcome/get-help";s:6:"urlAbs";s:42:"http://localhost/typemill/welcome/get-help";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}i:4;O:8:"stdClass":20:{s:12:"originalName";s:19:"04-markdown-test.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"04";s:4:"name";s:13:"markdown test";s:4:"slug";s:13:"markdown-test";s:4:"path";s:31:"/00-welcome/04-markdown-test.md";s:15:"pathWithoutType";s:28:"/00-welcome/04-markdown-test";s:3:"key";i:4;s:7:"keyPath";s:3:"0.4";s:12:"keyPathArray";a:2:{i:0;s:1:"0";i:1;s:1:"4";}s:7:"chapter";s:3:"1.5";s:9:"urlRelWoF";s:22:"/welcome/markdown-test";s:6:"urlRel";s:31:"/typemill/welcome/markdown-test";s:6:"urlAbs";s:47:"http://localhost/typemill/welcome/markdown-test";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}}s:7:"noindex";b:0;}i:1;O:8:"stdClass":22:{s:12:"originalName";s:16:"01-cyanine-theme";s:11:"elementType";s:6:"folder";s:8:"contains";s:5:"pages";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"01";s:4:"name";s:13:"cyanine theme";s:4:"slug";s:13:"cyanine-theme";s:4:"path";s:17:"/01-cyanine-theme";s:15:"pathWithoutType";s:23:"/01-cyanine-theme/index";s:9:"urlRelWoF";s:14:"/cyanine-theme";s:6:"urlRel";s:23:"/typemill/cyanine-theme";s:6:"urlAbs";s:39:"http://localhost/typemill/cyanine-theme";s:3:"key";i:1;s:7:"keyPath";i:1;s:12:"keyPathArray";a:1:{i:0;s:1:"1";}s:7:"chapter";i:2;s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:13:"folderContent";a:4:{i:0;O:8:"stdClass":20:{s:12:"originalName";s:17:"00-landingpage.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"00";s:4:"name";s:11:"landingpage";s:4:"slug";s:11:"landingpage";s:4:"path";s:35:"/01-cyanine-theme/00-landingpage.md";s:15:"pathWithoutType";s:32:"/01-cyanine-theme/00-landingpage";s:3:"key";i:0;s:7:"keyPath";s:3:"1.0";s:12:"keyPathArray";a:2:{i:0;s:1:"1";i:1;s:1:"0";}s:7:"chapter";s:3:"2.1";s:9:"urlRelWoF";s:26:"/cyanine-theme/landingpage";s:6:"urlRel";s:35:"/typemill/cyanine-theme/landingpage";s:6:"urlAbs";s:51:"http://localhost/typemill/cyanine-theme/landingpage";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:1;}i:1;O:8:"stdClass":20:{s:12:"originalName";s:22:"01-colors-and-fonts.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"01";s:4:"name";s:16:"colors and fonts";s:4:"slug";s:16:"colors-and-fonts";s:4:"path";s:40:"/01-cyanine-theme/01-colors-and-fonts.md";s:15:"pathWithoutType";s:37:"/01-cyanine-theme/01-colors-and-fonts";s:3:"key";i:1;s:7:"keyPath";s:3:"1.1";s:12:"keyPathArray";a:2:{i:0;s:1:"1";i:1;s:1:"1";}s:7:"chapter";s:3:"2.2";s:9:"urlRelWoF";s:31:"/cyanine-theme/colors-and-fonts";s:6:"urlRel";s:40:"/typemill/cyanine-theme/colors-and-fonts";s:6:"urlAbs";s:56:"http://localhost/typemill/cyanine-theme/colors-and-fonts";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}i:2;O:8:"stdClass":20:{s:12:"originalName";s:12:"02-footer.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"02";s:4:"name";s:6:"footer";s:4:"slug";s:6:"footer";s:4:"path";s:30:"/01-cyanine-theme/02-footer.md";s:15:"pathWithoutType";s:27:"/01-cyanine-theme/02-footer";s:3:"key";i:2;s:7:"keyPath";s:3:"1.2";s:12:"keyPathArray";a:2:{i:0;s:1:"1";i:1;s:1:"2";}s:7:"chapter";s:3:"2.3";s:9:"urlRelWoF";s:21:"/cyanine-theme/footer";s:6:"urlRel";s:30:"/typemill/cyanine-theme/footer";s:6:"urlAbs";s:46:"http://localhost/typemill/cyanine-theme/footer";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}i:3;O:8:"stdClass":20:{s:12:"originalName";s:22:"03-content-elements.md";s:11:"elementType";s:4:"file";s:6:"status";s:9:"published";s:8:"fileType";s:2:"md";s:5:"order";s:2:"03";s:4:"name";s:16:"content elements";s:4:"slug";s:16:"content-elements";s:4:"path";s:40:"/01-cyanine-theme/03-content-elements.md";s:15:"pathWithoutType";s:37:"/01-cyanine-theme/03-content-elements";s:3:"key";i:3;s:7:"keyPath";s:3:"1.3";s:12:"keyPathArray";a:2:{i:0;s:1:"1";i:1;s:1:"3";}s:7:"chapter";s:3:"2.4";s:9:"urlRelWoF";s:31:"/cyanine-theme/content-elements";s:6:"urlRel";s:40:"/typemill/cyanine-theme/content-elements";s:6:"urlAbs";s:56:"http://localhost/typemill/cyanine-theme/content-elements";s:6:"active";b:0;s:12:"activeParent";b:0;s:4:"hide";b:0;s:7:"noindex";b:0;}}s:7:"noindex";b:0;}} \ No newline at end of file diff --git a/data/navigation/navi-extended.txt b/data/navigation/navi-extended.txt deleted file mode 100644 index 69087af..0000000 --- a/data/navigation/navi-extended.txt +++ /dev/null @@ -1,66 +0,0 @@ -/welcome: - navtitle: welcome - hide: false - noindex: false - path: /00-welcome - keyPath: 0 -/welcome/setup-your-website: - navtitle: 'setup your website' - hide: false - noindex: false - path: /00-welcome/00-setup-your-website.md - keyPath: '0.0' -/welcome/write-content: - navtitle: 'write content' - hide: false - noindex: false - path: /00-welcome/01-write-content.md - keyPath: '0.1' -/welcome/manage-access: - navtitle: 'manage access' - hide: false - noindex: false - path: /00-welcome/02-manage-access.md - keyPath: '0.2' -/welcome/get-help: - navtitle: 'get help' - hide: false - noindex: false - path: /00-welcome/03-get-help.md - keyPath: '0.3' -/welcome/markdown-test: - navtitle: 'markdown test' - hide: false - noindex: false - path: /00-welcome/04-markdown-test.md - keyPath: '0.4' -/cyanine-theme: - navtitle: 'cyanine theme' - hide: false - noindex: false - path: /01-cyanine-theme - keyPath: 1 -/cyanine-theme/landingpage: - navtitle: landingpage - hide: false - noindex: true - path: /01-cyanine-theme/00-landingpage.md - keyPath: '1.0' -/cyanine-theme/colors-and-fonts: - navtitle: 'colors and fonts' - hide: false - noindex: false - path: /01-cyanine-theme/01-colors-and-fonts.md - keyPath: '1.1' -/cyanine-theme/footer: - navtitle: footer - hide: false - noindex: false - path: /01-cyanine-theme/02-footer.md - keyPath: '1.2' -/cyanine-theme/content-elements: - navtitle: 'content elements' - hide: false - noindex: false - path: /01-cyanine-theme/03-content-elements.md - keyPath: '1.3'