Built using the Agency bootstrap theme adapted for Jekyll by y7kim/agency-jekyll-theme.
- Make sure you have a GitHub account. You can't publish blogposts if you don't have a GitHub account.
- Create a square image for your blogpost and upload it in the img/blog folder. It should be minimum 400x400 and maximum 600x600 and less than 500 KB. The image filename should be in uncapitalized slug format with the same name as your blogpost's title.
- If you don't have an image, you can find a free licensed one in one of these websites: unsplash, pexels, or pixabay.
- The easiest way to crop your image into a square image is to use this website. If you want to be creative and do some express photoshoping then pixlr express is a good online app.
- Create a .markdown in the _posts folder. The filename should be in uncapitalized slug format with the following pattern: YYYY-MM-DD-title-of-the-blogpost.markdown.
- Are you sure you used a slug when naming both your blogpost image file and blogpost .markdown file? If you still don't know what a slug is then just use this.
- There are a bunch of properties you need to set values to, they are: title, subtitle, layout, modal-id, date, pretty-date, img, thumbnail, author, and author-url. Make sure you set them correctly, look at past posts as a reference.
- Now's the time to write your blogpost. Keep it short and succinct! You're entitled to up to four paragraphs by using the following properties: post-par1, post-par2, post-par3, and post-par4.
- IMPORTANT: Don't use the ":" character in your text or it will break the post.