{ "cells": [ { "cell_type": "code", "execution_count": 32, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[WARNING] This document format requires a nonempty element.\n", " Please specify either 'title' or 'pagetitle' in the metadata.\n", " Falling back to 'index'\n" ] } ], "source": [ "! pandoc index.md --standalone --css text.css -o index.html\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "https://hub.xpub.nl/sandbot/words-for-the-future/OTHERNESS/" ] }, { "cell_type": "code", "execution_count": 56, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[WARNING] This document format requires a nonempty <title> element.\n", " Please specify either 'title' or 'pagetitle' in the metadata.\n", " Falling back to 'index_nouns'\n" ] } ], "source": [ "! pandoc index_nouns.md --standalone --css text.nouns.css -o index_nouns.html" ] }, { "cell_type": "code", "execution_count": 28, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[WARNING] This document format requires a nonempty <title> element.\n", " Please specify either 'title' or 'pagetitle' in the metadata.\n", " Falling back to 'indexOG'\n" ] } ], "source": [ "! pandoc indexOG.md --standalone --css text.css -o indexOG.html" ] }, { "cell_type": "code", "execution_count": 55, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[WARNING] This document format requires a nonempty <title> element.\n", " Please specify either 'title' or 'pagetitle' in the metadata.\n", " Falling back to 'index.island'\n" ] } ], "source": [ "! pandoc index.island.md --standalone --css island.css -o index.island.html" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" } }, "nbformat": 4, "nbformat_minor": 4 }