Spaces:
Running
Blogging discussions
Let's share tips on improving content quality on the Hugging Face blog.
That's a very nice discussion! I think the most basic suggestions would be using formatting well, adding illustrative explanations and codeblocks and keeping the blog long instead of releasing smaller chapters.
+1 for long format blogs vs part 1, part 2, etc blogs. I never remember to read the sequels. I want EVERYTHING in one place haha
+1 for long format blogs vs part 1, part 2, etc blogs. I never remember to read the sequels. I want EVERYTHING in one place haha
Agree! Sequels are just a way to get more impressions.
Btw, I used
I cannot add specifically Python code snippet in the article.
When I do it like that It just defines a code snippet without language specification.
Could anyone help me with that?
@Valerii-Knowledgator you need to specify the language in the opening line of the code block like so:
```python
def fn():
print("Aloha, World!")
\```
(ignore the backslash)
which results in :
def fn():
print("Aloha, World!")
I can't publish a new blogpost in the community, authentication error pop up. When I try to upload a new one.
Which type of authentication?
you need to get authorized by HF team to write
I have the same issue,
How I can apply HF team to get authorized?
just go on discord > community blog and ask for being a blog writer