From f55f8521f7719d7923751e2344f2050b80fc9d4f Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 2 Feb 2018 22:01:47 -0600 Subject: Delete .gitlab-ci.yml --- .gitlab-ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3e9cf7f..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,31 +0,0 @@ -# This file is a template, and might need editing before it works on your project. -# Template project: https://gitlab.com/pages/jekyll -# Docs: https://docs.gitlab.com/ce/pages/ -image: ruby:2.3 - -variables: - JEKYLL_ENV: production - -before_script: -- bundle install - -test: - stage: test - script: - - bundle exec jekyll build -d test - artifacts: - paths: - - test - except: - - master - -pages: - stage: deploy - script: - - bundle exec jekyll build -d public - artifacts: - paths: - - public - only: - - master - -- cgit v1.2.3-59-ga6da From 56f17ba98e2fdc0bf0b855c2af37008db263cd85 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 2 Feb 2018 22:03:20 -0600 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f8e99c..7d5126f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Communication Service Website Source -[![GitHub license](https://img.shields.io/github/license/mattrude/xmpp-site.svg)](https://github.com/mattrude/xmpp-site/blob/master/LICENSE) [![Open Issues](https://img.shields.io/github/issues-raw/mattrude/xmpp-site.svg)](https://github.com/mattrude/xmpp-site/issues) [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](http://github.com/mattrude/xmpp-site) +[![GitHub license](https://img.shields.io/github/license/mattrude/xmpp-site-lite.svg)](https://github.com/mattrude/xmpp-site-lite/blob/master/LICENSE) [![Open Issues](https://img.shields.io/github/issues-raw/mattrude/xmpp-site-lite.svg)](https://github.com/mattrude/xmpp-site-lite/issues) [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)](http://github.com/mattrude/xmpp-site-lite) This is the website for [Matt Rude](https://mattrude.com)'s XMPP service. This site may be loaded via the [xmpp-site-builder](https://code.mattrude.com/xmpp-site-builder/) repository. @@ -19,8 +19,8 @@ First change into the source directory of the site, once in, update via A simple script would be rm -rf /var/src/xmpp-site && mkdir -p /var/src/ && \ - git clone http://code.mattrude.com/git/xmpp-site /var/src/xmpp-site -q && \ - cd /var/src/xmpp-site && jekyll build -q && rm -rf /var/src/xmpp-site + git clone http://code.mattrude.com/git/xmpp-site-lite /var/src/xmpp-site-lite -q && \ + cd /var/src/xmpp-site-lite && jekyll build -q ## Installing the server -- cgit v1.2.3-59-ga6da