From 28b29eefde588611bc30cc2b2ae8d785f6fe1c9f Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 3 Jun 2018 18:46:07 +0300 Subject: [PATCH] Convert wishlist to markdown --- Makefile | 1 + package.json | 3 ++- source/wishlist.md | 9 +++++++++ source/wishlist.twig | 22 ---------------------- 4 files changed, 12 insertions(+), 23 deletions(-) create mode 100644 source/wishlist.md delete mode 100644 source/wishlist.twig diff --git a/Makefile b/Makefile index d32327c..89b69e4 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ build-prod: format: ./tools/npm run format-js ./tools/npm run format-style + ./tools/npm run format-md watch: build-assets ./tools/sculpin generate \ diff --git a/package.json b/package.json index 0a2c834..81c7841 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "build": "webpack --config webpack.config.js --progress", "build-prod": "webpack --config webpack.config.js --env.production", "format-js": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.js\"", - "format-style": "prettier --single-quote --write \"source/_assets/**/*.scss\"" + "format-style": "prettier --single-quote --write \"source/_assets/**/*.scss\"", + "format-md": "prettier --write \"source/**/*.md\"" }, "dependencies": {} } diff --git a/source/wishlist.md b/source/wishlist.md new file mode 100644 index 0000000..86d7130 --- /dev/null +++ b/source/wishlist.md @@ -0,0 +1,9 @@ +--- +layout: internal +title: Вишлист +--- + +# Вишлист + +* [Книга про буквы от Аа до Яя](https://store.artlebedev.ru/books/calligraphy/kniga-pro-bukvy2/) +* [Язык шаблонов](https://store.artlebedev.ru/books/izdal/yazyk-shablonov/) diff --git a/source/wishlist.twig b/source/wishlist.twig deleted file mode 100644 index 3995515..0000000 --- a/source/wishlist.twig +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: internal -title: Вишлист ---- -{% block content %} - -

Вишлист

- - - -{% endblock %}