Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in common techniques. #17

Open
typesupply opened this issue Nov 20, 2015 · 4 comments
Open

Typo in common techniques. #17

typesupply opened this issue Nov 20, 2015 · 4 comments

Comments

@typesupply
Copy link
Owner

"@empty — This glyph"

@ldo
Copy link

ldo commented Aug 2, 2016

Quite a few other typos.

Seems like there has been no response to this or any other issue since late last year.

@typesupply
Copy link
Owner Author

Seems like there has been no response to this or any other issue since late last year.

The issue is that the site is generated by a compiler that doesn't work out of the box on my machine. It's possible to fix it, but requires more time than I have available. The long-term plan is to convert the site to GitHub Pages. In the meantime, I am more than happy to take PRs.

@kennethormandy
Copy link

kennethormandy commented Aug 5, 2016

Is that something you’re looking for help with? A couple options would be:

  • Use a CI service like Travis to build the static site and deploy it to GitHub Pages or a different static site host, whenever you push changes to the source files. This way, your machine wouldn’t need to actually be able setup to run the site all the time.
  • Use Metalsmith (Node.js) which can be setup to use a very similar setup to Pelican, so the project is easier to run locally (I’m making some assumptions obviously) but doesn’t need a complete rewrite
  • Some combination of both

Converting to Jekyll shouldn’t be too hard either, but I don’t think there’d be a lot of benefits. You would probably still need to use some custom plugins to rebuild the site, and therefore couldn’t use GitHub’s automatic build feature.

@typesupply
Copy link
Owner Author

Is that something you’re looking for help with?

Yeah. I'll take whatever help I can get.

A couple options would be:

Hm. Jekyll was the one that I was looking at. We switched the UFO spec to that + GitHub Pages and I'm extremely happy with it. I can focus on the text* and then everything else just happens. That removes the hurdles between changes and publishing and that means that I can make changes and additions more quickly. If I could have that for this, I'd be super happy. I think the only slightly non-standard thing we used with Pelican was Pygments highlighting. It looks like GitHub Pages can handle that. My problem has been that I just don't have the time or HTML/CSS/Jekyll chops to do the conversion.

*I don't ever run Jekyll locally. I look at the Markdown and if it looks good, I push and then check the site. If something looks wrong, I fix it in the Markdown files. I'm okay with things being borked for a few minutes if it saves me some steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants