Skip to content
Snippets Groups Projects
Commit 607eb726 authored by Sabba Petri's avatar Sabba Petri
Browse files

Merge branch 'master' of gitlab.com:gitlab-com/www-gitlab-com into press_page

parents a6601601 0a0ab70f
No related branches found
No related tags found
1 merge request!591Press page
Loading
Loading
@@ -78,6 +78,12 @@ Add the following to the top of a blog post (between the --- markers) and it wil
 
image_title: '/images/unspash/hardware.jpg'
 
# Image Guidelines
When adding images to the site, please avoid using largely sized images, as they drastically decrease load on the server and make the experience poor for the user.
Also make sure to compress the images as much as possible (use online resource, Photoshop, however you'd like)
You can find images at unsplash.com and then compress them at tinypng.com.
You can link to the authors twitter account with:
 
author_twitter: sytses
Loading
Loading
Loading
Loading
@@ -118,8 +118,9 @@ task :new_post, :title do |t, args|
post.puts "comments: true"
post.puts "author: FIRST LAST"
post.puts "author_twitter: HANDLE_WITHOUT_@"
post.puts "---"
post.puts "image_title: '/images/unspash/FILENAME.jpg'"
post.puts "---"
post.puts "<!-- more -->"
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment