Skip to content

mmibordeaux/mmibordeaux-hugo-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages