Skip to content

chromium/chrome.security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome.security

This website is a glorified list of links; a collection of some of the things we've been working on lately; a little home for Chrome Security on the web :)

How to add a new blog post

Are you a member of Chrome Security who has recently published a blog post? First of all: congrats!

Converting to markdown

Posts can be added to the website in Markdown format. Since we don't render full pages, you can manually copy the first paragraph of your published post to use a preview. You don't need to copy the whole content.

Adding the post to the website

Add your post to our team website by:

  1. git cloneing this repo, or use the Github web editor (hit . when signed in)
  2. Under the _posts directory you'll find template.md. Save a copy of this file with a filename in the following format: YYYY-MM-DD-permalink.md, where the YYYY-MM-DD date is the date of publication, and permalink is the permalink string. Or copy the most recent post and rename it.
  3. Fill in the fields. You can delete the excerpt line, unless you want a custom excerpt.
  4. Paste the contents of the post (preview) under the ---. This will be used to generate an excerpt for the link.
  5. Save it! Commit it! Pull request it!

Previewing changes locally (optional)

To preview your changes locally, you will need to install and run Jekyll, which requires Ruby 2.5.0 or higher. This comes with the standard fun and excitement of wrangling with modern web dev environments and their many dependencies, so this part is completely optional.

Open up the cloned directory in your command line tool of choice, and run

  1. gem install bundler jekyll (if you don't already have Jekyll installed)
  2. bundle install (to make sure all dependencies are there)
  3. bundle exec jekyll serve
  4. Browse to localhost:4000 to see a preview.

About

A little website for the Chrome Security team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors