riskfirst.org #64
robmoffat
started this conversation in
Team Posts
Replies: 2 comments
-
|
Hi Rob,
Check how I'm using Travis integration icons on my opensource fix engine.
There is a Build status on the Readme.md depicting a way of linking
external images.
A PR on the readme would be previewable this way.
Haven't tried it with wiki's but the trick should work there too.
https://github.com/mitranc/scala-fix-engine
Thanks,
C
…On Thu, 24 Jan 2019, 13:56 Rob Moffat ***@***.*** wrote:
Github wikis leave a lot to be desired. Submitting PRs against them being
a big one, and the fact that the content can be viewed from different URLs,
potentially meaning images don't load.
Github provides *Github Pages* which allows you to host a static site
through them, using Jekyll as a templating engine. They provide various
templates you can use, and failing that you can download others or
customize something yourself. Additionally, if you own a domain, you can
point this to the site.
Hence, for a while I've had a placeholder Github Pages site at
riskfirst.org.
Over the last couple of days, I've worked on improving the in-built theme
(minimal) and migrating the content over. I'd appreciate some feedback, let
me know if it's easy to read/looks ok! (I've only looked on
Chrome/Safari...)
One of the concerns I've had about doing this is that I would end up with
content duplicated on the github wiki and on the pages site. I've fixed
this by adding placeholder redirects on the wiki side, so that people can
find the page they were after (just a bit of bash scripting). Hopefully
this will mean search engines link to the right page correctly.
Did I do it ok?
thanks,
Rob
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/orgs/risk-first/teams/risk-first-team/discussions/6>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXtb6oY7TfZKJDhZSsJN5PwJzcsnGsXfks5vGbuogaJpZM4aQ67E>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Like a build status indicator, you mean? Yeah there must be some kind of automated build going on at the github end. I occasionally get emails like this: ... which tell me I screwed something up. But otherwise, it takes about a minute to refresh the gh-pages site. There doesn't seem to be a status indicator anywhere I can see. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Github wikis leave a lot to be desired. Submitting PRs against them being a big one, and the fact that the content can be viewed from different URLs, potentially meaning images don't load.
Github provides Github Pages which allows you to host a static site through them, using Jekyll as a templating engine. They provide various templates you can use, and failing that you can download others or customize something yourself. Additionally, if you own a domain, you can point this to the site.
Hence, for a while I've had a placeholder Github Pages site at riskfirst.org.
Over the last couple of days, I've worked on improving the in-built theme (minimal) and migrating the content over. I'd appreciate some feedback, let me know if it's easy to read/looks ok! (I've only looked on Chrome/Safari...)
One of the concerns I've had about doing this is that I would end up with content duplicated on the github wiki and on the pages site. I've fixed this by adding placeholder redirects on the wiki side, so that people can find the page they were after (just a bit of bash scripting). Hopefully this will mean search engines link to the right page correctly.
Did I do it ok?
thanks,
Rob
Beta Was this translation helpful? Give feedback.
All reactions