Skip to content

Commit

Permalink
🍱 Add authors here
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Apr 1, 2024
1 parent 4905dc1 commit a82d1f6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
sys.path[:0] = [str(HERE), str(HERE.parent)]

from lamin_sphinx import * # noqa
from lamin_sphinx import authors, html_theme_options, html_context # noqa
from lamin_sphinx import html_theme_options, html_context # noqa

project = "Lamin Blog"
html_title = f"{project}"
Expand All @@ -29,6 +29,24 @@
]

# Blog

authors = {
"bpenteado": ("Bernardo Penteado", "https://pbern.com"),
"chaichontat": ("Chaichontat Sriworarat", "https://github.com/chaichontat"),
"falexwolf": ("Alex Wolf", "https://falexwolf.me"),
"felix-fischer*": ("Felix Fischer*", ""),
"maciek-wiatrak": ("Maciek Wiatrak", ""),
"ilan-gold": ("Ilan Gold", ""),
"fabian-theis": ("Fabian Theis", ""),
"jkobject": ("Jeremie Kalfon", "https://www.jkobject.com"),
"yanay-rosen": ("Yanay Rosen", ""),
"fredericenard": ("Frederic Enard", "https://github.com/fredericenard"),
"Koncopd": ("Sergei Rybakov", "https://github.com/Koncopd"),
"Koncopd*": ("Sergei Rybakov*", "https://github.com/Koncopd"),
"sunnyosun": ("Sunny Sun", "https://github.com/sunnyosun"),
"Zethson": ("Lukas Heumos", "https://github.com/Zethson"),
}

blog_baseurl = "https://lamin.ai/blog"
blog_post_pattern = "*"
blog_authors = authors
Expand Down

0 comments on commit a82d1f6

Please sign in to comment.