Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Odania-IT/odania-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odania Static

This module provides static content to the Odania Portal

Structure of the static content

.
+-- contents
|   +-- _general
|       +-- _general
|            +-- assets
|                +-- image.png
|            +-- web
|                +-- de
|                    +-- imprint.md
|   +-- example.com
|       +-- _general
|            +-- assets
|                +--favicon.ico
|       +-- www
|            +-- web
|                +-- de
|                    +-- index.md
|                    +-- handy.html
|       +-- domain-config.json
|   +-- config.json

example config.json

{
	"plugin-config": {
		"name": "static-content",
		"default": true,
		"author": [
			"Mike Petersen <[email protected]>"
		],
		"url": "http://www.odania.com"
	},
	"config": {
		"title": "My awesome example title",
		"layout": "simple"
	},
	"domains": {
		"_general": {
			"config": {
				"is_default": true
			},
			"redirects": {
				"^example.com$": "www.example.com"
			}
		}
	}
}

TODO

(http://www.odania.com/en/todo.html)[http://www.odania.com/en/todo.html]

About

Static pages for the Odania Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published