dHannasch

Results 47 issues of dHannasch

This sets up a created repo for GitLab Continuous Integration, if it is hosted on GitLab. The tests get run, and the generated documentation is put up on GitLab Pages....

Do not merge this. Copy this into a pull request to temporarily disable Travis. Remove this before merging. (Travis used to allow you to simply not run builds on any...

#151 ran into some kind of problem with Travis using the default Python to build the docs. https://github.com/ionelmc/cookiecutter-pylibrary/pull/151#issuecomment-536228948 Now that Travis builds are passing on master, let's see what that...

Using python -m sphinx instead of sphinx-build allows us to use --sitepackages if we want. (`tox --sitepackages` is very useful if you just want to run some tests quickly without...

This makes Travis pass. I think in general we probably do want to count it as a pass even if a particular CI host doesn't have e.g. Python 3.8. It's...

Also, a link to the relevant documentation of `git push --force`.

The MDX page is very useful! It would be more useful with a working example of importing a component. ~I'm trying to add one here, but it's not working. (Which...

Blockquotes fail to nest. This can be seen from https://github.com/maxpou/gatsby-starter-morning-dew/pull/120 --- viewing https://github.com/dHannasch/gatsby-starter-morning-dew/blob/nested-blockquote/content/posts/2018-01-03-Big-Sample-Post/index.md#blockquotes on GitHub shows how the blockquotes are supposed to nest, but when you `gatsby build`, the inner...

The example is taken from https://www.gatsbyjs.org/docs/mdx/markdown-syntax/ . You can see how the nested blockquotes look (as rendered by GitHub) at https://github.com/dHannasch/gatsby-starter-morning-dew/blob/nested-blockquote/content/posts/2018-01-03-Big-Sample-Post/index.md#blockquotes .

This sets up images to display a caption centered under the image if --- and only if --- a title is explicitly provided. If the user just goes along including...