Skip to content

mel01-lab/imagec-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageC doc

Deploy build docker image

docker build --target live -t joda001/imagec-doc:live . docker build --target build -t joda001/imagec-doc:v2.0.0 . docker push joda001/imagec-doc:v2.0.0

Apache2 config

RewriteEngine On

# If the requested resource is NOT a real file...
RewriteCond %{REQUEST_FILENAME} !-f
# ...and NOT a real directory...
RewriteCond %{REQUEST_FILENAME} !-d
# ...then rewrite by adding ".html" to the requested URL path
RewriteRule ^(.*)$ $1.html [L]

Add to /etc/apache2/sites-available/000-default.conf

    <Directory /var/www/html>
        AllowOverride All
        Require all granted
    </Directory>

About

imageC documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 41.4%
  • SCSS 28.1%
  • HTML 14.8%
  • TeX 8.1%
  • Python 6.1%
  • Ruby 0.6%
  • Other 0.9%