Romeo Mihalcea
Romeo Mihalcea
node-gyp is a PITA. Here's a Docker + docker-compose combo that I'm using as I grew tired of trying to make that package work on various platforms. ``` ARG NODE_VERSION=10...
Removed a lot of unused blueprint styles. Postcss still removing everything so I'll just remove this from beta milestone as it's partially fixed but will let it open as I'm...
Qards is close to being released and I will have a [table plugin](https://blueprintjs.com/docs/#table/features) for more advanced requirements. For simple things, markdown is the default yes.
Yes. Absolutely. On Fri, Nov 16, 2018 at 4:11 AM Frederic Chan wrote: > @ciokan That's great. > By the way, will Qards have support for a commenting system, like...
Disqus comments added in: https://github.com/QardsJs/qards/commit/8b16d36acfcb7029e418e61ed1edf8bab4e6ca7b
 You get a penalty for that I hope you know. If you want to serve your blog closer to China for better latency I think you...
you can use localhost to be able to create your posts and then build and deploy wherever you like. `gatsby develop` http://localhost:8000/admin `git pull origin master` `gatsby build` ....deploy to...
Can you try removing the `dev` package from package.json. I don't think it's required. On Wed, Jan 2, 2019 at 5:39 AM Frederic Chan wrote: > Is Linux required for...
Has anyone managed to make this work with Rancher?
Hi, Here's my gatsby config: ``` module.exports = { siteMetadata: { title: 'Gatsby', }, plugins: [ 'gatsby-plugin-sass', 'gatsby-plugin-react-helmet', { resolve: `gatsby-source-filesystem`, options: { path: `${__dirname}/src/blog/posts`, name: "markdown-pages", }, }, 'gatsby-transformer-remark',...