ublue-os / bluefin-docs

Bluefin Documentation
http://docs.projectbluefin.io/
Apache License 2.0
4 stars 15 forks source link

update readme #15

Closed pwright closed 3 months ago

pwright commented 3 months ago

Great project but I tried both methods using bluefin-dx and they failed :(

With docker i ran into permission issues and tried to resolve with:


    environment:
      JEKYLL_UID: 1000
      JEKYLL_GID: 1000

but got a different perm issue

With ruby I hit an error installing bigdecimal

Would you consider switching to https://www.mkdocs.org/ (I'm happy to help)?

https://stackshare.io/stackups/jekyll-vs-mkdocs

castrojo commented 3 months ago

Yeah I whipped this up because we used to have a mkdocs setup but it became a bit unwieldly, not sure if we wanna commit to that.

htps://www.docsy.dev with hugo is what I intended to use but at the time it was easier to just use the docsy theme in the built in jekyll stuff from ghpages. I'm down to switch to that if you wanna help. 😈