Sign inSign up

odaniait/odania-static

By odaniait

•Updated over 5 years ago

Static content for the Odania Portal

Image
1

2.1K

odaniait/odania-static repository overview

⁠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⁠]

Tag summary

Content type

Image

Digest

Size

465 MB

Last updated

over 6 years ago

docker pull odaniait/odania-static