Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from apollographql/abernix/switch-hexo-to-npm
Browse files Browse the repository at this point in the history
[docs] Use package-based Hexo theme, rather than a Git submodule.
  • Loading branch information
abernix authored Mar 12, 2018
2 parents 7d140a1 + 4234558 commit 79e04b3
Show file tree
Hide file tree
Showing 7 changed files with 1,309 additions and 289 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ public/*
!public/_redirects
.deploy*/
docs.json
_multiconfig.yml
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
To run:

```
git submodule update --init
npm install
npm start
```
21 changes: 0 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Site
title: Community
subtitle: Get involved the Apollo Community
description:

versions:
- '1'
Expand All @@ -19,11 +18,6 @@ sidebar_categories:
github_repo: apollographql/community
content_root: source

social_links:
github: 'https://github.com/apollographql'
twitter: '@apollographql'
slackInvitePage: 'https://www.apollodata.com/#slack'

# API keys
apis:
segment: wgrIo8Bul0Ujl8USETG3DB6hONdy4kTg
Expand All @@ -33,20 +27,5 @@ apis:
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://www.apollographql.com/docs/community/
root: /docs/community/
permalink: :year/:month/:day/:title/
permalink_defaults:

# Directory
source_dir: source
public_dir: public/docs/community
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: meteor
Loading

0 comments on commit 79e04b3

Please sign in to comment.