Convert wishlist to markdown
This commit is contained in:
parent
8b16d00f2b
commit
28b29eefde
1
Makefile
1
Makefile
@ -16,6 +16,7 @@ build-prod:
|
|||||||
format:
|
format:
|
||||||
./tools/npm run format-js
|
./tools/npm run format-js
|
||||||
./tools/npm run format-style
|
./tools/npm run format-style
|
||||||
|
./tools/npm run format-md
|
||||||
|
|
||||||
watch: build-assets
|
watch: build-assets
|
||||||
./tools/sculpin generate \
|
./tools/sculpin generate \
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
"build": "webpack --config webpack.config.js --progress",
|
"build": "webpack --config webpack.config.js --progress",
|
||||||
"build-prod": "webpack --config webpack.config.js --env.production",
|
"build-prod": "webpack --config webpack.config.js --env.production",
|
||||||
"format-js": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.js\"",
|
"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": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
9
source/wishlist.md
Normal file
9
source/wishlist.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
layout: internal
|
||||||
|
title: Вишлист
|
||||||
|
---
|
||||||
|
|
||||||
|
# Вишлист
|
||||||
|
|
||||||
|
* [Книга про буквы от Аа до Яя](https://store.artlebedev.ru/books/calligraphy/kniga-pro-bukvy2/)
|
||||||
|
* [Язык шаблонов](https://store.artlebedev.ru/books/izdal/yazyk-shablonov/)
|
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
layout: internal
|
|
||||||
title: Вишлист
|
|
||||||
---
|
|
||||||
{% block content %}
|
|
||||||
|
|
||||||
<h1>Вишлист</h1>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a href="https://store.artlebedev.ru/books/calligraphy/kniga-pro-bukvy2/" target="_blank">
|
|
||||||
Книга про буквы от Аа до Яя
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://store.artlebedev.ru/books/izdal/yazyk-shablonov/" target="_blank">
|
|
||||||
Язык шаблонов
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
{% endblock %}
|
|
Loading…
Reference in New Issue
Block a user