Skip to content

gitgrimbo/iansinnott.github.io

 
 

Repository files navigation

The Blog of Ian Sinnott

I write about stuff & things

Todo:

  • Import posts from current blog
  • Add disqus comments
  • Make the post command able to actually commit (with message) and then push the changes to github.

Troubleshooting

Permalinks

Links were broken initially with the following code:

<a href="{{ site.baseurl }}{{ post.url }}">

Replacing that line in index.html with the following fixed the issue:

<a href="{{ post.url }}">

Still, it's a strange issue since the baseurl was set to / the whole time. Just something to note for future reference.

About

The blog of Ian SInnott

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.9%
  • HTML 44.5%
  • JavaScript 7.4%
  • Ruby 3.2%