You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2019/12/27 09:48:09 UTC

[incubator-nuttx-website] 41/48: update a plugin

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-website.git

commit 4780eafa5da452d17286ecea1d6e7d71a5a01225
Author: hans <hl...@me.com>
AuthorDate: Thu Dec 26 18:02:37 2019 +0800

    update a plugin
    
    Signed-off-by: hans <hl...@me.com>
---
 .gitignore      | 27 +++++++++++++++++++++++----
 Gemfile         |  3 +--
 docs/.gitignore | 40 ----------------------------------------
 3 files changed, 24 insertions(+), 46 deletions(-)

diff --git a/.gitignore b/.gitignore
index f1b1333..10bb84a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,9 +13,28 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-.idea
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 .sass-cache
-.jekyll-metadata
-*.iml
-*~
+Gemfile.lock
+
+# generated site
+target
+
+# vendor gems
+vendor
 
+.bundle
diff --git a/Gemfile b/Gemfile
index c13c470..dabd822 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,7 +14,6 @@
 # limitations under the License.
 #
 source 'https://rubygems.org'
-gem 'github-pages'
+gem 'github-pages', '~> 203'
 gem 'rouge'
-gem 'jekyll-oembed', :require => 'jekyll_oembed'
 # End Gemfile
diff --git a/docs/.gitignore b/docs/.gitignore
deleted file mode 100644
index 10bb84a..0000000
--- a/docs/.gitignore
+++ /dev/null
@@ -1,40 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to you under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to you under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-.sass-cache
-Gemfile.lock
-
-# generated site
-target
-
-# vendor gems
-vendor
-
-.bundle