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

Move blog to Git #57

Closed
xaur opened this issue Feb 8, 2017 · 2 comments
Closed

Move blog to Git #57

xaur opened this issue Feb 8, 2017 · 2 comments

Comments

@xaur
Copy link

xaur commented Feb 8, 2017

Decred and Company 0 blogs have some articles on Decred. I'd like to save them all locally.

Right now I use this:

wget \
    --timestamping \
    --recursive \
    --page-requisites \
    --convert-links \
    --accept html,png,jpg,txt \
    --reject-regex "/page/|/feed/|/tag/|/category/|/author/" \
    --wait=1 \
    https://blog.companyzero.com/

Obviously it is complex, slow, redundant, incomplete (if external images are linked), has no integrity protecteion and cannot be quickly synced to pull latest blogs.

Much cooler would be to just git clone.

Working examples of Git-based blogs:

For more motivation see Joanna's My New Git-based blog.

Sorry if this repository is a wrong place for this issue.

P.S. I wish the same for old Conformal blog, it had some articles on btcsuite.

@xaur
Copy link
Author

xaur commented Feb 17, 2017

Could be useful: Hugo, static site generator in Go (website, source)

@jcvernaleo
Copy link
Member

I brought this up to the people who deal with the blog and there really isn't much interest in doing this as their current workflow works well and this would benefit very few people so it is unlike that this will happen. Sorry.

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

2 participants