diff --git a/.about.yml b/.about.yml deleted file mode 100644 index f9f886e..0000000 --- a/.about.yml +++ /dev/null @@ -1,39 +0,0 @@ -full_name: "18F Handbook" -name: handbook -owner_type: project -github: -- 18F/handbook - -description: > - The 18F Handbook documents the mission, values, structures, policies, tools, and guides that shape our organization. - -stage: live - -links: -- url: https://handbook.18f.gov - text: 18F Handbook (live website) - -# Email addresses of points-of-contact -contact: -- url: nicole.fenton@gsa.gov - text: Nicole Fenton - -team: -- id: nicole.fenton - github: nicoleslaw - role: lead -- id: michael.torres - github: mtorres253 - role: contributor -- id: andrew.maier - github: andrewmaier - role: designer -- id: carlo.costino - github: ccostino - role: contributing engineer -- id: melody.kramer - github: melodykramer - role: former lead - -stack: -- Jekyll diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f35345f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: ruby -rvm: -- 2.1.5 -cache: bundler -script: ./go ci_build diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 2b783ce..0000000 --- a/Gemfile +++ /dev/null @@ -1,14 +0,0 @@ -source 'https://rubygems.org' - -gem 'jekyll', '>=3.0' -gem 'redcarpet' -gem 'rouge' -gem 'go_script' - -group :jekyll_plugins do - gem 'guides_style_18f' -end - -group :development do - gem 'html-proofer' -end diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index e53b66f..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,95 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - activesupport (4.2.6) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - colorator (0.1) - colored (1.2) - ethon (0.9.0) - ffi (>= 1.3.0) - ffi (1.9.10) - go_script (0.1.5) - bundler (~> 1.10) - safe_yaml (~> 1.0) - guides_style_18f (0.4.0) - jekyll - jekyll_pages_api - jekyll_pages_api_search - rouge - sass - html-proofer (3.0.6) - activesupport (~> 4.2) - addressable (~> 2.3) - colored (~> 1.2) - mercenary (~> 0.3.2) - nokogiri (~> 1.5) - parallel (~> 1.3) - typhoeus (~> 0.7) - yell (~> 2.0) - htmlentities (4.3.4) - i18n (0.7.0) - jekyll (3.0.1) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-watch (1.3.0) - listen (~> 3.0) - jekyll_pages_api (0.1.5) - htmlentities (~> 4.3) - jekyll (>= 2.0, < 4.0) - jekyll_pages_api_search (0.4.3) - jekyll_pages_api (~> 0.1.4) - sass (~> 3.4) - json (1.8.3) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.5) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - mercenary (0.3.5) - mini_portile2 (2.1.0) - minitest (5.9.0) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - parallel (1.9.0) - pkg-config (1.1.7) - rb-fsevent (0.9.6) - rb-inotify (0.9.5) - ffi (>= 0.5.0) - redcarpet (3.3.3) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.19) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - yell (2.0.6) - -PLATFORMS - ruby - -DEPENDENCIES - go_script - guides_style_18f - html-proofer - jekyll (>= 3.0) - redcarpet - rouge - -BUNDLED WITH - 1.12.5 diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 0f70b81..0000000 --- a/_config.yml +++ /dev/null @@ -1,360 +0,0 @@ -# Site settings -title: 18F Handbook -description: A collection of guides and policies to help you with your work. -email: -permalink: pretty -author: - name: Andrew Maier and Nicole Fenton - email: handbook.18f@gsa.gov - -slack: - organization: 18f - channel: handbook - -github: - organization: 18F - repository: handbook - default_branch: master - -exclude: -- CONTRIBUTING.md -- Gemfile -- Gemfile.lock -- LICENSE.md -- README.md -- go -- vendor - -sass: - style: :compressed - -defaults: - - - scope: - path: "" - type: "pages" - values: - layout: "page" - -collections: - pages: - output: true - permalink: /:path/ - -# Google Analytics tracking code for handbook -google_analytics_ua: UA-48605964-19 - -# Configuration for jekyll_pages_api_search plugin gem. -jekyll_pages_api_search: - # Uncomment this to speed up site generation while developing. - #skip_index: true - - placeholder: Search - - # Each member of `index_fields` should correspond to a field generated by - # the jekyll_pages_api. It can hold an optional `boost` member as a signal - # to Lunr.js to weight the field more highly (default is 1). - index_fields: - title: - boost: 10 - tags: - boost: 10 - url: - boost: 5 - body: - -generate_nodes: true -flat_namespace: true - -navigation: -- text: Table of Contents - internal: true -- text: Welcome to 18F - blurb: | - Here's what you need to know in your first few weeks. - url: welcome-to-18f/ - internal: true - generated: true - children: - - text: Checklist - url: checklist/ - internal: true - - text: Onboarding schedule - url: onboarding-schedule/ - internal: true - - text: Classes - url: classes/ - internal: true - children: - - text: Accessibility - url: accessibility/ - internal: true - - text: Benefits - url: benefits/ - internal: true - - text: Diversity Guild - url: intro-to-the-diversity-guild/ - internal: true - - text: GitHub and the 18F website - url: github-and-18f-site/ - internal: true - - text: GSA tools and transit - url: gsa-tools-equipment-and-transit/ - internal: true - - text: Infrastructure - url: intro-to-18f-infrastructure/ - internal: true - - text: Meetings and meeting tools - url: meetings-and-meeting-tools/ - internal: true - - text: Objectives and key results (OKRs) - url: objectives-key-results/ - internal: true - - text: Professional development and training - url: professional-development-and-training/ - internal: true - - text: Product and open source - url: intro-to-product-and-open-source/ - internal: true - - text: Social media - url: social-media/ - internal: true - - text: Travel 101 - url: travel-101/ - internal: true - - text: Welcome from Aaron - url: welcome-from-aaron/ - internal: true - - text: Working groups and guilds - url: working-groups-and-guilds-101/ - internal: true - - text: Writing Lab - url: intro-to-writing-lab/ - internal: true -- text: About us - blurb: | - Who we are, how we’ve organized ourselves, and where we work. - url: about-us/ - internal: true - generated: true - children: - - text: General contacts and listservs - url: general-contacts-and-listservs/ - internal: true - - text: History and values - url: history-and-values/ - internal: true - - text: Mission - url: mission/ - internal: true - - text: Org chart - url: org-chart/ - internal: true - - text: Projects - url: projects/ - internal: true - - text: Offices - url: offices/ - internal: true - generated: true - children: - - text: Chicago - url: chicago/ - internal: true - - text: Distributed - url: distributed/ - internal: true - - text: New York City - url: new-york-city/ - internal: true - - text: San Francisco - url: san-francisco/ - internal: true - - text: Washington, D.C. - url: washington-dc/ - internal: true - - text: Teams - url: teams/ - internal: true - generated: true - children: - - text: Custom Partner Solutions - url: custom-partner-solutions/ - internal: true - - text: Design - url: design/ - internal: true - - text: Engineering - url: engineering/ - internal: true - - text: Infrastructure - url: infrastructure/ - internal: true - - text: Ops - url: ops/ - internal: true - - text: Outreach - url: outreach/ - internal: true - - text: Product - url: product/ - internal: true - - text: Strategy - url: strategy/ - internal: true - - text: Talent - url: talent/ - internal: true -- text: How we work - blurb: | - An overview of the tools and equipment we use to communicate with each other. - url: how-we-work/ - internal: true - generated: true - children: - - text: Agreements - url: agreements/ - internal: true - - text: Bookmarks - url: bookmarks/ - internal: true - - text: Doing research at 18F - url: research-guidelines/ - internal: true - - text: Equipment - url: equipment/ - internal: true - - text: Networks - url: networks/ - internal: true - - text: One-on-ones - url: one-on-ones/ - internal: true - - text: Sensitive information - url: sensitive-information/ - internal: true - - text: Tools - url: tools/ - internal: true - generated: true - children: - - text: Acano - url: acano/ - internal: true - - text: AnyConnect - url: anyconnect/ - internal: true - - text: ClamXav - url: clamxav/ - internal: true - - text: Float - url: float/ - internal: true - - text: GitHub - url: github/ - internal: true - - text: Gmail - url: gmail/ - internal: true - - text: Google Analytics - url: google-analytics/ - internal: true - - text: Google Calendar - url: google-calendar/ - internal: true - - text: Google Docs - url: google-docs/ - internal: true - - text: Google Drive - url: google-drive/ - internal: true - - text: Google Groups - url: google-groups/ - internal: true - - text: Google Hangouts - url: google-hangouts/ - internal: true - - text: Managed Software Center - url: managed-software-center/ - internal: true - - text: Mural.ly - url: murally/ - internal: true - - text: MailChimp / Mandrill - url: mailchimp-mandrill/ - internal: true - - text: Slack - url: slack/ - internal: true - - text: Text editors - url: text-editors/ - internal: true - - text: Tock - url: tock/ - internal: true - - text: Trello - url: trello/ - internal: true - - text: VMware Horizon - url: vmware-horizon/ - internal: true - - text: Waffle - url: waffle/ - internal: true -- text: Policies - blurb: Everybody’s gotta have rules. - url: policies/ - internal: true - generated: true - children: - - text: Account management policy - url: client-accounts/ - internal: true - - text: ALOHA/ETAMS reconciliation feature - url: aloha-etams-reconciliation-feature/ - internal: true - - text: Code of conduct - url: code-of-conduct/ - internal: false - - text: Detailing to and from 18F - url: detail/ - internal: true - - text: "(Draft) Federal records policy" - url: federal-records/ - internal: true - - text: Employee assistance program - url: employee-assistance-program/ - internal: true - - text: Emergency procedures - url: https://docs.google.com/document/d/11tUnOegbHajqXPwSFxGtmGakupYrLgyItz4sgxAysi8/edit - internal: false - - text: Leave, telework, and virtual worker policy - url: leave-telework-and-virtual-worker/ - internal: true - - text: Leaving 18F - url: leaving-18f/ - internal: true - - text: Moving - url: moving/ - internal: true - - text: Open source policy - url: open-source/ - internal: true - - text: Overtime and comp-time policy - url: overtime-and-comp-time/ - internal: true - - text: Performance management requirements and timeline - url: performance-management/ - internal: true - - text: Promotions - url: promotions/ - internal: true - - text: Security incidents - url: security-incidents/ - internal: true - - text: Term extensions - url: term-extensions/ - internal: true - - text: Travel guide - url: travel-guide-start-here/ - internal: true diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index f685f94..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,25 +0,0 @@ -
- - - - -