Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

DerGoogler/dgm-cms

Repository files navigation

DGM CMS

Static CMS that's supports better Markdown

Join the Telegram channel for news.

Installation

You need to have NPM installed!

  • npm install or npm i
  • npm run build-dev or npm run build-prod
  • launch any localhost or Live Server from VS Code

Use with out Build

Put 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>

Page

View the components

How to make a custom theme?

<StyleLoader src="onsen-css-components.css" />

Create Page with <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
/>

Editor

The new editor makes the testings and buildings easy!

Features

  • Basic Markdown code highlighing
  • All custom components from DGM-CMS
  • Header and Footer editor
  • <StyleLoader /> works also in the header editor
  • Working <font> and <center> on newst methods!
  • VS-Code based

View the editor here!