switch to Flex theme

mainline
Trolli Schmittlauch 2022-02-28 17:13:02 +01:00
parent 22fc9a1ed2
commit 4bd04c1386
5 changed files with 12 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.jpg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
Makefile Makefile
output output
__*/ __*/
remote_credentials.py

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "pelican-plugins"] [submodule "pelican-plugins"]
path = pelican-plugins path = pelican-plugins
url = https://github.com/getpelican/pelican-plugins url = https://github.com/getpelican/pelican-plugins
[submodule "theme/Flex"]
path = theme/Flex
url = https://github.com/alexandrevicenzi/Flex/

View File

@ -33,6 +33,7 @@ DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True
# Multilang
PLUGIN_PATHS = ['pelican-plugins'] PLUGIN_PATHS = ['pelican-plugins']
PLUGINS = ['i18n_subsites'] PLUGINS = ['i18n_subsites']
@ -41,3 +42,6 @@ I18N_SUBSITES = {
'SITENAME': 'schmittlauch', 'SITENAME': 'schmittlauch',
} }
} }
# Theming and templates
THEME = './theme/Flex'

1
theme/Flex Submodule

@ -0,0 +1 @@
Subproject commit ef20ea1fb3af763e23179a9a08cc9c40260eee52