Sam

Results 45 comments of Sam
trafficstars

Came here to write this :point_up: . Something like ``` 2021/11/08 14:58:13 ./pages/test-test.md.erb should be written in snakecase OR 2021/11/08 14:58:13 ./pages/test-test.md.erb should have a filename written in snakecase ```...

Hi @BadAsstronaut thanks for opening this. We're updating the Artifact upload docs at the moment, and will look into it.

Hi @nabobalis thanks for the response. If I try to make a list of posts ``` .. postlist:: 10 :date: %B %d, %Y :format: {title} - {date} :list-style: none :tags:...

Many thanks :-) I guess the easiest might be including text in th `postlist` construct itself. That way you can check inside the code, and not worry about returning the...

Docs are ready to be unreverted when this is merged in, over on https://github.com/travis-ci/docs-travis-ci-com/commit/517af1b8d6c204ee5c13654e09d6e8f8f77d908c :-/ Sorry again @BanzaiMan

Adding the extra `.yml` in your command leaves me at: ``` INFO: Copied assets to _build. INFO: File built: _build/pages/resume.adoc INFO: Generating PDF. This can take some time... INFO: Rendered...

I'm running on Linux (up to date Antergos / Arch) ``` $ bundle exec liquidoc --verbose -c _config/build-global.yml DEBUG: Base dir: /home/samuel/Nosync/Repositories/codewriting/ (The path from which LiquiDoc CLI commands are...

There is this if you're not checking if dirs exist https://medium.com/@ryannovas/ruby-file-and-directory-cheatsheet-16bd36315d46#19f4 or maaaybe related to this https://github.com/gbiczo/oxcelix/issues/3 or my third guess could be a dubious ruby chruby setup on my...

I did indeed reorder. Trying the PR now.

I'm testing this out with ruby 2.3.6 because neither 2.4.1 and 2.5.0 work for me, on master or on #29 branch. (Linux) Except building 2.3.6 (using is proving to be...