You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gustav W Delius edited this page Aug 14, 2021
·
1 revision
Welcome to the mizerBlog wiki!
This is where we put random stuff relevant to managing this blog.
The file docs/CNAME needs to stay as it is because it allows the site to be served at https://blog.mizer.sizespectrum.org. It was put there by the GitHub pages setup. When building the website locally, this file will get deleted. It is important not to commit that deletion. One way to avoid that is to tell git to ignore the file. We can't use .gitignore for that purpose, because that does not work for files that are already in the repository. Instead you need the following git command: git update-index --skip-worktree docs/CNAME.