Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Makefile, copy static files from other directory #347

Merged
merged 1 commit into from May 21, 2019

Commits on May 21, 2019

  1. new Makefile, copy static files from other directory

    Files previously residing in hugo/ are now copied
    as part of the build process, the website is built into build/.
    This way, rm -rf build cleans everything.
    
    The website to be published is generated into the directory
    build/anthology by default, reflecting the directory name used on the
    upstream server.  This directory can be configured using
    make ANTHOLOGYDIR=someotherdir.
    
    The Makefile consists of a set of phony targets, each building a part
    of the site.
    
    Relevant targets:
     - site: creates the site
     - all: cleans output, checks validity of XML and creates the site
     - serve: starts a web server on localhost:8000 to browse the site
     - upload: rsyncs the site to the aclweb webserver
    akoehn committed May 21, 2019
    Configuration menu
    Copy the full SHA
    e2eb08b View commit details
    Browse the repository at this point in the history