dgm cms
1.0.0
Static CMS that's supports better Markdown
Join the Telegram channel for news.
You need to have NPM installed!
npm install
or npm i
npm run build-dev
or npm run build-prod
localhost
or Live Server from VS CodePut these scripts on the html file bottom
<cms-app></cms-app>
<script src="https://cdn.dergoogler.com/others/dgm-cms/bundles/cms.js"></script>
<script src="https://cdn.dergoogler.com/others/dgm-cms/bundles/index.js"></script>
Configure the CMS
<cms-app></cms-app>
<script src="https://cdn.dergoogler.com/others/dgm-cms/bundles/cms.js?afterTitle= | Google - Support&platform=ios"></script>
<script src="https://cdn.dergoogler.com/others/dgm-cms/bundles/index.js"></script>
View the components
header.dgm
<StyleLoader src="onsen-css-components.css" />
<Options/>
The start of the page
See home.dgm as a example
<Options
title="Jimmy" // Sets the website title
description="Auf dieser Seite findest du ein paar Infos über mich, sowie meinen Musik Geschmack!" // description for the website
keywords="dergoogler,DERGOOGLER,DerGoogler,der_googler,Der_Googler,DER_GOOGLER,JIMMY,jimmy,dergoogler.com,www.dergoogler.com" // keyword for the website
/>
The new editor makes the testings and buildings easy!
<StyleLoader />
works also in the header editor<font>
and <center>
on newst methods!View the editor here!