Update README.md and _config.yml after moving the source to the src/ directory
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/cc982659 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/cc982659 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/cc982659 Branch: refs/heads/asf-site Commit: cc982659f65c4a8781b7c0dc8f494c04bfc0e083 Parents: cc22c46 Author: Davor Bonaci <[email protected]> Authored: Fri Nov 4 22:29:27 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Fri Nov 4 22:51:46 2016 -0700 ---------------------------------------------------------------------- README.md | 5 ++--- _config.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/cc982659/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a5c1826..13bc8f1 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ This website is hosted at: This repository contains: -1. `_<directory>`: the infrastructure for building, testing, and styling the website -1. `use/`, `learn/`, and `contribute/`: markdown files containing the bulk of the content +1. `src/`: the source of the site, including markdown files containing the bulk of the content 1. `content/`: html generated from the markdown (which is what is actually hosted on the website) @@ -84,7 +83,7 @@ see the Bundler [documentation](http://bundler.io/v1.3/rationale.html). ## Apache License ---- + Except as otherwise noted this software is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/cc982659/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 579fcd2..a901dda 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,8 @@ description: > # this means to ignore newlines until "baseurl:" # the subpath of your site, e.g. /blog baseurl: "" -# output directory of generated html files +# input and output directory +source: src destination: content # the base hostname & protocol for your site @@ -45,5 +46,3 @@ kramdown: toc_levels: 2..6 # Plugins are configured in the Gemfile. - - \ No newline at end of file
