This repo contains different posts on dev.to
Remember always to create a Draft
post, and check its Post ID
from your Dashboard on dev.to using the command:
$('div[data-article-id]').getAttribute('data-article-id');
In case of question, refer to the base the template created here
Before pushing new changes, try always to execute:
yarn install && npm run prettier:write
This command is always a headache when deploying to Travis, and the Husky pre-commit
is not working by the time being
This is a template for upcoming posts; quotes are not mandatory for the string values
---
published: false
title:
description:
tags:
cover_image:
series:
canonical_url:
---
//
Add some content or at least leave a space
//
Take into account that the assets url is a bit different; GitHub will try to pull those assets from their own centralized path. So you can find your real deployed assets in:
https://raw.githubusercontent.com/<<your-github-user>>
In case you cannot see the assets it is 99% sure that the path is wrong.
This is a nice features list that could work as base when listing up the topics related to a post
Included | ◾ Skipped | |
---|---|---|
Feature 1 | ✅ | ❌ |
Feature 2 | ✅ | ❌ |
Feature 3 | ✅ | ❌ |
Tip:Try to publish when all the features are ✅ instead of ❌