Markus Steinlein
827db530fa
Harmonized headline styles across several pages. Corrected some spelling mistakes. Added fotogrid to festival blogposts.
4 years ago
Markus Steinlein
9b40704c34
Added title block for blog pages so that they are harmonized with other pages.
4 years ago
Johannes Thumshirn
b20b453871
fotogrid: make pycodestyle happy
...
make test complains:
$ make test
pycodestyle *.py
fotogrid.py:3:1: E302 expected 2 blank lines, found 0
make: *** [Makefile:17: test] Error 1
This is because pycodestyle interprets the function documentation as
python shebang line or module documentation and expects two blank lines
afterwards.
Move the function documentation into python heredoc.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
5bcb3b7131
Merge pull request #6 from F-D-G-L/main
...
Followup
4 years ago
Johannes Thumshirn
d7d8d90fec
Merge pull request #27 from morbidrsa/fix-travis
...
README: fix travis badge
4 years ago
Johannes Thumshirn
17bca924cd
Merge pull request #23 from frankenmichl/add_about
...
Add details to verein.html
4 years ago
Johannes Thumshirn
8224d5dbd4
Merge pull request #26 from Ayreonaut/fotogrid
...
Fotogrid & some cosmetics 3
4 years ago
Johannes Thumshirn
dfd2e25779
README: fix travis badge
...
I used the wrong URL in the travis badge, fix it.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
f68aad4c81
Truncated comment line to less that 80 chars.
4 years ago
Markus Steinlein
19677cb455
More style corrections.
4 years ago
Markus Steinlein
4b3d4023a3
Code cleanup to pass travis checks.
4 years ago
Markus Steinlein
e3804e883d
Some cosmetics to blog pages (user icon, hr, date formatting). Created folder drafts for posts that should be preserved, but not published yet.
4 years ago
Markus Steinlein
2bfa284ecd
Some cosmetics to blog pages (user icon, hr, date formatting). Created folder drafts for posts that should be preserved, but not published yet.
4 years ago
Markus Steinlein
bafe096b17
Moved fotogrid code to its own file. Created subfolder for static css.
4 years ago
Markus Steinlein
8bf2a86e5b
Moved fotogrid code to its own file. Created subfolder for static css.
4 years ago
Markus Steinlein
012828c80e
1st take on a simple responsive foto grid that supports being embedded into markdown blog posts via jinja. Needs some more modularisation though.
4 years ago
Michael Moese
35d7676496
Add membership information and documents to verein.html
...
Signed-off-by: Michael Moese <frankenmichl@posteo.de>
4 years ago
Michael Moese
0d273522b4
Add more content from our old website
4 years ago
Johannes Thumshirn
127d85692b
Merge pull request #19 from F-D-G-L/app-license
...
app: add SPDX indetifier
4 years ago
Johannes Thumshirn
db0b21cffa
Merge pull request #21 from F-D-G-L/fix-travis-links
...
Update README.md to address organisation changes
4 years ago
Johannes Thumshirn
7535c1263d
Update README.md to address organisation changes
...
Update build badges in README.md to address organisation changes.
4 years ago
Markus Steinlein
884b0a84ef
Merge pull request #5 from morbidrsa/main
...
Followup
4 years ago
Johannes Thumshirn
65e3217726
Merge pull request #20 from Ayreonaut/fix-test-static-pages
...
Test for static pages should ignore system files
4 years ago
Markus Steinlein
f9bc6c5115
Added additional check for non html files to avoid system files like '.DS_store' or '.thumbsdb' messing up tests.
4 years ago
Markus Steinlein
a24da7fbd4
Merge pull request #4 from morbidrsa/main
...
Followup
4 years ago
Johannes Thumshirn
a7edb8fb5d
Merge pull request #18 from morbidrsa/test-static-pages
...
Test static pages
4 years ago
Johannes Thumshirn
7857876eb9
Merge pull request #17 from morbidrsa/test-dynamic-pages
...
tests: test generation of dynamic pages
4 years ago
Johannes Thumshirn
9cdf0f8bc3
app: add GPLv3 license
...
Add GPLv3 license file.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn
b0a089481f
app: add SPDX indetifier
...
Add SPDX License Identifier for main app.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Ayreonaut
6d8e1dfd27
Merge pull request #3 from morbidrsa/main
...
Followup
4 years ago
Johannes Thumshirn
69408017ce
tests: test static page routing
...
Instead of checking for the presence of methods, check if the web
application correctly sets up the routing for the static pages.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Markus Steinlein
376efe2d3a
Added special decoration for external links and links to youtube content. Changed hyperlink color to "FdgL red".
4 years ago
Markus Steinlein
f0f28ea423
Added font awesome support to be able to use fancy icons.
4 years ago
Johannes Thumshirn
52bd81f3a4
Merge pull request #14 from Ayreonaut/mst-style
...
Fontawesome support and automatic decorations for external links and links leading to youtube. Also changed link color to "FdgL red".
4 years ago
Johannes Thumshirn
28dbeab463
tests: test routing of index
...
For sake of completeness test the presence of '/' and '/index.html' as
well.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn
845739eb80
tests: test generation of dynamic pages
...
Test the generation of routes from the markdown input files stored
under pages.
Currently only the routing is tested, not the contents of the files.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Ayreonaut
81652f218e
Merge pull request #2 from morbidrsa/main
...
Followup
4 years ago
Johannes Thumshirn
0d9f944118
Merge pull request #16 from Ayreonaut/mst-articles
...
Festival blog posts from 2019
4 years ago
Johannes Thumshirn
99f1f651d6
Merge pull request #15 from frankenmichl/add_first_test
...
New Test: check if a method is implemented for each static page
4 years ago
Markus Steinlein
0189346ea4
Added my 2019 festival articles to the blog pages.
4 years ago
Ayreonaut
44a61e7303
Merge pull request #1 from morbidrsa/main
...
Followup
4 years ago
Michael Moese
70e1c8c5c9
New Test: check if a method is implemented for each static page
...
We need to route an endpoint for each statically defined web page, so
let's check if we have this defined for each html file in template,
except for pages.html and template.html.
Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Markus Steinlein
a8b034ccea
Added special decoration for external links and links to youtube content. Changed hyperlink color to "FdgL red".
4 years ago
Michael Moese
1c597f2319
Merge pull request #13 from morbidrsa/remove-example
...
pages: remove example post
4 years ago
Johannes Thumshirn
4c670ffed5
pages: remove example post
...
Not needed anymore, we have real posts to look at now.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
Johannes Thumshirn
9b5b7538c6
Merge pull request #12 from frankenmichl/add_static_pages
...
Add static pages
4 years ago
Michael Moese
90118f0896
add privacy statement and update page navigation
...
Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Michael Moese
fd75c681d6
add impressum from old page with updated phone number
...
Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Markus Steinlein
2d73781530
Added font awesome support to be able to use fancy icons.
4 years ago
Johannes Thumshirn
fdaf90f707
Merge pull request #11 from Ayreonaut/mst-style
...
Logo and nav links will appear at top. Added sample article with some…
4 years ago