switch to Flex theme

mainline
Trolli Schmittlauch 1 year ago
parent 22fc9a1ed2
commit 4bd04c1386
  1. 2
      .gitattributes
  2. 2
      .gitignore
  3. 3
      .gitmodules
  4. 4
      pelicanconf.py
  5. 1
      theme/Flex

2
.gitattributes vendored

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

2
.gitignore vendored

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

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'

@ -0,0 +1 @@
Subproject commit ef20ea1fb3af763e23179a9a08cc9c40260eee52
Loading…
Cancel
Save