Browse Source

rename theme name + fixed OG images

transformations
rra 6 years ago
parent
commit
d2e365612e
  1. 3
      pelicanconf.py
  2. 0
      themes/varia/static/css/main.css
  3. 0
      themes/varia/static/css/pygment.css
  4. 0
      themes/varia/static/fonts/LiberationMono.ttf
  5. 0
      themes/varia/static/fonts/cmunit.ttf
  6. 0
      themes/varia/static/fonts/cmunobx.ttf
  7. 0
      themes/varia/static/fonts/cmunorm.ttf
  8. 0
      themes/varia/static/fonts/cmunssdc.ttf
  9. 0
      themes/varia/static/fonts/cmuntb.ttf
  10. 0
      themes/varia/static/fonts/cmuntt.ttf
  11. 0
      themes/varia/static/fonts/cmuntx.ttf
  12. 0
      themes/varia/static/fonts/cmunvi.ttf
  13. 0
      themes/varia/static/fonts/cmunvt.ttf
  14. 0
      themes/varia/static/js/stars.js
  15. 0
      themes/varia/templates/archives.html
  16. 0
      themes/varia/templates/article.html
  17. 0
      themes/varia/templates/author.html
  18. 0
      themes/varia/templates/authors.html
  19. 0
      themes/varia/templates/base.html
  20. 0
      themes/varia/templates/categories.html
  21. 0
      themes/varia/templates/category.html
  22. 0
      themes/varia/templates/events_list.html
  23. 0
      themes/varia/templates/gosquared.html
  24. 0
      themes/varia/templates/index.html
  25. 0
      themes/varia/templates/page.html
  26. 0
      themes/varia/templates/pagination.html
  27. 0
      themes/varia/templates/period_archives.html
  28. 0
      themes/varia/templates/syndication.html
  29. 0
      themes/varia/templates/tag.html
  30. 0
      themes/varia/templates/tags.html
  31. 0
      themes/varia/templates/translations.html

3
pelicanconf.py

@ -40,8 +40,9 @@ EXTRA_PATH_METADATA = {
'extra/htaccess': {'path': '.htaccess'}
}
THEME = 'themes/cetcat'
THEME = 'themes/varia'
THEME_STATIC_DIR = 'theme/'
STATIC_PATHS = "images/"
I18N_SUBSITES = {
'en': {

0
themes/cetcat/static/css/main.css → themes/varia/static/css/main.css

0
themes/cetcat/static/css/pygment.css → themes/varia/static/css/pygment.css

0
themes/cetcat/static/fonts/LiberationMono.ttf → themes/varia/static/fonts/LiberationMono.ttf

0
themes/cetcat/static/fonts/cmunit.ttf → themes/varia/static/fonts/cmunit.ttf

0
themes/cetcat/static/fonts/cmunobx.ttf → themes/varia/static/fonts/cmunobx.ttf

0
themes/cetcat/static/fonts/cmunorm.ttf → themes/varia/static/fonts/cmunorm.ttf

0
themes/cetcat/static/fonts/cmunssdc.ttf → themes/varia/static/fonts/cmunssdc.ttf

0
themes/cetcat/static/fonts/cmuntb.ttf → themes/varia/static/fonts/cmuntb.ttf

0
themes/cetcat/static/fonts/cmuntt.ttf → themes/varia/static/fonts/cmuntt.ttf

0
themes/cetcat/static/fonts/cmuntx.ttf → themes/varia/static/fonts/cmuntx.ttf

0
themes/cetcat/static/fonts/cmunvi.ttf → themes/varia/static/fonts/cmunvi.ttf

0
themes/cetcat/static/fonts/cmunvt.ttf → themes/varia/static/fonts/cmunvt.ttf

0
themes/cetcat/static/js/stars.js → themes/varia/static/js/stars.js

0
themes/cetcat/templates/archives.html → themes/varia/templates/archives.html

0
themes/cetcat/templates/article.html → themes/varia/templates/article.html

0
themes/cetcat/templates/author.html → themes/varia/templates/author.html

0
themes/cetcat/templates/authors.html → themes/varia/templates/authors.html

0
themes/cetcat/templates/base.html → themes/varia/templates/base.html

0
themes/cetcat/templates/categories.html → themes/varia/templates/categories.html

0
themes/cetcat/templates/category.html → themes/varia/templates/category.html

0
themes/cetcat/templates/events_list.html → themes/varia/templates/events_list.html

0
themes/cetcat/templates/gosquared.html → themes/varia/templates/gosquared.html

0
themes/cetcat/templates/index.html → themes/varia/templates/index.html

0
themes/cetcat/templates/page.html → themes/varia/templates/page.html

0
themes/cetcat/templates/pagination.html → themes/varia/templates/pagination.html

0
themes/cetcat/templates/period_archives.html → themes/varia/templates/period_archives.html

0
themes/cetcat/templates/syndication.html → themes/varia/templates/syndication.html

0
themes/cetcat/templates/tag.html → themes/varia/templates/tag.html

0
themes/cetcat/templates/tags.html → themes/varia/templates/tags.html

0
themes/cetcat/templates/translations.html → themes/varia/templates/translations.html

Loading…
Cancel
Save