sites
This commit is contained in:
parent
93369efa77
commit
1799b81948
2 changed files with 12 additions and 13 deletions
|
@ -16,12 +16,6 @@ AUTHOR_FEED_RSS = None
|
|||
|
||||
THEME = 'themes/dark'
|
||||
|
||||
HOME = (
|
||||
('rwx.work', 'https://rwx.work'),
|
||||
('marc-beninca.fr', 'https://marc-beninca.fr'),
|
||||
('tilde.link', 'https://tilde.link'),
|
||||
)
|
||||
|
||||
HOSTS = (
|
||||
('rwx.work', 'https://blog.rwx.work'),
|
||||
('envs.net', 'https://marc.envs.net'),
|
||||
|
@ -31,6 +25,11 @@ HOSTS = (
|
|||
('remotes.club', 'https://marc.remotes.club'),
|
||||
)
|
||||
|
||||
SITES = (
|
||||
('rwx.work', 'https://rwx.work'),
|
||||
('marc-beninca.fr', 'https://marc-beninca.fr'),
|
||||
)
|
||||
|
||||
SOCIAL = (
|
||||
('linkedin', 'https://www.linkedin.com/in/marc-beninca'),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue