{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "#hide\n", "from utils import *\n", "from fastai2.vision.widgets import *" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Creating a Blog" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Blogging with GitHub Pages" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Creating the Repository" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Setting up Your Homepage" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Creating Posts" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Synchronizing GitHub and Your Computer" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Jupyter for Blogging" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "jupytext": { "split_at_heading": true }, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" } }, "nbformat": 4, "nbformat_minor": 2 }