Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 847 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 847 Bytes

Thème MMI

Pour installer le thème mmibordeaux-hugo-theme dans votre repository

git submodule add https://mmibordeaux/mmibordeaux-hugo-theme.git themes/mmibordeaux-hugo-theme

Le fichier .gitmodulesdoit ressembler à cela :

[submodule "themes/osuny-hugo-theme-aaa"]
	path = themes/osuny-hugo-theme-aaa
	url = https://github.com/noesya/osuny-hugo-theme-aaa.git
[submodule "themes/mmibordeaux-hugo-theme"]
	path = themes/mmibordeaux-hugo-theme
	url = https://github.com/mmibordeaux/mmibordeaux-hugo-theme.git

Si vous apportez des changements à ce fichier (par exemple pour passer en https, n'oubliez pas d'invoquer

git submodule sync

Dans le fichier assets/sass/main.sass, remplacer par :

@import "_theme/utils"
@import "_fonts"
@import "_configuration"
@import "mmibordeaux-hugo/theme"
@import "_style"