@ -26,4 +26,4 @@ Other things of note worthy mention:
|
||||
|
||||
- Website updating now occurs automagically. We do this via Gitlab using CD/CI pipelines. Now I just edit a file, push the changes and the changes deploy my site on the interwebs.
|
||||
|
||||
- Our projects from [GitHub](https://github.com/NoFussComputing) and [GitLab](https://gitlab.com/nofusscomputing) deploy their docs to our site, again automagically.
|
||||
- Our [projects](../../projects/index.md) from [GitHub](https://github.com/NoFussComputing) and [GitLab](https://gitlab.com/nofusscomputing) deploy their docs to our site, again automagically.
|
||||
|
@ -91,6 +91,8 @@ class Data:
|
||||
|
||||
if 'gitlab.com/-/ide/project' not in url: # ignore gitlab ide links
|
||||
|
||||
if 'nofusscomputing.com' not in url: # ignore gitlab ide links
|
||||
|
||||
link = self.parse_url(url)
|
||||
|
||||
hyperlink_source_file = {'name': source_file, 'location': link_location}
|
||||
|
Reference in New Issue
Block a user