Closed holtzermann17 closed 3 years ago
I added a layout examples - do you mind adding your examples to the org doc? Try and comment the example thoroughly and leave out any unnecessary parts. I think the second example would best be referred to as "How to use custom keywords" and then you may remove the backlinks, etc.
@teesloane Yes, happy to add that.
Would it be good to create a separate page with "deployment examples"? Maybe this is pushing the limit of what really fits inside Firn's docs, since it's so dependent on the downstream environment. On the other hand, such examples might be useful.
It took me a while to update this Github Actions Workflow
gh-pages
branch of an "arbitrary" repository.)Some distilled version of these might fit well in here: https://github.com/peaceiris/actions-gh-pages#examples with a cross-reference from inside Firn's docs.
Ah sorry, I missed your reply.
I'm going to leave deployment out of docs for now as it's pretty user-case dependent (one might vendor the binary into their CI process, another might just build raw html files and upload those to a server etc) and would make for additional documentation maintenance. Also, the github-actions for the site deployment might be sufficient to see how Firn's documentation is deployed with github pages.
Also! I'll close this since https://github.com/theiceshelf/firn/commit/3acb597535d3ee685d737545c818cb764b4552ab added examples :)
Adding something like https://ox-hugo.scripter.co/doc/examples/ will be great.
Thanks for the suggestion. I will think about this.
Hi, it would be useful to have some examples that Firn users have come up with.
As an example-of-an-example, here's a layout I set up for blog updates:
blog.clj
And here's how the individual blog updates look:
update.clj
I'd be happy to contribute these (or adjusted variants) to the examples dir when it's ready.