Browse Source

theme setup

master
rdrew 7 months ago
parent
commit
999bd3290e
  1. 4
      bs.js
  2. 14
      olivesdocs.info.yml

4
bs.js

@ -1,8 +1,8 @@
var browserSync = require('browser-sync');
browserSync({
//proxy: 'http://137.149.200.93',
proxy: 'https://islandimagined2.islandarchives.ca',
proxy: 'http://137.149.200.30', //dev
//proxy: 'http://137.149.200.42', //prod
files: 'css/**/*.css',
plugins: ['bs-rewrite-rules'],
serveStatic: ['.'],

14
olivesdocs.info.yml

@ -1,19 +1,7 @@
# This theme is marked as @internal. It is intended to evolve and change over
# minor releases.
# As the UI of Drupal improves between minor versions, the markup and assets in
# the Olivesdocs theme will change. The Olivesdocs theme is not backwards compatible
# If you wish to modify the output or assets of Olivesdocs you can:
# 1. Copy the whole of Olivesdocs and rename it as your own theme. You will need to
# manually manage your own updates if you want to stay up to date with Olivesdocs's
# bug fixes and feature support.
#
# 2. Sub-theme Olivesdocs. This is only recommended if you want to make minor
# tweaks and understand that Olivesdocs could break your modifications as it
# changes.
name: Olivesdocs
type: theme
base theme: false
description: THIS IS A CLONE OF OLIVERO FOR ISLANDIMAGINED.
description: THIS IS A CLONE OF OLIVERO FOR PEILDO.
alt text: Screenshot of Olivesdocs, Drupal front-end theme.
package: Core
version: VERSION

Loading…
Cancel
Save