Czyli nasza wizytówka w Sieci
@Claude I’ve been trying to add ABS Python to the New Calendar system, but I’m running into some errors:
Don't understand rule "every week"Don't understand rule "every Wednesday"Don't understand rule "Wednesday"Don't understand rule "each Wednesday"
Does this fall under “UX improvements”? ![]()
I went for “every 7 days”, BTW
Yeah, every 7 days is the way to go ![]()
Maybe I should have a small description of “if you want X write Y”
Hi
what is the policy of contributing to the website? I cloned the repository and I noticed a typo here (“availble”): Hackerspace Trójmiasto Privacy Policy
Would it be okay if I changed it?
If so, should I make a new branch and a pull request for the website repository? GitHub - hs3city/hs3.pl: Source code for the Hackerspace Trójmiasto website, implemented in Hugo · GitHub
Yup, just do a pull request from your own fork is the best way
Thank you! ![]()
Hello
could I request a review from you, @Claude , @Leszek and @𝓚𝓲𝓷𝓽𝓮𝓻 for this PR? I added Decap CMS.
I’m not entirely sure if I added a category field correctly to Zasoby Hackerspace Trójmiasto, so I would be grateful if someone could verify it.
I would like to use this field for sorting in Decap dashboard. But I’ve encountered an issue I don’t know how to solve. I don’t know how to add a category name to the dashboard without [" "]
So far, I added it like so:
config.yml
summary: "{{fields.category}} {{title}}"
I can’t help you here ![]()
Ah, It’s okay, thanks for the response. ![]()
Owww, sounds nice
Don’t know anything about Decap… Had one remark on the code, see on GitHub. As for making arrays into string, I expect it’s a hugo tempate and then collections.Delimit should work:
summany: "{{delimit fields.category ", " }} {{title}}
Thank you for the review.
How should I add the script tag to the footer? I can see the footer only in a submodule.
Unfortunately adding this delimiter results in a YAML syntax error, perhaps it’s different for decap widgets? Widgets | Decap CMS | Open-Source Content Management System Unfotrunately, I couldn’t find a similar option here.
Ahhh, try the same think with single quotes around:
summary: '{{delimit fields.category ", " }} {{title}}' or summary: "{{delimit fields.category ', ' }} {{title}}"
Hmm, I can’t make it display in this way, but at least there are no errors.
Maybe I’ll try to experiment with more options.
Do we need to do anything on the Netlify part to allow the new CMS?
Yes, the Netlify account must be configured like described in this part of the article:
I wanted to say “no luck” as I tried a few times yesterday and got nothing. Then today I went to the admin site and it nicely asked me to log in
so it seems we can start testing it
Reactions:
×1 (Ninufar (Marta))
