Skip to content
New issue

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

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

Already on GitHub? # to your account

Content editing is difficult #8

Open
jamiefolsom opened this issue Oct 12, 2017 · 2 comments
Open

Content editing is difficult #8

jamiefolsom opened this issue Oct 12, 2017 · 2 comments
Assignees

Comments

@jamiefolsom
Copy link
Member

jamiefolsom commented Oct 12, 2017

Pain points

  • Metadata (frontmatter) editing (punctuation has a different meaning
  • Content editing is not too bad
  • Adding a new source is not too bad
  • Easily add some content below the image or the artifact (above or below)
  • Article: add a brief summary

Basically -- ease of editing is crucial

@jamiefolsom
Copy link
Member Author

What I've found out

  • Tags are inserted into source posts as strings

What I think we should do about it

  • I think we should use Jekyll collections instead

@tezcatlipoca what do you think?

@jamiefolsom jamiefolsom mentioned this issue Oct 16, 2017
Closed
@feralresearch
Copy link
Contributor

@jamiefolsom

Collections would be fine I think.

Alternatively, on my own sites, I make use of the datafiles directory and a short script for deployment which prefaces the 'bundle exec...' with curl statements to retrieve the data off of the internet. This means I can just edit a spreadsheet or text file (could probably be hosted on google docs I think) and then it gets rolled into Jekyll at "compile time." It's low-tech but it works nicely. The script could also create the requisite .md files for our site if needed.

I have no idea if something like this would work here - a roundabout way of asking who is doing the editing and deployment and how.

I'll attach an example.

deploy.sh.zip

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

No branches or pull requests

2 participants