You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2017/10/13 10:20:52 UTC

celix-site git commit: Initial commit: create asf-site branch containing README.md

Repository: celix-site
Updated Branches:
  refs/heads/asf-site [created] 0dc95c46f


Initial commit: create asf-site branch containing README.md


Project: http://git-wip-us.apache.org/repos/asf/celix-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix-site/commit/0dc95c46
Tree: http://git-wip-us.apache.org/repos/asf/celix-site/tree/0dc95c46
Diff: http://git-wip-us.apache.org/repos/asf/celix-site/diff/0dc95c46

Branch: refs/heads/asf-site
Commit: 0dc95c46f143e0b5bd33deb27242a8729ae44d46
Parents: 
Author: Roy Lenferink <rl...@apache.org>
Authored: Fri Oct 13 12:20:20 2017 +0200
Committer: Roy Lenferink <rl...@apache.org>
Committed: Fri Oct 13 12:20:20 2017 +0200

----------------------------------------------------------------------
 .gitignore | 13 +++++++++++++
 README.md  | 13 +++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix-site/blob/0dc95c46/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c4605e6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# Ignore IntelliJ files.
+.idea/
+*.iml
+*.ipr
+*.iws
+
+vendor/
+
+.sass-cache
+.jekyll-metadata
+.bundle/
+.testcontent/
+

http://git-wip-us.apache.org/repos/asf/celix-site/blob/0dc95c46/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e42a924
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Apache Celix website
+
+This is the website for [Apache Celix](https://celix.apache.org/), hosted at:
+
+    https://celix.apache.org/
+
+### Repository Structure
+
+This repository contains:
+
+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)
+