Go to file
Stanislav Bytsko 5f2c8fa508 Increase font size
- Increase font size
- Bump to jekyll 3.8.7 to avoid warnings on ruby 2.7;
- add local build instructions to README.md
2021-04-23 17:11:25 -07:00
_category Added embedding based retrieval blog post 2021-04-12 14:34:08 -07:00
_data Added embedding based retrieval blog post 2021-04-12 14:34:08 -07:00
_includes Clean up the Lever categories to make sure related jobs are showing 2021-03-11 10:36:16 -08:00
_layouts Add generated tag pages 2020-03-21 13:02:18 -07:00
_posts Forgot to feature this on the main page 2021-04-12 14:35:05 -07:00
assets Increase font size 2021-04-23 17:11:25 -07:00
blog Add blog category navigation / index page support 2019-12-05 11:33:01 -05:00
files Add a link to the slides 2019-12-09 08:52:33 -08:00
post-images Added embedding based retrieval blog post 2021-04-12 14:34:08 -07:00
tag Monolith Fargate deployment speed improvements post 2021-03-20 10:21:44 -07:00
.gitignore
404.html Fix 404 return home link 2019-11-23 00:59:15 -05:00
CNAME
CONTRIBUTING.adoc Instructions tweak on tags 2020-04-29 11:47:37 -07:00
Gemfile Increase font size 2021-04-23 17:11:25 -07:00
Gemfile.lock Increase font size 2021-04-23 17:11:25 -07:00
LICENSE
README.md Increase font size 2021-04-23 17:11:25 -07:00
_config.yml Missed a spot when changing branches earlier this year 2020-12-14 13:25:18 -08:00
careers.html Update careers.html 2021-03-11 10:25:32 -08:00
favicon.ico
generate-tags add aws datadog terraform module blog post 2020-04-22 20:56:22 -07:00
index.markdown
projects.html

README.md

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

brew install ruby@2.7
echo 'export PATH="/usr/local/opt/ruby@2.7/bin:$PATH"' >> "$HOME/.bash_profile"
source "$HOME/.bash_profile"

sudo gem install jekyll bundler
bundle install

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