switch to Flex theme
This commit is contained in:
parent
22fc9a1ed2
commit
4bd04c1386
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
Makefile
|
||||
output
|
||||
__*/
|
||||
|
||||
remote_credentials.py
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "pelican-plugins"]
|
||||
path = pelican-plugins
|
||||
url = https://github.com/getpelican/pelican-plugins
|
||||
[submodule "theme/Flex"]
|
||||
path = theme/Flex
|
||||
url = https://github.com/alexandrevicenzi/Flex/
|
||||
|
|
|
@ -33,6 +33,7 @@ DEFAULT_PAGINATION = 10
|
|||
# Uncomment following line if you want document-relative URLs when developing
|
||||
#RELATIVE_URLS = True
|
||||
|
||||
# Multilang
|
||||
PLUGIN_PATHS = ['pelican-plugins']
|
||||
PLUGINS = ['i18n_subsites']
|
||||
|
||||
|
@ -41,3 +42,6 @@ I18N_SUBSITES = {
|
|||
'SITENAME': 'schmittlauch',
|
||||
}
|
||||
}
|
||||
|
||||
# Theming and templates
|
||||
THEME = './theme/Flex'
|
||||
|
|
1
theme/Flex
Submodule
1
theme/Flex
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ef20ea1fb3af763e23179a9a08cc9c40260eee52
|
Loading…
Reference in a new issue