Sha256: 2a54650d979d87f391997e9abeaa885918756941ab127cdc088785c1147a2a33

Contents?: true

Size: 865 Bytes

Versions: 18

Compression:

Stored size: 865 Bytes

Contents

#!/bin/sh

echo "Create Project"
rm -rf ~hyla/MyBlankProject
hyla new -b -d ~/hyla/MyBlankProject --force

echo "Generate HTML Content of MyBlank project"
cd ~/hyla/MyBlankProject

echo "Backup _config.yaml file as we don't use it here"
mv _config.yaml _config.yaml.bk

echo "Add asciidoc files"
hyla add --t asciidoc --a article --d ~/hyla/MyBlankProject
hyla add --t asciidoc --a book --d ~/hyla/MyBlankProject
hyla add --t asciidoc --a image --d ~/hyla/MyBlankProject
hyla add --t asciidoc --a audio --d ~/hyla/MyBlankProject
hyla add --t asciidoc --a video --d ~/hyla/MyBlankProject
hyla add --t asciidoc --a source --d ~/hyla/MyBlankProject
hyla add --t asciidoc --a table --d ~/hyla/MyBlankProject

hyla generate -r adoc2html -s ~/hyla/MyBlankProject/ -d ~/hyla/MyBlankProject/generated_content

echo "Revert _config.yaml file"
mv _config.yaml.bk _config.yaml

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hyla-1.0.9 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.9.pre.3 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.9.pre.2 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.9.pre.1 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.8 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.9 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.8 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.7 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.6 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.5 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.3 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.2 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.7.pre.1 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.6 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.5 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.5.pre.1 documentation/scripts/generate_content_myblankproject.sh
hyla-1.0.4 documentation/scripts/generate_content_myblankproject.sh