Commit Graph

54 Commits

Author SHA1 Message Date
Yuki Hattori
cb3e400188 Upgrade dependent packages to the latest version 2022-08-11 16:48:14 +09:00
Yuki Hattori
7fe85fdc3e Upgrade Node and dependent packages to the latest version 2022-05-30 22:11:21 +09:00
Yuki Hattori
177f26fc63 Upgrade dependent packages to the latest version 2022-05-01 14:00:28 +09:00
Yuki Hattori
394e2563a2 Upgrade dependent packages to the latest version 2022-01-24 08:06:03 +09:00
Yuki Hattori
6bcd391866 Update Node type 2021-12-10 23:28:04 +09:00
Yuki Hattori
656b7abf25 Update resolutions 2021-12-10 22:35:07 +09:00
Yuki Hattori
79d4c77f1b Apply workaround for audit check of set-value 2021-10-16 10:49:37 +09:00
Yuki Hattori
a8527988ec Upgrade dependent packages to the latest version 2021-10-16 10:36:10 +09:00
Yuki Hattori
98bfedfcb4 Apply workaround for eslint-plugin-import with exports field 2021-09-18 14:36:59 +09:00
Yuki Hattori
75c13388a2 Upgrade dependent packages to the latest version 2021-09-18 13:30:46 +09:00
Yuki Hattori
7abc764488 Upgrade dependent packages to the latest version 2021-06-29 20:23:09 +09:00
Yuki Hattori
9238b93caf Upgrade dependent packages to the latest version 2021-05-25 15:20:06 +09:00
Yuki Hattori
1c095f5010 Switch task runner from lerna to lage 2021-05-08 02:51:42 +09:00
Yuki Hattori
c6dbbf21c8 Upgrade dependent packages to the latest version 2021-04-29 00:19:08 +09:00
Yuki Hattori
2d462a2ae6 Bump webpack to 5 2020-12-30 04:31:55 +00:00
Yuki Hattori
4d6da288fd Revert TypeScript version to v4.0 2020-12-06 07:58:11 +00:00
Yuki Hattori
4463d66ad2 Force node-fetch 2.6.1 2020-11-14 23:56:59 +09:00
Yuki Hattori
d66fbe962b Upgrade to Node 14 and Next 10 2020-11-14 23:48:11 +09:00
Yuki Hattori
469b666f91
Re-creation of marp.app (#36)
* Re-creation of marp.app

* Set correct host in Netlify's deploy preview

* Prevent purging Tailwind classes used in utils

* Update glob path for purging CSS

* Don't build a docs page working in progress
2020-08-22 23:01:40 +09:00
Yuki Hattori
05e55b8675 Update ESLint config 2020-05-21 01:17:38 +09:00
Yuki Hattori
66a88a2ad0 Upgrade Node and dependent packages 2020-05-21 00:53:55 +09:00
Yuki Hattori
c1e5f31cc7 Relax resolutions for mkdirp 2020-03-18 18:54:22 +09:00
Yuki Hattori
ecbae7759f Fix CVE-2020-7598 tentatively 2020-03-17 01:04:55 +09:00
Yuki Hattori
d5b762e971 Upgrade dependent packages to the latest version 2020-03-15 13:39:42 +09:00
Yuki Hattori
04dd154bd4 Upgrade dependent packages to the latest version 2019-11-19 19:35:21 +09:00
Yuki Hattori
ef673a9131 Add screenshots and icons for tools 2019-10-31 21:27:41 +09:00
Yuki Hattori
da54f740b8 Finalize blog page 2019-10-28 01:26:55 +09:00
Yuki Hattori
3f15a0e16f Add re-designed website 2019-10-27 00:17:57 +09:00
Yuki Hattori
0f756898bd Clean-up repository 2019-10-26 10:50:19 +09:00
Yuki Hattori
44c52b9d95 Fix audit error in CI
- Update dependent packages to the latest version
- Use Node v10.16.3
2019-09-16 05:11:08 +09:00
Yuki Hattori
d4bfc4e8bb
Host marp.app website built on Gatsby (#11)
* Setup Gatsby

* Simplized Gatsby template

* Use TypeScript through gatsby-plugin-typescript

* Use only start script instead of develop to serve gatsby

* Add the skelton of hero contents

* Renew layout of hero to be simplify

* Fix the order of style declarations in Hero component

* More simplized hero element

* Include web fonts only to the layout SCSS

* Add header styling

* Upgrade dependent packages to latest

* Use Node v10.14.0

* Add button component

* Add menuitem component

* Stop to blur focus on clicking menuitem

* Update header style

* Implement sticky header powered by react-sticky

* Remove lorem placeholders

* Update layout to switch whether display hero component

* Add blog page

* Use location prop provided by router

* Enlarge hit area of Menuitem component

* Fix style of primary outline button

* Fix active highlight color of menu item

* Use Link component provided by Gatsby for navigating without new request

* Assign unique title per page with title prop of Layout

* [WIP] List blog page title

* Implement Blog component

* Update style of Blog component

* Update style of GithubAuthor in Blog component

* Improve blog interface for GraphQL and meta styling

* Add remark plugins

* Handle the excerpted content with more comment and add read more button

* Add style for HTML elements for writing blog contents

* Fix style about components

* Upgrade Node to v10.14.1

* Upgrade dependent packages to latest version

* Fix deprecated overriden ref in react-sticky by wrapping class

* Update style about code and tables

* Improve keyboard navigation of Layout component

* Fix to work Gatsby static build

* Prepare reserved field to use the reserved post in future

* Filter reserved blog posts in index page of blog

* Add style for reserved blog post

* [WIP] Add the first post about the story of marp

* Fix YAML format in the first post

* Clear cache and current public directory on building

* Upgrade Node to v10.15.0

* Upgrade dependent packages to latest version

* Update blog article

* Update Node version to v10.15.1

* Update the Marpit section of blog article

* Upgrade dependent packages to latest

* Update blog font to use readble sans-serif

* Fix tap highlight on sticky container

* Fix too thin font of blog contents in mobile device

* Fix scroll behavior in sticky container with touch device

* Use -webkit-overflow-scrolling: touch

* [WIP] Add Marp Core and Marp CLI contents

* Update blog articles to add about Marp Web and integrations

* Add section about migration plan

* Minor fix of grammar

* Upgrade dependent packages to the latest

* Update article

* Update integration and added conclsuion

* Upgrade dependent packages to the latest version

* Update style of contents

* Update blog article

* Update article

* Finalize

* Add button of link to Marp repository to hero component

* Update date of article to 2019-06-10

* Update LICENSE

* Update netlify.toml

* Upgrade dependent packages to the latest version

* Remove public/_redirects

* Upgrade Node to v10.16.0

* Update publish date of article to 2019-06-06
2019-06-06 14:02:04 +09:00
Yuki Hattori
75f695bc26 Remove Parcel bundler and host only plain HTML
Docsify style is already managed in Marpit. (marp-team/marpit#91)
2018-11-13 18:19:42 +09:00
Yuki Hattori
ab9779cb3a Upgrade devDependencies to latest version 2018-11-06 10:01:21 +09:00
Yuki Hattori
75bbd5fdeb Update notice icon to use SVG 2018-09-02 07:30:08 +09:00
Yuki Hattori
a746b33e54 Disable cssnano's mergeLonghand rule 2018-09-01 02:35:33 +09:00
Yuki Hattori
eae4e7b0e1 Add cssnano.config.js to prevent agressive minify 2018-09-01 02:00:33 +09:00
Yuki Hattori
45a5a48248 Update scripts to support watch public assets 2018-09-01 01:14:04 +09:00
Yuki Hattori
edc88d11c7 Redirect netlify URL to primary domain 2018-09-01 01:09:03 +09:00
Yuki Hattori
9615881083
Fix error of parcel build on Netlify (#3)
* Rename script from build to parcel

* Revert script name

* Use node-sass native importing by setting .sassrc.js

* Update redirect repo to marp-team/marp
2018-09-01 00:18:51 +09:00
Yuki Hattori
55ddc8042c Add postcss to devDependencies 2018-08-31 22:44:16 +09:00
Yuki Hattori
582bc6c332 Add node environment to build Marp's common docsify style 2018-08-31 13:52:19 +09:00
Yuki Hattori
a35fad612f Remodel repository as the entrance of Marp family 2018-06-06 02:09:09 +09:00
Yuki Hattori
8b4d382cec Update dependent packages to latest 2018-06-05 01:03:35 +09:00
Yuki Hattori
cdc70609d2 Update watch script on root package to compile continously
rollup via lerna would halt itself after first build. It caused by
non-tty stdin. We specify current tty in root watch script to
resolve this.

See: https://github.com/rollup/rollup/issues/1919
2018-06-01 16:06:13 +09:00
Yuki Hattori
514537e42d Upgrade dependent packages to latest version 2018-06-01 15:00:29 +09:00
Yuki Hattori
d29eefa8a8 Upgrade dependent packages 2018-05-03 01:31:44 +09:00
Yuki Hattori
d5a2cdcc78 Remove lib directory before building by using rimraf 2018-03-28 15:08:53 +09:00
Yuki Hattori
971f3b2d03 Add build and watch script 2018-03-28 14:51:38 +09:00
Yuki Hattori
8d2e6ade00 Renew root npm scripts to use lerna run
- `yarn format` will run prettier
- `yarn lint` will run ESLint (and stylelint)
- `yarn test` will run mocha
2018-03-27 16:04:22 +09:00
Yuki Hattori
6d12c337f6 Fix version specification of babel-plugin-espower 2018-03-27 16:02:05 +09:00