Commit graph

344 commits

Author SHA1 Message Date
Vincent Prouillet 791fbe685b Add page and section components 2017-10-31 16:41:31 +01:00
Vincent Prouillet 744e0f8df1
Merge pull request #162 from RadicalZephyr/shortcode-hacky-fix
Hack fix and new tests for body-shortcodes
2017-10-31 08:39:04 +01:00
Vincent Prouillet 4719dca100 Remove unused file 2017-10-31 08:36:20 +01:00
Vincent Prouillet ab5a3c58db
Merge pull request #163 from RadicalZephyr/remove-dependency-cycle
Extract syntex highlighting module into a new component in workspace
2017-10-31 07:56:22 +01:00
Geoff Shannon c19e900bec Extract syntex highlighting module into a new component in workspace
This removes the dependency cycle between config and rendering that
causes 4 packages to be recompiled every time a change is made.

I just want to code fast!
2017-10-30 13:55:14 -07:00
Reilly Tucker Siemens e662f73438 Hack fix and new tests for body-shortcodes 2017-10-29 18:02:48 -07:00
Vincent Prouillet bfdfe3bba3 Properly parse shortcode arg value types 2017-10-26 17:03:26 +02:00
Vincent Prouillet 1d8df5774f Allow static folder to be missing 2017-10-25 14:49:54 +02:00
Vincent Prouillet 57b9095aa3 Add Nim syntax 2017-10-25 09:09:55 +02:00
Vincent Prouillet d4779aa2ed Fix generated index section not found in get_section 2017-10-24 20:32:46 +02:00
Vincent Prouillet 404240ef82 Fix some index related bugs 2017-10-24 20:11:39 +02:00
Vincent Prouillet be2f01b5bc Some addition to themes creation 2017-10-24 19:32:26 +02:00
Vincent Prouillet 9d0f84051d Add test for unterminated shortcode# 2017-10-23 15:54:32 +02:00
Vincent Prouillet 7d7efdd6ea Handle markdown parser potentially splitting shortcodes 2017-10-23 14:18:05 +02:00
Vincent Prouillet bddf2b53fd Add a test for shortcodes with arg 2017-10-23 10:57:39 +02:00
Vincent Prouillet ca5bdc8f3c Do not ignore shortcodes without args 2017-10-23 10:49:23 +02:00
Vincent Prouillet fa91d5eb5e Merge pull request #148 from TheSirC/patch-1
Docs : Fix typo in Templates/Overview
2017-10-22 14:40:57 +02:00
King Claudy a6919d4b6d Docs : Fix typo in Templates/Overview 2017-10-22 13:16:25 +02:00
Vincent Prouillet 6e3238f488 Merge pull request #145 from bobsaintcool/doc/fix_typo
<documentation/page.md: Fix a typo into page.md doc>
2017-10-22 12:07:55 +02:00
Quentin Bourgeois 97a439b2fe <documentation/page.md: Fix a typo into page.md doc> 2017-10-21 15:00:47 +00:00
Vincent Prouillet 7cf120d0da Add scoop install instructions 2017-10-21 09:48:29 +02:00
Vincent Prouillet ccaefed304 Fix typo in theme docs 2017-10-20 12:35:23 +02:00
Vincent Prouillet 8a76df0af3 Update completions 2017-10-20 10:44:14 +02:00
Vincent Prouillet 5318c9bc4c id -> url in gist shortcode doc 2017-10-20 08:47:27 +02:00
Vincent Prouillet 9c2ef52127 Merge pull request #141 from bfontaine/patch-1
documentation: fix a duplicated “the”
2017-10-20 08:46:06 +02:00
Vincent Prouillet 5be7ed20c8 Merge pull request #142 from joshsaintjacque/patch-1
Fix minor run-on sentence
2017-10-20 08:45:49 +02:00
Josh Saint Jacque e721a824e6 Fix minor run-on sentence 2017-10-19 22:42:01 -07:00
Baptiste Fontaine 31f6a923eb documentation: fix a duplicated “the” 2017-10-19 23:30:32 +02:00
Vincent Prouillet 5b3d17cd2c Fix tera link 2017-10-19 17:07:55 +02:00
Vincent Prouillet f2a5c959c1 Redirect on templates and themes sections 2017-10-19 17:06:31 +02:00
Vincent Prouillet d2b8ae78db Merge pull request #138 from justuswilhelm/patch-1
Docs: Fix tera netlify link in template overview section
2017-10-19 16:05:34 +02:00
Justus Perlwitz 7d13489555 Fix tera netlify link 2017-10-19 16:04:47 +02:00
Vincent Prouillet a91b8655df Remove docs from README 2017-10-19 15:10:31 +02:00
Vincent Prouillet bdcad38310 Finishing up site (#131)
* Finishing up site

* Make site a bit responsive

* Fix menu responsiveness

* Remove Fira Sans and revamp a bit text

* Update list of syntax and change output of syntax

* Add Rust mention

* Some doc tweaks

* Correct capitalization for GitHub

Correct capitalization for GitHub

* Some CSS tweaks

* More css tweaks + favicon

* Add link to my site
2017-10-19 13:48:50 +02:00
Vincent Prouillet d6cbf44cdf Merge pull request #135 from coliff/patch-3
capitalization and spacing fix
2017-10-19 11:26:55 +02:00
Christian Oliff 5be8983f4a capitalization and spacing fix 2017-10-19 18:23:49 +09:00
Vincent Prouillet 65efea81d7 Merge pull request #134 from coliff/patch-2
MacOS is one word
2017-10-19 11:23:39 +02:00
Christian Oliff 9b9c2c4835 MacOS is one word 2017-10-19 18:22:00 +09:00
Vincent Prouillet e06611f46f Forgot to let base-url take a value >_> 2017-10-17 11:47:30 +02:00
Vincent Prouillet 3e421fb951 Releasing 0.2.1 2017-10-17 11:44:06 +02:00
Vincent Prouillet 04b27d5923 Add more syntaxes 2017-10-17 09:23:17 +02:00
Vincent Prouillet d2177df838 Stop using clap macro 2017-10-16 22:48:59 +02:00
Vincent Prouillet 80aae52ce4 Use netlify as base url for site 2017-10-16 17:51:48 +02:00
Vincent Prouillet f6dac93ffc Update installation notes 2017-10-16 15:22:47 +02:00
Vincent Prouillet 380a807783 Releasing v0.2.0 2017-10-05 19:26:29 +09:00
Vincent Prouillet d58878140a Merge pull request #126 from phil-opp/patch-1
Fix code example and markdown syntax in Readme
2017-10-05 18:46:07 +09:00
Philipp Oppermann 3f5401c3f1 Fix code example and markdown syntax in Readme 2017-10-05 11:13:52 +02:00
Vincent Prouillet 73797efe90 Add a base-url flag to the build command 2017-10-05 10:56:13 +09:00
Vincent Prouillet f26b9d53bd url -> path in page front-matter 2017-10-04 09:35:37 +09:00
Vincent Prouillet a24851790c Fix bug with colocated folders 2017-10-04 09:23:25 +09:00