Blogging discussions

#2
by Valerii-Knowledgator - opened
Blog-explorers org

Let's share tips on improving content quality on the Hugging Face blog.

Blog-explorers org

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.

Blog-explorers org

+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

Blog-explorers org

+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.

Blog-explorers org

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?

Blog-explorers org

@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!")
deleted
This comment has been hidden
Blog-explorers org

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

deleted
This comment has been hidden
Blog-explorers org

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

deleted
This comment has been hidden

Sign up or log in to comment