fastbook/clean/app_blog.ipynb

82 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-03-06 18:19:03 +00:00
{
"cells": [
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 1,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
2020-05-14 12:18:31 +00:00
"# Creating a Blog"
2020-03-06 18:19:03 +00:00
]
},
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 3,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
"## Blogging with GitHub Pages"
]
},
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 5,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
2020-05-14 12:18:31 +00:00
"### Creating the Repository"
2020-03-06 18:19:03 +00:00
]
},
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 7,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
2020-05-19 23:56:41 +00:00
"### Setting Up Your Home Page"
2020-03-06 18:19:03 +00:00
]
},
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 11,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
2020-05-14 12:18:31 +00:00
"### Creating Posts"
2020-03-06 18:19:03 +00:00
]
},
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 17,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
2020-05-14 12:18:31 +00:00
"### Synchronizing GitHub and Your Computer"
2020-03-06 18:19:03 +00:00
]
},
{
"cell_type": "markdown",
2023-03-29 22:56:24 +00:00
"idx_": 21,
2020-03-06 18:19:03 +00:00
"metadata": {},
"source": [
2020-05-19 23:56:41 +00:00
"## Jupyter for Blogging"
2020-03-06 18:19:03 +00:00
]
},
{
"cell_type": "code",
"execution_count": null,
2023-03-29 22:56:24 +00:00
"idx_": 23,
2020-03-06 18:19:03 +00:00
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"jupytext": {
"split_at_heading": true
},
"kernelspec": {
2023-03-29 22:56:24 +00:00
"display_name": "python3",
2020-03-06 18:19:03 +00:00
"language": "python",
"name": "python3"
}
},
"nbformat": 4,
2023-03-29 22:56:24 +00:00
"nbformat_minor": 2,
"path_": "app_blog.ipynb"
2020-03-06 18:19:03 +00:00
}