Jekyll website for the Mapping Manifestos Project @ Boston College
By Catherine Enwright
This site that focuses on the attributes and scope of (primarily) European artistic manifestos, especially in the early twentieth century. The site contains:
-
an explanation of the manifesto as a genre and contextual information surrounding its genesis (in "What is a Manifesto?")
-
visualizations of the temporal and geographical scope of manifesto production in the form of a general map which shows the physical distribution of all manifestos (in "What is a Manifesto?"), and a timeline of all manifestos in the database
-
A searchable database of 103 manifestos which can be filtered by school, country, and year (in "Resources")
-
General information on major and minor artistic schools which often include smaller maps showing the distribution of manifestos within that school (in "Artistic Movements")
-
A provisional list of attributes that can be found across manifestos (In "Future Directions")
-
Future directions for the projects and its use in research (in "Future Directions")
This project also fills a gap in the digital humanities, because while there are multiple sites which have digitized modernsit journals, there are none which have mapped or begun large-scale analysis of manifestos as a unique genre. Within traditional scholarship, there are a few anthologies (see References in "What is a Manifesto?"), and some work done on individual schools or manifestos, but little that looks at the genre as a whole, or considers the manifesto
- Follow this guide to install Ruby and Jekyll
- Install Node
git clone
this repo and thencd
inside the directory- Comment out the
url
andbaseurl
lines of_config.yml
when working locally - Install Ruby dependencies by running
bundle install
- Install Node dependencies by running
npm install
- Run the server with
bundle exec jekyll serve
Jekyll & Tailwind Setup based on TailPages by Harry Wang (Chinese: 王建楠)