60 Commits (19677cb455d35f65481a17c5f16a0b3689af14f5)
 

Author SHA1 Message Date
Johannes Thumshirn 80038d940a template: add bootstrap
Add the bootstrap web framework.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn d8167fbd72
Merge pull request #1 from frankenmichl/add_tests
Add tests
4 years ago
Michael Moese 5884e192f2 Some pycodestyle cleanups
Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Michael Moese 9b6798a180 Add a makefile with some default targets
Add some targets
- make help, print some usage help. Default target
- make setup to install requirements using pip (make sure to activate
  your virtual environment first)
- make test will run the tests
- make clean, just a dummy for now

Add required tools for testing and code analysis to requirements.txt

Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Johannes Thumshirn 02a46a7a16 app: rename blogpost to index
Rename blogpost.html to index.html which is more intuitive.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn 29a2ddba51 template: add navigation
Add navigation to a 'Verein' and a 'Impressum' page.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn ac7608958c templates: add more basic html structure
Add a basic but this time now valid html structure.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn 4e599be173 app: add rendering of markdown
Add rendering of markdown files stored in the pages directory using
templates in the templates directory.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn aa829dd3fb app: add basic flask app
Add a basic Flask "Hello World" as a starting point.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn ddd8ea7d24 Initial Import
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
4 years ago