Skip to content

The Scribd technology site, where we share the challenges in building the world's largest library

License

Notifications You must be signed in to change notification settings

kuntalkumarbasu/scribd.github.io

This branch is 3 commits ahead of, 107 commits behind scribd/scribd.github.io:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2021
Apr 26, 2021
Mar 11, 2021
Mar 21, 2020
May 4, 2021
Apr 24, 2021
Dec 5, 2019
Dec 9, 2019
Apr 26, 2021
Mar 20, 2021
Apr 24, 2021
Nov 23, 2019
Oct 22, 2019
Apr 29, 2020
Apr 24, 2021
Apr 24, 2021
Sep 9, 2019
Apr 24, 2021
Dec 14, 2020
Mar 11, 2021
Nov 12, 2019
Apr 23, 2020
Oct 22, 2019
Nov 22, 2019

Repository files navigation

Scribd's tech blog

Our tech blog is published to tech.scribd.com. The goal of the site is to share what we're up to as we build, design, and deploy the technology that powers scribd.com.

Content Guidelines

The CONTRIBUTING document has some details on how to contribute to this repository, but if you've contributed to a Jekyll-based site before, this should all be fairly straight-forward.

The types of content published should generally be technology oriented, but discussions about organization culture, collaboration, and process are welcome so long as they pass the bar of: "would this be interesting to somebody we would want to work with us?"

Local build

# If you don't have Ruby 2.6 installed
# jekyll-sass-converter requires Ruby version >= 2.4.0
# Default MacOS ruby version is 2.3
# Ruby < 2.6 are not maintained anymore
# Ruby 2.7 prints bunch of warnings for Jekyll < 3.8.7
# Using Jekyll 3.8.7 requires bumping github-pages and jekyll-feed
brew install [email protected]
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> "$HOME/.bash_profile"
source "$HOME/.bash_profile"

sudo gem install bundler # if you don't have bundler installed
bundle config set path vendor
bundle install

bundle exec jekyll serve --livereload # for auto-updading
open http://localhost:4000

About

The Scribd technology site, where we share the challenges in building the world's largest library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.3%
  • SCSS 44.4%
  • CSS 3.1%
  • JavaScript 2.7%
  • Other 1.5%